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

# Core Modules

Within this section, we are going to explore the core modules of the Injective chain and provide examples of how to make and broadcast transactions for each of the Messages defined on-chain.

### Topics

| Topic                                     | Description                                          |
| ----------------------------------------- | ---------------------------------------------------- |
| [Auction](./examples/auction/)            | Used for the buy-back-and-burn on chain mechanism    |
| [AuthZ](./examples/authz/)                | Used for granting account priveledges                |
| [Bank](./examples/bank/)                  | Used for managing users assets (funds)               |
| [Distribution](./examples/distribution/)  | Used for on-chain distribution/minting               |
| [Exchange](./examples/exchange/)          | Used for the exchange primitives                     |
| [Feegrant](./examples/feegrant/)          | Used for granting fee allowance priveledges          |
| [Governance](./examples/governance/)      | Used for on-chain governance                         |
| [IBC](./examples/ibc/)                    | Used for cross-Cosmos chain transfers                |
| [Insurance](./examples/insurance/)        | Used for on-chain insurance funds                    |
| [Peggy](./examples/peggy/)                | Used for the Injective ↔ Ethereum Bridge             |
| [Permissions](./examples/permissions/)    | Used fot on-chain permissions                        |
| [Staking](./examples/staking/)            | Used for on-chain staking                            |
| [Tokenfactory](./examples/token-factory/) | Used for creating and managing `tokenfactory` tokens |
| [Wasm](./examples/wasm/)                  | Used for interacting with the Cosmwasm Layer         |
