> For the complete documentation index, see [llms.txt](https://docs.extrafi.io/extra_finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.extrafi.io/extra_finance/contracts-and-transparency.md).

# Contracts & Transparency

### EXTRA Token Address&#x20;

0x2dAD3a13ef0C6366220f989157009e501e7938F8

<table><thead><tr><th width="135">Network</th><th></th></tr></thead><tbody><tr><td>OP Mainnet</td><td><a href="https://optimistic.etherscan.io/token/0x2dad3a13ef0c6366220f989157009e501e7938f8">https://optimistic.etherscan.io/token/0x2dad3a13ef0c6366220f989157009e501e7938f8</a></td></tr><tr><td>Base</td><td><a href="https://basescan.org/token/0x2dad3a13ef0c6366220f989157009e501e7938f8">https://basescan.org/token/0x2dad3a13ef0c6366220f989157009e501e7938f8</a></td></tr><tr><td></td><td></td></tr></tbody></table>

(Token bridge powered by [LayerZero](https://medium.com/layerzero-official/explaining-the-oft-standard-310de5e84052))

### DAPP Contract Address

\[Lending] - Extra Finance(OP Mainnet):&#x20;

{% embed url="<https://optimistic.etherscan.io/address/0xbb505c54d71e9e599cb8435b4f0ceec05fc71cbd#code>" %}

\[Farming] - Extra Finance(OP Mainnet):&#x20;

{% embed url="<https://optimistic.etherscan.io/address/0xf9cfb8a62f50e10adde5aa888b44cf01c5957055#code>" %}

\[Lending] - Extra Finance(Base):&#x20;

{% embed url="<https://basescan.org/address/0xbb505c54d71e9e599cb8435b4f0ceec05fc71cbd#code>" %}

\[Farming] - Extra Finance(Base):&#x20;

{% embed url="<https://basescan.org/address/0xf9cfb8a62f50e10adde5aa888b44cf01c5957055#code>" %}

#### Newly Open-Sourced Code, Jul 2023

\[Staking] - Extra Finance:

{% embed url="<https://optimistic.etherscan.io/address/0xe0bec4f45aef64cec9dcb9010d4beffb13e91466>" %}

\[RewardDistributor] - Extra Finance:

{% embed url="<https://optimistic.etherscan.io/address/0xb7d8613728efcfbb18bcd63deec06f64441d322a#code>" %}

(More in the schedule along with additional audits and bug bounties)

### Transparency

<pre class="language-typescript"><code class="lang-typescript">// Protocol Treasury (EXTRA_Rainy_Day_Fund): cover for unexpected protocol-level risk
Protocol Treasury: "0xc918a60e4d40d15959a85fa8b35f6db96907babf",
<strong>
</strong>// EXTRA_Community_Fund: receive revested tokens for community fund
EXTRA_Community_Fund: "0x89F0885DA2553232aeEf201692F8C97E24715c83",
<strong>
</strong>//EXTRA_Community_Fund_2(Non Circulating):non-circulating shares of community fund
EXTRA_Community_Fund_2: "0x48F12DF639322e43Ce83Bb6e12bBa46c8e85f703"

// Team Development and Operation Fund: protocol fee accumulated to this wallet
EXTRA_Dev_Fund: "0x4059e170D325163e2eC96cF8Ca489C40B6927A8c",

<strong>// EXTRA_Gov: protocol parameters controlled by this wallet
</strong>EXTRA_Gov: "0x750f7153e6c92a24089a34eC6AFe65740C9bd40A",

// EXTRA_Team_Multisig_Wallet
EXTRA_Team_Fund: "0x94440d355877696753597E2d90d54BbC51b2a38D",


</code></pre>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.extrafi.io/extra_finance/contracts-and-transparency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
