> For the complete documentation index, see [llms.txt](https://docs.idle.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idle.finance/developers/networks-and-codebase.md).

# Networks and codebase

The following sections list the governance contracts divided by blockchain networks

{% content-ref url="/pages/iJxT6RPxUJYHooPX9Iu1" %}
[Ethereum mainnet](/developers/networks-and-codebase/ethereum-mainnet.md)
{% endcontent-ref %}

{% content-ref url="/pages/bk33rtV3bp0ISqEqGAta" %}
[Polygon](/developers/networks-and-codebase/polygon.md)
{% endcontent-ref %}

{% content-ref url="/pages/JJRq8wJpDdgUT6IWN8Wo" %}
[Kovan testnet](/developers/networks-and-codebase/kovan-testnet.md)
{% endcontent-ref %}

All Idle contracts are verified on Etherscan and for your convenience, you can also find the source code of the codebase on GitHub [here](https://github.com/Idle-Labs/idle-contracts) for the IdleTokens contracts and [here](https://github.com/Idle-Labs/idle-governance) for the governance.

If you are looking for previous versions of the Idle protocol, check the [old contracts](/other/archive/old-contracts.md) section.

Please refer to the *deployed contracts* section under each product to get the pool addresses.


---

# 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.idle.finance/developers/networks-and-codebase.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.
