Asset Tokenization | Regulation | Technology
ERC20 Token Standard – Is It Compliant for Financial Institutions?
What is an ERC20 Token? Is it compliant for financial institutions?

ERC stands for Ethereum Request for Comments, which are basically proposals posted by community members on the Ethereum network. In November 2015, Fabian Vogelsteller made the 20th proposal on the list, which we now refer to as ERC-20.

What is an ERC20 Token?

An ERC-20 token is the token standard used for creating fungible tokens on the Ethereum blockchain. They basically allow the creation of tokens with identical properties, in type and value, allowing them to be easily transacted and transferable between wallets.

ERC-20 tokens are the most popular, and widely adopted Ethereum-based tokens. In their essence, tokens issued on blockchain are basically smart contracts that make use of the blockchain they were issued on. Ethereum network gained traction due to the smart contract function it possesses. This function enables the creation of smart contracts that automatically execute a set of predefined rules programmed in the code of that contract. 

ERC20 is a type of Ethereum token that follows a specific set of rules. These rules include how the token can be transferred, how it can be stored, and how it can be managed.

To create an ERC20 token, you need to have some familiarity with Ethereum and smart contracts. You can create an ERC20 token by writing a smart contract in Solidity, a programming language designed for the Ethereum blockchain. This smart contract will define the rules and characteristics of your ERC20 token.

Once you have written the smart contract, you can deploy it to the Ethereum blockchain using a tool like Remix, an online Solidity compiler. This will create your ERC20 token and make it available for use on the Ethereum network.

Tokenization platforms like Token Tool can make it easier to create ERC20 tokens by providing a user-friendly interface and pre-written smart contract templates. These platforms can also handle the deployment process for you, so you don’t have to worry about writing and deploying the smart contract yourself.

Using a tokenization platform like Token Tool can be a good option for those who want to create an ERC20 token but don’t have the technical expertise to write and deploy a smart contract. It can also be a good option for those who want a more streamlined and user-friendly experience when creating their ERC20 token.

ERC-20 token standard has emerged as the technical standard used for smart contracts on the Ethereum blockchain for token implementation. Plenty of well-known DeFi projects use the ERC-20 standard for their digital assets, some examples would be Maker (MKR), Basic Attention Token (BAT), Augur (REP), and the OMG Network (OMG).

The common types of tokens that use the ERC-20 token standard are stable coins, security tokens, and utility tokens.

Create, manage, and multisend tokens

What is the easier way to create an ERC-20 token?

To create an ERC-20 token, one must usually program the smart contract representing these tokens. However, using Token Tool by Bitbond, users can easily create erc-20 tokens without any coding. Simply fill in the blank by choosing your token parameters, click on create token, and benefit from Bitbond’s renowned track record in developing institutional-grade tokenization solution.

The video below goes through the process of creating an ERC-20 token using Token Tool:

Why not stick to only one token standard?

The ERC-20 token standard is one among many other token standards available in the Ethereum network. ERC-20 token standard consists of the following predefined rules, these rules apply to all fungible Ethereum tokens:

  1. Total supply
  2. Balance of
  3. Allowance
  4. Transfer
  5. Approve
  6. Transfer from

This set of functions ensures that all types of tokens created on the Ethereum blockchain conform to the standard and perform uniformly across any Ethereum system. Therefore, most digital wallets supporting ETH are also compatible with ERC-20 Token adhering to that standard.

Below an example of the most basic code version of an ERC-20 Token:

How does an ERC20 smart contract code look like

Here are some of the most popular token standards on Ethereum:

  • 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.
  • ERC-777 – It allows people to build extra functionality on top of tokens such as a mixer contract for improved transaction privacy or an emergency recovery function to bail you out if you lose your private keys.
  • ERC-1155 – It allows for more efficient trades and bundling of transactions – thus saving costs. This token standard allows for creating both utility tokens (such as $BNB or $BAT) and Non-Fungible Tokens like CryptoPunks.

Depending on the asset being issued and the functionality you want its token representation to inherit, different standards are used to create the tokens accordingly. For instance, for NFTs, which are considered to be non-fungible, meaning each token is unique to its representation and is non-interchangeable, the ERC-721 standard is used. This applies mainly due to the fact that it should possess a unique identifier to it or signature, making it stand out from other NFT tokens just like it. This is not the case for ERC-20 tokens which are alike.

Create, manage, and multisend tokens

Traditional financial securities require beyond ERC-20 token standard

Other than the ERC-20 token standard, security tokens that are a representation of traditional financial securities (e.g bonds, stocks, equity), require more compliance standards, and therefore, a more broad set of features & functionalities. An example of such features in traditional finance would be corporate actions that issuers need to take upon issuing certain securities. 

As the ERC-20 token is limited and doesn’t offer such capabilities, the ERC-1400tToken standard was introduced to serve that specific purpose. It can be considered as the compliance token. 

