> For the complete documentation index, see [llms.txt](https://docs.resupply.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.resupply.finance/faq/contract-addresses.md).

# Contract Addresses

All contracts are on **Ethereum mainnet**. The authoritative, always-updated list is [deployment/contracts.json](https://github.com/resupplyfi/resupply/blob/main/deployment/contracts.json); the table below is the frequently referenced subset (check contracts.json for the full list including every lending market and reward stream).

### Core & governance

| Contract                | Address                                      |
| ----------------------- | -------------------------------------------- |
| Core                    | `0xc07e000044F95655c11fda4cD37F70A94d7e0a7d` |
| Governance Token (RSUP) | `0x419905009e4656fdC02418C7Df35B1E61Ed5F726` |
| Governance Staker       | `0x22222222E9fE38F6f1FC8C61b25228adB4D8B953` |
| **Voter (active)**      | `0x11111111063874cE8dC6232cb5C1C849359476E6` |
| Emissions Controller    | `0x33333333df05b0D52edD13D230461E5A0f5a4706` |
| Vest Manager            | `0x6666666677B06CB55EbF802BB12f8876360f919c` |
| Registry                | `0x10101010E0C3171D894B71B3400668aF311e7D94` |

### Stablecoin & markets

| Contract               | Address                                      |
| ---------------------- | -------------------------------------------- |
| Stablecoin (reUSD)     | `0x57aB1E0003F623289CD798B1824Be09a793e4Bec` |
| Savings reUSD (sreUSD) | `0x557AB1e003951A73c12D16F0fEA8490E39C33C35` |
| Insurance Pool         | `0x00000000efe883b3304aFf71eaCf72Dbc3e1b577` |
| Pair Deployer V2       | `0x5555555558B7309ecB0FbB23e609ec3c6f74C2Ea` |
| Treasury               | `0x4444444455bF42de586A88426E5412971eA48324` |

Full market list (incl. crvUSD sDOLA/syrupUSDC/sfrxUSD/sxeUSD/sUSDc, frxUSD WBTC/sfrETH/sUSDc/scrUSD, crvUSD WETH/wstETH/WBTC) is in `deployment/contracts.json` under `PAIR_*` keys (the set is governance-driven — check the manifest for additions/removals).

### Operations & security

| Contract                          | Address                                      |
| --------------------------------- | -------------------------------------------- |
| Redemption Operator (proxy)       | `0x3F7C15d053Ab332D194D0040815E466d34387E40` |
| Redemption Handler                | `0x5eeB063d0abefBBc78F576E28d762a16b637A025` |
| Liquidation Handler               | `0x88888888c227c36401493Ed9F3e3Dcc3800B2634` |
| Borrow Limit Controller           | `0x0950000465476F4470e74AeD93E7dd414012BB7D` |
| Keeper                            | `0x49F7AA38af55322dE009ADD5f10a602CD26Ee958` |
| Fee Deposit                       | `0x07Ad4630985ADe5B5307806C43E57e0A9A932C52` |
| Fee Deposit Controller            | `0xC700000506423Bad12d5EB6D55b35EA9F5384Df6` |
| Guardian (operator proxy)         | `0xA4745e0B1F40ab3DCFD98F381835De591a8974E3` |
| Treasury manager (operator proxy) | `0x4CF97a55d58Aad14C493A46C8151a0BFffb10403` |
| Multisig (3-of-4)                 | `0xFE11a5009f2121622271e7dd0FD470264e076af6` |
| Retention Incentives              | `0xB9415639618e70aBb71A0F4F8bbB2643Bf337892` |
| Retention Receiver                | `0x6E7D5dade33f76F480EA38E3c47f870de74906F1` |


---

# 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.resupply.finance/faq/contract-addresses.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.
