# Contract Deployments

**Reward-Earning Tokens**

* brrETH
  * Address: `0xf1288441F094d0D73bcA4E57dDd07829B34de681`.
  * BaseScan: <https://basescan.org/address/0xf1288441f094d0d73bca4e57ddd07829b34de681>.
* brrETHv2
  * Address: `0xD729A94d6366a4fEac4A6869C8b3573cEe4701A9`.
  * BaseScan: <https://basescan.org/address/0xD729A94d6366a4fEac4A6869C8b3573cEe4701A9>.
* brrUSDv2 (USDC)
  * Address: `0x1E757bEf9dD1005D440C50e45249d18Df02d039C`.
  * BaseScan: <https://basescan.org/address/0x1e757bef9dd1005d440c50e45249d18df02d039c>.
* Deprecated
  * brrUSD (USDbC)
    * Address: `0xe5d0481E17E89f99512FBCd1483b0eE8692529Ef`.
    * BaseScan: <https://basescan.org/address/0xe5d0481E17E89f99512FBCd1483b0eE8692529Ef>.

**Mining Vaults**

* ElonRWA
  * Address: `0x37c3Ab9475835a8482d7BD1928Dfcc6F4DBF0b0f`.
  * BaseScan: <https://basescan.org/address/0x37c3Ab9475835a8482d7BD1928Dfcc6F4DBF0b0f>.
* NFD
  * Address: `0x96fcf6e97f977db32e43a3d583dc233373f02669`.
  * BaseScan: <https://basescan.org/address/0x96fcf6e97f977db32e43a3d583dc233373f02669>.
* DEGEN
  * Address: `0x5711e9cc7582988852a04d9ac4415b1bc0b24e22`.
  * BaseScan: <https://basescan.org/address/0x5711e9cc7582988852a04d9ac4415b1bc0b24e22>.

**Mining Vaults V2**

* ElonRWA
  * Address: `0xf3600eb506074b34ccc9b228c2988acdf95ea6c3`.
  * BaseScan: <https://basescan.org/address/0xf3600eb506074b34ccc9b228c2988acdf95ea6c3>.
* NFD
  * Address: `0xae73073c48484563ff52c9602e6ede05f020d43a`.
  * BaseScan: <https://basescan.org/address/0xae73073c48484563ff52c9602e6ede05f020d43a>.
* DEGEN
  * Address: `0x6f1efb96d8240281a8dae0d82d23b1acbfba0c15`.
  * BaseScan: <https://basescan.org/address/0x6f1efb96d8240281a8dae0d82d23b1acbfba0c15>.
* DOG
  * Address: `0xffb1cd86f6b3fda78b52a63172ef24f02d92435b`.
  * BaseScan: <https://basescan.org/address/0xffb1cd86f6b3fda78b52a63172ef24f02d92435b>.
* MFER
  * Address: `0x9fe696540c9de9846a8953caee3248e99afaccb2`.
  * BaseScan: <https://basescan.org/address/0x9fe696540c9de9846a8953caee3248e99afaccb2>.

**Project Token (BRR)**

> WARNING: Beware of scams! We are not selling any BRR tokens.

* BRR
  * Address: `0x7daf48ee7bb6cf9c166c9a97fb559168ea577758`.
  * BaseScan: <https://basescan.org/address/0x7daf48ee7bb6cf9c166c9a97fb559168ea577758>.
* BRRMigrator
  * Address: `0x7222eae62dfd6260ef8d3b5f8bf04055afe7926d`.
  * BaseScan: <https://basescan.org/address/0x7222eae62dfd6260ef8d3b5f8bf04055afe7926d>.
* Deprecated (old BRR tokens)
  * BRR
    * Address: `0x6d80d90ce251985bF41A98c6FDd6b7b975Fff884`.
    * BaseScan: <https://basescan.org/address/0x6d80d90ce251985bF41A98c6FDd6b7b975Fff884>.
  * stakedBRR
    * Address: `0x9A2a2E71071Caff506050bE6747B4E1369964933`.
    * BaseScan: <https://basescan.org/address/0x9a2a2e71071caff506050be6747b4e1369964933>.

> NOTE: brrUSD, brrUSDv2, and brrETHv2 are upgradeable (ERC1967 proxies deployed using the [Solady ERC1967Factory](https://basescan.org/address/0x0000000000006396ff2a80c067f99b3d2ab4df24)), but upgrades can only be carried out by the Brrito multisig (3 of 5). As of this writing, none of our contracts have ever been upgraded.


---

# 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.brrito.xyz/contract-deployments.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.
