# Deployment Addresses

### Mainnet

<table><thead><tr><th width="260.3333333333333">Contract</th><th width="228">Address</th><th>Comment</th></tr></thead><tbody><tr><td>LendingError, LendingConfig, LendingInterfaces </td><td><a href="https://www.flowdiver.io/account/0x2df970b6cdee5735">0x2df970b6cdee5735</a></td><td>Constants, hepers, interfaces</td></tr><tr><td>LendingOracle</td><td><a href="https://www.flowdiver.io/account/0x72d3a05910b6ffa3">0x72d3a05910b6ffa3</a></td><td>Price oracles for lending markets</td></tr><tr><td>LendingComptroller</td><td><a href="https://www.flowdiver.io/account/0xf80cb737bfe7c792">0xf80cb737bfe7c792</a></td><td>Market configuration; safety auditing before applying side effects</td></tr><tr><td>TwoSegmentsInterestRateModel</td><td><a href="https://www.flowdiver.io/account/0xd57ea11ec725e6a3">0xd57ea11ec725e6a3</a></td><td>InterestRateModel for stablecoins</td></tr><tr><td>TwoSegmentsInterestRateModel</td><td><a href="https://www.flowdiver.io/account/0x38f9a6fc697e5cf9">0x38f9a6fc697e5cf9</a></td><td>InterestRateModel for non-stables</td></tr><tr><td>LendingAprSnapshot</td><td><a href="https://www.flowdiver.io/account/0x5da615e7385f307a">0x5da615e7385f307a</a></td><td>Onchain apr sampling data of each supported market</td></tr><tr><td>LendingPool</td><td><a href="https://www.flowdiver.io/account/0x7492e2f9b4acea9a">0x7492e2f9b4acea9a</a></td><td>Smart contract pool for FungibleToken market <code>Flow</code></td></tr><tr><td>LendingPool</td><td><a href="https://www.flowdiver.io/account/0x90f55b24a556ea45">0x90f55b24a556ea45</a></td><td>Smart contract pool for FungibleToken market <code>FUSD</code></td></tr><tr><td>LendingPool</td><td><a href="https://www.flowdiver.io/account/0x8334275bda13b2be">0x8334275bda13b2be</a></td><td>Smart contract pool for FungibleToken market <code>USDC</code>(to-be-deprecated after Crescendo mainnet upgrade)</td></tr><tr><td>LendingPool</td><td><a href="https://www.flowdiver.io/account/1113980ca45d1d37">0x1113980ca45d1d37</a></td><td>Smart contract pool for FungibleToken market <code>USDCf</code>(a wrapped USDC token fully backed by USDC)</td></tr><tr><td>LendingPool</td><td><a href="https://www.flowdiver.io/account/0x67539e86cbe9b261">0x67539e86cbe9b261</a></td><td>Smart contract pool for FungibleToken market <code>BLT</code></td></tr><tr><td>LendingPool</td><td><a href="https://www.flowdiver.io/account/0x44fe3d9157770b2d">0x44fe3d9157770b2d</a></td><td>Smart contract pool for FungibleToken market <code>stFlow</code></td></tr></tbody></table>

### Testnet

| Contract                                       | Address                                                                       | Comment                                                            |
| ---------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| LendingError, LendingConfig, LendingInterfaces | [0x8bc9e24c307d249b](https://testnet.flowdiver.io/account/0x8bc9e24c307d249b) | Constants, hepers, interfaces                                      |
| LendingOracle                                  | [0x7745157792470296](https://testnet.flowdiver.io/account/0x7745157792470296) | Price oracles for lending markets                                  |
| LendingComptroller                             | [0xc15e75b5f6b95e54](https://testnet.flowdiver.io/account/0xc15e75b5f6b95e54) | Market configuration; safety auditing before applying side effects |
| TwoSegmentsInterestRateModel                   | [0x23031fd14bb0f21b](https://testnet.flowdiver.io/account/0x23031fd14bb0f21b) | InterestRateModel for stablecoins                                  |
| TwoSegmentsInterestRateModel                   | [0xcc4e949596cf8ced](https://testnet.flowdiver.io/account/0xcc4e949596cf8ced) | InterestRateModel for non-stables                                  |
| LendingPool                                    | [0x8aaca41f09eb1e3d](https://testnet.flowdiver.io/account/0x8aaca41f09eb1e3d) | Smart contract pool for FungibleToken market `Flow`                |
| LendingPool                                    | [0x97d2f3b55c6a6a75](https://testnet.flowdiver.io/account/0x97d2f3b55c6a6a75) | Smart contract pool for FungibleToken market `USDC`                |
| LendingPool                                    | [0x9e324d8ae3cbd0f0](https://testnet.flowdiver.io/account/0x9e324d8ae3cbd0f0) | Smart contract pool for FungibleToken market `FUSD`                |


---

# 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.increment.fi/protocols/decentralized-money-market/deployment-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.
