For the complete documentation index, see llms.txt. This page is also available as Markdown.

Token standards

Introduction

Many Electroneum Smart Chain development standards focus on token interfaces. These standards help ensure smart contracts remain composable, so for instance when a new project issues a token, that it remains compatible with existing decentralized exchanges.

Prerequisites

Token Standards

Here are some of the most popular token standards on the Electroneum Smart Chain:

  • ERC-20 - A standard interface for fungible (interchangeable) tokens, like voting tokens, staking tokens or virtual currencies.

  • ERC-721 - A standard interface for non-fungible tokens, like a deed for artwork or a song.

Last updated

Was this helpful?