InitiaERC20 is Initia’s native token standard for EVM appchains. It extends the ERC20 standard with additional modifiers and functions required for full compatibility with the Cosmos SDK and Initia’s core products. See the InitiaERC20 contract reference for implementation details. Developers looking to create and deploy ERC20s on EVM appchains have two options:Documentation Index
Fetch the complete documentation index at: https://initialabs-docs-evm-erc20-minievm-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- For creating standard ERC20 tokens, use the ERC20Factory contract (which deploys the ERC20 contract).
- For creating ERC20 tokens with custom functionality, inherit and extend the InitiaERC20 contract.
For Initia’s products to correctly display your token’s symbol, logo, and
other details, it must still be added to the Initia
Registry.