> For the complete documentation index, see [llms.txt](https://docs.adhichain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adhichain.com/getting-started/token-contract-erc20.md).

# Token Contract (ERC20)

ERC – Ethereum Request for Comments is the official protocol that facilitates the needed improvements to the Ethereum platform and ECR20 token standard is a technical specification that a new token on the platform implements.

ERC20 token standard refers common set of rules that all tokens have to follow, so that the tools, exchanges and wallets can predict how the token will behave or function with others within the platform.    &#x20;

ERC20 Token Contract is a smart contract that contains a map of account addresses and their balances. The balance represents a value that is defined by the contract creator and the unit of this balance is commonly called a token.

![Source : medium@jgm.orinoco](/files/-LU3zk95F3nmM2smxDSd)

The main use cases of ERC20 tokens are

* Initial Coin Offerings and Crowd Funding
* Proof of Ownership
* Tokenisation of Digital Assets
* Loyalty & Rewards
* eCash Wallets
* Native Currencies that work with dApp
* And Any Points based use cases

![wallet.adhichain.org](/files/-LU4HSFW2Jo8A9ROzz69)

You will be able to manage any ERC-20 tokens that are created in Adhichain using Adhi Wallet based in [MyEtherWallet](https://blockonomi.com/paper-ethereum-wallet/) or&#x20;

![Adhi Wallet, a chrome browser extension](/files/-LU4FUM_F7If3Tt3ftW1)

Adhi Wallet, a chrome extension based in MetaMask, which is an easy and free way to generate wallet address.&#x20;

Once you have created your wallet and logged in to the site, you will see any tokens you have added

![](/files/-LU4EEuI7pKZb_N3V5Bm)

And, you will be able to transfer the token balances to other addresses.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adhichain.com/getting-started/token-contract-erc20.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
