# Addresses

## Deployed smart contracts

{% tabs %}
{% tab title="Mainnet" %}

| Contracts               | URL                                 |
| ----------------------- | ----------------------------------- |
| iob.fi DAO              | <https://client.aragon.org/#/iob/>  |
| iob Defy Hedged Pool    | <https://client.aragon.org/#/defy/> |
| ioBots Quasar on dHEDGE | <https://bit.ly/3736eaZ>            |
| {% endtab %}            |                                     |

{% tab title="Popular Voting on Rinkeby" %}

| Contracts               | URL                                                  | Purpose         |
| ----------------------- | ---------------------------------------------------- | --------------- |
| iob.fi Popular Vote DAO | <https://rinkeby.client.aragon.org/#/fipopularvote/> | Voting for free |
| {% endtab %}            |                                                      |                 |
| {% endtabs %}           |                                                      |                 |

## Tokens

{% tabs %}
{% tab title="Mainnet" %}

| Token         | Address                                                                                                                      | Listed                                                                              |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| IOB           | [0x6130ff302f24267380753e52ece48b852be3dd38](https://etherscan.io/token/0x6130ff302f24267380753e52ece48b852be3dd38#balances) | No                                                                                  |
| IOB-V2.1      | [0xe987b1d77da83d84af43a1f1820eb4b68f3b2126](https://etherscan.io/token/0xe987b1d77da83d84af43a1f1820eb4b68f3b2126)          | Replacing IOB                                                                       |
| FI            | [0xf03d05ed4cf4e723c04500ab64281bfa591968f2](https://etherscan.io/token/0xf03d05ed4cf4e723c04500ab64281bfa591968f2)          | [Uniswap](https://info.uniswap.org/pair/0x3201ed3ca1057bd6d595fe87dc1fbcb9cdfaad30) |
| DEFY-1        | [0x7aF3B2B4093bd52309fE374C5FD05E215762c20C](https://etherscan.io/address/0x7af3b2b4093bd52309fe374c5fd05e215762c20c)        | Pool token                                                                          |
| ioBots Quasar | [0x739F41C699276C9b6182AECb9d5F4eCa226dA8DD](https://etherscan.io/address/0x739f41c699276c9b6182aecb9d5f4eca226da8dd)        | Pool token                                                                          |
| FI-AD-1       | [0xcbf727efa8da3cc405fdb6fe212325518f2c6933](https://etherscan.io/token/0xcbf727efa8da3cc405fdb6fe212325518f2c6933)          | FI Airdrop 1                                                                        |
| {% endtab %}  |                                                                                                                              |                                                                                     |

{% tab title="Popular Voting on Rinkeby" %}

| Tokens          | Address                                                                                                                     | Decimals |
| --------------- | --------------------------------------------------------------------------------------------------------------------------- | -------- |
| FI-POPULAR-VOTE | [0x0a774ed04f2eb7a34b7cab01577aeaba8528a604](https://rinkeby.etherscan.io/token/0x0a774ed04f2eb7a34b7cab01577aeaba8528a604) | 18       |
| {% endtab %}    |                                                                                                                             |          |
| {% endtabs %}   |                                                                                                                             |          |

## Uniswap ETH-FI trading pair

{% tabs %}
{% tab title="Mainnet" %}

| Contracts           | Address                                                                                                                |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Uniswap ETH-FI pool | [0x3201ed3ca1057bd6d595fe87dc1fbcb9cdfaad30](https://info.uniswap.org/pair/0x3201ed3ca1057bd6d595fe87dc1fbcb9cdfaad30) |
| {% endtab %}        |                                                                                                                        |
| {% endtabs %}       |                                                                                                                        |


---

# 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.iob.fi/smart-contracts/addresses.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.
