> ## Documentation Index
> Fetch the complete documentation index at: https://docs.injective.network/llms.txt
> Use this file to discover all available pages before exploring further.

# CW20 标准

CW20 代币标准提供了一个框架，用于无需许可地创建和管理更接近 [ERC20 标准](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/)的同质化代币。如上所述，由于 TokenFactory 与 Cosmos SDK 的原生集成，我们鼓励使用它，但如果你出于任何原因希望使用 CW20 标准，你可以使用 [CW20 Adapter](https://github.com/CosmWasm/cw-plus/blob/main/packages/cw20/README.md) 将 CW20 代币转换为 TokenFactory 代币，反之亦然。有关 CW20 标准的更多信息，请参阅其正式规范[这里](https://github.com/CosmWasm/cw-plus/blob/main/packages/cw20/README.md)。
