# 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: 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.
