# Optimism

{% hint style="warning" %}
The RWA Best Yield on Optimism has been decommissioned
{% endhint %}

You can find the currently deployed instances and ABIs of the Best Yield and LP staking contracts at the following addresses. The ABI of the Best Yield contract can be found here: [JSON](https://github.com/Idle-Labs/idle-contracts/tree/develop/abi).

### **Best Yield**

Whitelisted [Senior Yield Tranches](/developers/yield-tranches/deployed-contracts/ethereum.md) as underlying markets

<table><thead><tr><th width="205">Ticker</th><th>Address</th></tr></thead><tbody><tr><td>RWA_USDT_Yield</td><td><a href="https://optimistic.etherscan.io/address/0x9Ebcb025949FFB5A77ff6cCC142e0De649801697">0x9Ebcb025949FFB5A77ff6cCC142e0De649801697</a></td></tr></tbody></table>


---

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