What Are ERC-20 Tokens? All About Ethereum’s Most Important Token Standard

ERC-20 is a token standard for fungible tokens on Ethereum. Learn what it is and how cryptocurrencies can be minted with it.

May 12, 2023
|

What Is Erc20 Otp

Key Takeaways:

  • ERC-20 is a technical standard for building fungible tokens on the Ethereum blockchain, providing a framework for how they should be created, issued, and deployed. 
  • The purpose of token standards is to facilitate interoperability between smart contracts, ensuring newly minted tokens are compatible with third-party services like exchanges and wallets. 
  • The introduction of ERC-20 empowered developers to build on Ethereum, creating a network effect and becoming a driving force behind the ICO boom of 2017 that created hundreds of new tokens.

What Does ERC-20 Mean? 

In the world of token standards, ERC-20 reigns supreme. Proposed in 2015 by Fabian Vogelsteller, one of the founders of Ethereum, it is a technical standard for building fungible tokens on the Ethereum blockchain. ‘ERC’ stands for ‘Ethereum Request for Comments’ and ‘20’ is the number assigned to this particular proposal, which defines a set of rules for how tokens should be created, issued, and deployed. 

Fungible tokens are indistinguishable from one another and can be interchanged at any given time. Many tokens use the ERC-20 standard, which has become a driving force of the entire Ethereum ecosystem, making up hundreds of thousands of contracts on the network.

What Are Token Standards? 

Token standards are a category of smart contract parameters, which lay out application-level guidelines about how a smart contract functions on its underlying blockchain. A token standard more specifically addresses parameters like token supply, transaction approval, and accessibility of the token’s data. 

The purpose of token standards is to facilitate interoperability, ensuring that newly minted tokens can be exchanged with others of the same standard and are compatible with third-party services like exchanges and wallets. In other words, ERC-20 is what ensures that users can buy, swap, and HODL the many cryptocurrencies built on this standard. Without this framework, developers would create tokens using unique codebases and toolkits that could not interact with one another or protocols in predictable ways. 

To learn more about other token standards, like ERC-721 for NFTs, check out our University article

Top 10 ERC-20 Tokens to Know 

While there are hundreds of thousands of ERC-20 tokens, several stand out from the rest. Here are some of the most popular today: 

Tether (USDT) USDT is pegged to the US dollar and currently the most popular stablecoin in the market.
USD Coin (USDC)USDC is a fully collateralised US dollar stablecoin powered by Ethereum and jointly created by Circle and Coinbase.
Polygon (MATIC) MATIC is a scaling platform that enables developers to build secure, scalable, and user-friendly dapps with low transaction fees.
Shiba Inu (SHIB)SHIB is an experiment in decentralised community building, where the supply of one quadrillion is intentionally abundant.
Uniswap (UNI) UNI is the governance token for Uniswap, a protocol for exchanging ERC-20 tokens in an automated liquidity provision manner.
Cronos (CRO) CRO is the native token of Cronos, an open-source and energy-efficient public blockchain with high transaction speed and low fees.
Chainlink (LINK) LINK powers Chainlink, one of the first networks to allow the integration of off-chain data into smart contracts.
Dai (DAI)DAI is a decentralised, collateral-backed stablecoin on the Ethereum blockchain that is soft-pegged to the US dollar.
ApeCoin (APE) APE supports the decentralised protocol layer for community-led initiatives that drive culture forward into the Metaverse.
Wrapped Bitcoin (WBTC)WBTC is an ERC-20 token backed 1:1 by Bitcoin, bringing the liquidity of BTC to the Ethereum ecosystem.
Tether (USDT) USD Coin (USDC)
USDT is pegged to the US dollar and currently the most popular stablecoin in the market.USDC is a fully collateralised US dollar stablecoin powered by Ethereum and jointly created by Circle and Coinbase.
Tether (USDT) Polygon (MATIC) 
USDT is pegged to the US dollar and currently the most popular stablecoin in the market.MATIC is a scaling platform that enables developers to build secure, scalable, and user-friendly dapps with low transaction fees.
Tether (USDT) Shiba Inu (SHIB)
USDT is pegged to the US dollar and currently the most popular stablecoin in the market.SHIB is an experiment in decentralised community building, where the supply of one quadrillion is intentionally abundant.
Tether (USDT) Uniswap (UNI) 
USDT is pegged to the US dollar and currently the most popular stablecoin in the market.UNI is the governance token for Uniswap, a protocol for exchanging ERC-20 tokens in an automated liquidity provision manner.
Tether (USDT) Cronos (CRO) 
USDT is pegged to the US dollar and currently the most popular stablecoin in the market.CRO is the native token of Cronos, an open-source and energy-efficient public blockchain with high transaction speed and low fees.
Tether (USDT) Chainlink (LINK) 
USDT is pegged to the US dollar and currently the most popular stablecoin in the market.LINK powers Chainlink, one of the first networks to allow the integration of off-chain data into smart contracts.
Tether (USDT) Dai (DAI)
USDT is pegged to the US dollar and currently the most popular stablecoin in the market.DAI is a decentralised, collateral-backed stablecoin on the Ethereum blockchain that is soft-pegged to the US dollar.
Tether (USDT) ApeCoin (APE) 
USDT is pegged to the US dollar and currently the most popular stablecoin in the market.APE supports the decentralised protocol layer for community-led initiatives that drive culture forward into the Metaverse.
Tether (USDT) Wrapped Bitcoin (WBTC)
USDT is pegged to the US dollar and currently the most popular stablecoin in the market.WBTC is an ERC-20 token backed 1:1 by Bitcoin, bringing the liquidity of BTC to the Ethereum ecosystem.

