llms.txt Content
# MANTRA Chain Documentation
## Docs
- [Deploy a Smart Contract on MANTRA Chain](https://docs.mantrachain.io/deploy-smart-contract.md): Learn how to deploy your first smart contract on MANTRA Chain using standard EVM tools
- [Address Derivation](https://docs.mantrachain.io/developers/architecture/address-derivation.md): Address derivation, coin types, and wallet compatibility
- [Cosmos Precompiles](https://docs.mantrachain.io/developers/architecture/cosmos-precompiles.md): How EVM communicates with Cosmos SDK modules through precompiles
- [Cosmos SDK Integration](https://docs.mantrachain.io/developers/architecture/cosmos-sdk-integration.md): Cosmos SDK modules and custom MANTRA modules
- [ERC-20 Tokens](https://docs.mantrachain.io/developers/architecture/erc20-tokens.md): Two ways to create ERC-20 tokens on MANTRA Chain
- [EVM Compatibility](https://docs.mantrachain.io/developers/architecture/evm-compatibility.md): Full EVM compatibility with all opcodes and precompiles
- [EVM Module](https://docs.mantrachain.io/developers/architecture/evm-module.md): EVM module implementation and integration details
- [Interoperability](https://docs.mantrachain.io/developers/architecture/interoperability.md): Cross-chain communication and bridge architecture
- [Architecture Overview](https://docs.mantrachain.io/developers/architecture/overview.md): Technical deep dive into MANTRA Chain's architecture
- [Transaction Sequencing](https://docs.mantrachain.io/developers/architecture/transaction-sequencing.md): How EVM transactions are sequenced on MANTRA Chain
- [Address Conversion](https://docs.mantrachain.io/developers/evm/address-conversion.md): Convert between Bech32 and EVM address formats on MANTRA Chain
- [Deploying Contracts](https://docs.mantrachain.io/developers/evm/deploying-contracts.md): Quick reference for deploying smart contracts on MANTRA Chain
- [Getting Started with EVM](https://docs.mantrachain.io/developers/evm/getting-started.md): Get started building and deployi