# Deployed contracts

Yield Tranches are deployed on multiple chains. For each chain, we list the different pools available following this scheme:

* CDO = Main YTs contract address
* Senior = Senior tranche LP token (AA)
* Junior = Junior tranche LP token (BB)

The ABI of the Yield Tranches contract can be found here: [JSON](https://github.com/Idle-Labs/idle-tranches/blob/master/abi/IdleCDO.json).

{% content-ref url="/pages/R0HC2DRQK2mS5yosiQkO" %}
[Ethereum](/developers/yield-tranches/deployed-contracts/ethereum.md)
{% endcontent-ref %}

{% content-ref url="/pages/OKqBz7s6kqK4zqS6AL47" %}
[Polygon zkEVM](/developers/yield-tranches/deployed-contracts/polygon.md)
{% endcontent-ref %}

{% content-ref url="/pages/P6JPO3N5INt0iIUGxJUt" %}
[Optimism](/developers/yield-tranches/deployed-contracts/optimism.md)
{% endcontent-ref %}


---

# 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/yield-tranches/deployed-contracts.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.