ERC-1400 – is a standard specifically designed for Security Tokens. It allows more control over the token and it inherited its functions from the ERC-20 token. It does allow for example restricted transfers, the adding of transfer information, document library management and forced transfers. It does so by combining various ERC standards, which each fulfill another aspect of (potentially) needed Security Token functionality. It therefore has a wide range of functionality that enable a legal conform deployment of Security Token. This approach is comprehensive, but also complex.

In short, the ERC-1400 standard allows:

  • Transfer controls (if a user wants to send a transaction, they require a valid hash from an issuer – aka certificate)
  • Controllers can force token transfers, token creation, or destruction
  • Partitions – labels for individual tokens, marking them for different use-cases / asset classes
Pros and Cons of ERC20 Token Standard

The Pros of ERC-20 Tokens

ERC-20 are popular for a reason, and here’s are several factors that make them attractive:

Convenient: ERC-20 tokens are simple and easy to deploy. That’s because Ethereum smart contracts are written in a Solidity programming language similar to JavaScript. Any other protocol that is EVM-Compatible, can support ERC-20 tokens.

Flexible for customization: Depending on the business logic and user interactions, ERC-20 tokens are customizable to enable features like gas auto-refill for future transactions, freezing and unfreezing a token, adding on a central mint to modify the tokens in circulation, and more.

Serves as a roadmap for developers: The ERC-20 standard gives developers a proper blueprint, which allows them to create new tokens in an effortless way instead of building them from scratch.

Token standardization: Ethereum provides the token specification that includes interaction rules between different tokens and token purchase rules. With a universal standard, users can transfer new tokens to a wallet and be put on an exchange all at once.

Liquidity: If the projects based on Ethereum are active and interact with each other, that brings more projects and more users to the Ethereum network. There is also a solution like Uniswap converting ERC-20 tokens between each other has become even more straightforward.

Widely Accepted: ERC-20, as well as its tokens, are recognizable on most exchanges and wallets. That is mainly because of the universal protocol that is adaptable by broad exchanges. Plus, its fungibility makes it excellent for trading applications.

Eradicate counterfeit tokens: All transactions are subject to approval, and the total supply of tokens smoothens the auditing process by ensuring there’s no duplicate of tokens in circulation.

Although it’s the most widely adopted standard, as mentioned in the previous section, ERC-20 still has a few limitations

The Limitations of ERC-20 Tokens

Expensive gas fee: ERC-20 relies on the Ethereum blockchain, and to complete each transaction, there will be a gas fee. While the gas fee is parallel to the blockchain activities, the gas fees increase when there’s heavy traffic in the blockchain. Hence, it’s not sustainable in the long-run.

Slow transactions: The withdrawal and transactions are correlated to the Ethereum blockchain. When the network is congested, all of the transfers on ERC-20 will be slowed. Though ‘Sharding’ is expected to resolve this problem, it’s still at its infant phase and yet to be fully-adopted on Ethereum blockchain.

Irreversible transactions: There is no way to return funds if users send ERC-20 tokens to the wrong address, and tokens remain forever trapped in contracts. The same applies to the tokens stolen by hackers.

A very low entry point: Critics say that it is too easy for people to create their tokens with no apparent purpose or goals. As a result, developers can easily exploit the policies to develop fraudulent ICOs and tokens with non-value adding projects.

Create, manage, and multisend tokens

Is the ERC20 Token Compliant for Financial Insitituions?

ERC20 tokens are not inherently compliant with financial regulations. Whether or not an ERC20 token is compliant with financial regulations will depend on how it is used and the specific regulations that apply to it.

In general, financial institutions are subject to a variety of regulations that may apply to the use of ERC20 tokens. For example, if an ERC20 token is being used as a security, it may need to comply with securities regulations. If it is being used as a means of payment, it may need to comply with anti-money laundering (AML) and know-your-customer (KYC) regulations.

It is important for financial institutions to carefully consider the regulatory implications of using ERC20 tokens and to ensure that they are compliant with all applicable regulations. This may involve working with legal and compliance professionals to determine the best course of action.

While ERC-20 tokens have certainly revolutionized the blockchain ecosystem and placed Ethereum as the most widely adopted network, there are still quite a few aspects of the financial world it does not cover. Other than Ethreum’s general scalability issues, ERC-20 tokens are not fully adapted for use by financial institutions operating in traditional financial services.

For securities, more control needs to be provided over the asset itself and that’s what token standards such as the ERC-1400 cater to. Making them more specific to their use case and much safer to invest in. 

This also enables compliance to the strict regulatory requirements imposed on financial institutions such as banks. Consequently, it becomes easier for these players to adopt and implement blockchain-based tech solutions to significantly improve their processes for a much lower cost. 

In summary, ERC20 tokens are not inherently compliant with financial regulations, and financial institutions should carefully consider the regulatory implications of using them.

Make sure to get in touch to learn more about implementing blockchain within your organization or learn more about the topic in our resources.

Do you want to create a token in just a few minutes? Token Tool allows you to create ERC-20 tokens and tokens based on more sophisticated standards (i.e. ERC-1400) in just a few clicks:

Bitbond Securities Tokenization White-Label Solutions

Recent Posts

Loading...