> For the complete documentation index, see [llms.txt](https://dogether.gitbook.io/dogether-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dogether.gitbook.io/dogether-wiki/deploying-on-dogether-developers/fungible-tokens-erc-20.md).

# Fungible Tokens (ERC-20)

## Fungible Tokens (ERC-20) on Dogether

ERC-20 tokens represent a standard for creating fungible tokens that are interchangeable and uniform on the blockchain. On Dogether, developers can create and manage their own ERC-20 tokens.

### Advantages

* **Standardization:** Ensures compatibility with various wallets and exchanges.
* **Flexibility:** Suitable for a wide range of applications, including utility tokens and governance.

### Creating ERC-20 Tokens

1. **Develop Your Token:** Follow the ERC-20 standard to create your token.
2. **Deploy on Dogether:** Use Dogether’s Berlin-compatible EVM for deployment.
3. **Interact and Manage:** Utilize Ethereum tools for token management and interaction.
