# Integration Guide

Please find the currently supported iAsset addresses in testnet below:&#x20;

#### Testnet

| iAsset       | Address                                                            |
| ------------ | ------------------------------------------------------------------ |
| **iETH**     | 0xe78614f0dca0a899d0994546a4db6a9372b31d23270a70874396a9d6998adba1 |
| **iUSDC**    | 0x7762f3583728573ad0e02367ba06d35fdd75bc6bac5985038d24f1fa4b3f661c |
| **iSOLVBTC** | 0x5e551a49289e147661c6c60fd01b12d8a02fe6946d52baeff6d662c0dae00469 |
| **iSUPRA**   | 0x7bc27446b62b0539e39b185551747b13368c1f26d30eaa62113f0a18de78eb0  |

#### Mainnet

| iAsset     | Address                                                            |
| ---------- | ------------------------------------------------------------------ |
| **iETH**   | 0xa0040c97616048b6e0409e048d5f3cb9cfa0caa91dce0505390ac7ec8a132a86 |
| **iUSDC**  | 0x90a8e901e02ac1539af4a865bbe4a6b96edc27375488803cfbbd6875ec57b281 |
| **iSUPRA** | 0x80f0251b74c76f1c477b9209ade65ffb5cfecd9b259875c3865ad645f6c33a3d |
| **iWBTC**  | 0xbc8d1fb1ea5f22dd931935cbdcb128bbb205e567a6b5225fe6994f8bafc8702a |
| **iUSDT**  | 0xceff14089bde0d4f512dcd3b6f3df6794346c58115b8d97e043f92ff08cd1fca |

{% hint style="success" %}
**DeFi applications can support these assets in their liquidity pools to facilitate liquidity provision.**&#x20;

**Once liquidity providers deposit these assets, the LP pool contract becomes the asset holder and begins accruing PoEL rewards. DApps that support the asset should implement a mechanism to periodically claim PoEL rewards and redistribute them to their liquidity providers, to prevent liquidity provision from resulting in forgone rewards for LPs.**&#x20;
{% endhint %}


---

# 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://supraoracles.gitbook.io/supra/proof-of-efficient-liquidity-poel/integration-guide.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.
