> ## Documentation Index
> Fetch the complete documentation index at: https://injectivelabs-docs-tokenization-section.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Token Factory

TokenFactory 代币是原生集成到 Cosmos SDK bank 模块中的代币。它们的名称采用 `factory/{creatorAddress}/{subdenom}` 格式。由于代币按创建者地址命名空间，这使得代币铸造可以无需许可，因为不需要解决名称冲突。

这种集成提供了对所有资产总供应量的跟踪和查询支持，这与 CW20 标准不同，后者需要直接查询智能合约。因此，建议使用 TokenFactory 标准。例如，Helix 或 Mito 等产品是建立在 Injective exchange 模块上的，该模块专门使用 bank 代币。TokenFactory 代币可以通过 injectived CLI 以及智能合约创建。通过 Wormhole 桥接到 Injective 的代币也是 TokenFactory 代币。

要了解更多关于在 Injective 上创建代币的信息，请参阅[代币发布](../../developers-defi/token-launch/)。

要阅读更多关于 TokenFactory 标准的信息，请参阅 [token factory 模块](../../developers-native/injective/tokenfactory/)。
