> ## 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/)に近い形で、パーミッションレスなファンジブルトークンの作成と管理のフレームワークを提供します。上記のとおり、Cosmos SDKとのネイティブ統合により、TokenFactoryの使用が推奨されますが、何らかの理由で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)の正式な仕様をご覧ください。
