> For the complete documentation index, see [llms.txt](https://docs.kiiglobal.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiiglobal.io/docs/build-on-kiichain/precompiled-contracts.md).

# Precompiled contracts

### List of precompiles and their addresses

KiiChain supports both EVM JSON-RPC and Cosmos RPC interfaces. In order to easily interact with certain Cosmos modules, KiiChain has a set of precompiled contracts that can be called from the EVM.

<table><thead><tr><th width="134.41668701171875">Precompile</th><th>Description</th><th>Address</th></tr></thead><tbody><tr><td><a href="https://docs.cosmos.network/evm/v0.5.0/documentation/smart-contracts/precompiles/bank">Bank</a></td><td>Provides functionalities for checking balances and supply</td><td>0x0000000000000000000000000000000000000804</td></tr><tr><td><a href="https://docs.cosmos.network/evm/v0.5.0/documentation/smart-contracts/precompiles/bech32">Bech32</a></td><td>Utilities for address format conversion between EVM and Cosmos</td><td>0x0000000000000000000000000000000000000400</td></tr><tr><td><a href="https://docs.cosmos.network/evm/v0.5.0/documentation/smart-contracts/precompiles/distribution">Distribution</a> </td><td>Deals with reward distribution and related</td><td>0x0000000000000000000000000000000000000801</td></tr><tr><td><a href="https://docs.cosmos.network/evm/v0.5.0/documentation/smart-contracts/precompiles/governance">Governance</a></td><td>Supports actions such as depositing funds into proposals, voting and interacting with proposals</td><td>0x0000000000000000000000000000000000000805</td></tr><tr><td><a href="https://docs.cosmos.network/evm/v0.5.0/documentation/smart-contracts/precompiles/p256">P256</a> </td><td>Support for verifying secp256r1 curve signatures</td><td>0x0000000000000000000000000000000000000100</td></tr><tr><td><a href="/pages/EIzB0mRARvQ4a08cKPVA">Oracle</a></td><td>Support for price information and oracle module</td><td>0x0000000000000000000000000000000000001003</td></tr><tr><td><a href="https://docs.cosmos.network/evm/v0.5.0/documentation/smart-contracts/precompiles/slashing">Slashing</a> </td><td>Provides management and query options for penalties</td><td>0x0000000000000000000000000000000000000806</td></tr><tr><td><a href="https://docs.cosmos.network/evm/v0.5.0/documentation/smart-contracts/precompiles/staking">Staking</a> </td><td>Enables staking functionalities like delegation and undelegation or obtaining information on validators.</td><td>0x0000000000000000000000000000000000000800</td></tr><tr><td>Vesting</td><td>Interacts with Cosmos Vesting module</td><td>0x0000000000000000000000000000000000000803</td></tr><tr><td><a href="https://docs.cosmos.network/evm/v0.5.0/documentation/smart-contracts/precompiles/werc20">WERC20</a> </td><td>ERC20 interface for native Kii</td><td>0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE</td></tr></tbody></table>

### Interacting with precompiles

You can utilize direct json-rpc connections to those addresses. We also have [a TS/JS library ](/docs/build-on-kiichain/developer-tools/js-ts-sdk/kiijs-evm.md)to help interact with them.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kiiglobal.io/docs/build-on-kiichain/precompiled-contracts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
