> For the complete documentation index, see [llms.txt](https://docs.lagomchain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lagomchain.com/modules.md).

# Modules

Here is a list of all production-grade modules that can be used on the LagomChain blockchain, along with their respective documentation:

* [epochs](/modules/epochs.md) - Executes custom state transitions every period (*aka* epoch).
* [erc20](/modules/erc20.md) - Trustless, on-chain bidirectional internal conversion of tokens between LagomChain' EVM and Cosmos runtimes.
* [evm](/modules/evm.md) - Smart Contract deployment and execution on Cosmos
* [feemarket](/modules/feemarket.md) - Fee market implementation based on the EIP-1559 specification.
* [inflation](/modules/inflation.md) - Mint tokens and allocate them to staking rewards and the community pool.
* [vesting](/modules/vesting.md) - Vesting accounts with lockup and clawback capabilities.

### Cosmos SDK[​](https://docs.evmos.org/protocol/modules#cosmos-sdk) <a href="#cosmos-sdk" id="cosmos-sdk"></a>

LagomChain uses the following Cosmos SDK modules:

* [auth](https://docs.cosmos.network/main/modules/auth) - Authentication of accounts and transactions for Cosmos SDK applications.
* [authz](https://docs.cosmos.network/main/modules/authz) - Authorization for accounts to perform actions on behalf of other accounts.
* [bank](https://docs.cosmos.network/main/modules/bank) - Token transfer functionalities.
* [capability](https://ibc.cosmos.network/main/ibc/capability-module) - Object capability implementation.
* [distribution](https://docs.cosmos.network/main/modules/distribution) - Fee distribution, and staking token provision distribution.
* [evidence](https://docs.cosmos.network/main/modules/evidence) - Evidence handling for double signing, misbehaviour, etc.
* [feegrant](https://docs.cosmos.network/main/modules/feegrant) - Grant fee allowances for executing transactions.
* [genutil](https://github.com/cosmos/cosmos-sdk/tree/main/x/genutil) - variety of genesis utility functionalities for usage within a blockchain application
* [gov](https://docs.cosmos.network/main/modules/gov) - On-chain proposals and voting.
* [params](https://docs.cosmos.network/main/modules/params) - Globally available parameter store.
* [slashing](https://docs.cosmos.network/main/modules/slashing) - Validator punishment mechanisms.
* [staking](https://docs.cosmos.network/main/modules/staking) - Proof-of-Stake layer for public blockchains.
* [upgrade](https://docs.cosmos.network/main/modules/upgrade) - Software upgrades handling and coordination.

### IBC[​](https://docs.evmos.org/protocol/modules#ibc) <a href="#ibc" id="ibc"></a>

LagomChain uses the following the IBC modules for the SDK:

* [interchain-accounts](https://ibc.cosmos.network/main/apps/interchain-accounts/overview.html)
* [transfer](https://ibc.cosmos.network/main/apps/transfer/overview.html)

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lagomchain.com/modules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
