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

# 资产

> Injective 上的代币 denom、元数据和资产注册表

Injective 上的资产在 bank 模块中以 denom 的形式表示。理解 denom 的工作原理，对于构建与链上代币交互的应用至关重要。

<Callout icon="info" color="#22C55E" iconType="regular">
  **在寻找代币元数据？** [Injective List](./injective-list) 仓库将来自多个来源的链上 denom 元数据聚合为一份全面的主列表。这是在你的应用中解析 denom 信息的推荐方式。
</Callout>

## 本节内容

* [**Denom**](./denom) —— 资产在链上的表示方式（原生、peggy、IBC、factory denom）
* [**Injective List**](./injective-list) —— 权威的代币元数据注册表及其集成方式
* [**代币元数据**](./token-metadata) —— 为 denom 附加人类可读的元数据
* [**创建代币**](./token-create) —— 使用 Token Factory 模块创建新代币