Users can easily track all ERC-20 tokens on the Crypto.com Price page. 

How Do ERC-20 Tokens Work? 

For ERC-20 tokens, interoperability with one another and third-party services, such as the Crypto.com App and MetaMask, is achieved through the implementation of an application programming interface (API). This enables developers to fetch on-chain data about a token and use the data to trigger specific functions within their smart contract. 

The API outlines six main features an ERC-20 token must have: 

  1. Data on the total token supply. 
  2. Data on the token balance in an Ethereum wallet.
  3. Functionality allowing the user to transfer the ownership of a token to another user.
  4. Functionality allowing smart contracts to transfer tokens on the owner’s behalf.
  5. Functionality setting a limit on the number of tokens a smart contract can withdraw.
  6. Functionality granting external addresses permission to spend the token from a certain balance.

How ERC-20 Became the Gold Standard for Crypto Tokens

Before the ERC-20 standard was introduced, there was no common language for developers to use when creating tokens on Ethereum. This meant that they needed to build projects from the ground up, as well as custom blockchain bridges to exchange any token — both of which required technical knowledge. 

By lowering the barrier to entry for building on Ethereum, ERC-20 empowered developers and gave them confidence in knowing their project would be interoperable with thousands of tokens and services, creating a network effect. 

Additionally, the fungible basis of the ERC-20 token standard is well-suited for cryptocurrency, which was and remains a prominent use case of blockchain technology. ERC-20 tokens can also be customised to include utilities for owners, such as voting rights and rewards mechanisms. 

The above factors have led ERC-20 tokens to surge in popularity, paving the way for the initial coin offering (ICO) boom that began in 2017. With billions of dollars raised, a new generation of projects was launched during that time — with many becoming pillars of the cryptocurrency space.

How to Buy ERC-20 Tokens on Crypto.com

In the Crypto.com App, users can conveniently buy ERC-20 tokens and 250-plus other coins using a credit/debit card, Apple Pay, Google Pay, or 20-plus fiat currencies transferred from their bank account. To do so, tap ‘Buy’ from the Home Screen, then select the token to purchase and payment method. 

Visit the Help Centre for more information, and download the Crypto.com App here

Final Words — Will ERC-20 Maintain Its Gold Standard?

The original token standard of Ethereum, ERC-20 has played an integral role in the growth of blockchain projects — not only for the Ethereum network, but the entire crypto ecosystem. Its widespread adoption has opened the gates for developers to build decentralised finance (DeFi) products, games, exchanges, and much more around its standards, expanding the possibilities of decentralised technology. 

Since the introduction of ERC-20, other token standards have been developed as alternatives or improvements. The most notable ones include: 

  • ERC-777: Similar to ERC-20, this token standard defines parameters for fungible tokens, with some differences. Notably, its ‘backwards compatibility’ allows these tokens to connect with older wallets and tap into a wider Ethereum ecosystem. 
  • ERC-721: In contrast to ERC-20, ERC-721 is the standard for unique, non-fungible tokens (NFTs) created on the Ethereum blockchain. Use cases include non-interchangeable assets like digital artwork, physical property, and access keys. 
  • ERC-1155: This multi-token standard combines the foundations of ERC-20 and ERC-721, meaning ERC-1155 tokens can be fungible, non-fungible, or both. 

For those interested in understanding the token standards of other blockchain ecosystems, this University article has all the information. 

Due Diligence and Do Your Own Research

All examples listed in this article are for informational purposes only. You should not construe any such information or other material as legal, tax, investment, financial, cybersecurity, or other advice. Nothing contained herein shall constitute a solicitation, recommendation, endorsement, or offer by Crypto.com to invest, buy, or sell any coins, tokens, or other crypto assets. Returns on the buying and selling of crypto assets may be subject to tax, including capital gains tax, in your jurisdiction. Any descriptions of Crypto.com products or features are merely for illustrative purposes and do not constitute an endorsement, invitation, or solicitation. 

Past performance is not a guarantee or predictor of future performance. The value of crypto assets can increase or decrease, and you could lose all or a substantial amount of your purchase price. When assessing a crypto asset, it’s essential for you to do your research and due diligence to make the best possible judgement, as any purchases shall be your sole responsibility.

Tags

coins & tokens

Ethereum

token standards

Share with Friends

Ready to start your crypto journey?

Get your step-by-step guide to setting up an account with Crypto.com

By clicking the Get Started button you acknowledge having read the Privacy Notice of Crypto.com where we explain how we use and protect your personal data.
Mobile phone screen displaying total balance with Crypto.com App

Common Keywords: 

Ethereum / Dogecoin / Dapp / Tokens