# Deployment Addresses

### Mainnet

| Contract            | Address                                                                   | Comment                                                                                                                                                                                                                                                                       |
| ------------------- | ------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| StakingError        | [0x1b77ba4b414de352](https://www.flowdiver.io/account/0x1b77ba4b414de352) | Common error codes                                                                                                                                                                                                                                                            |
| StakingNFT          | [0x1b77ba4b414de352](https://www.flowdiver.io/account/0x1b77ba4b414de352) | Stake NonFungibleToken (e.g. a Float) into a staking pool to earn (potential multiple) FungibleTokens as rewards.                                                                                                                                                             |
| StakingNFTVerifiers | [0x1b77ba4b414de352](https://www.flowdiver.io/account/0x1b77ba4b414de352) | An extra verifier checks whether the given nft is allowed to stake into a farm pool. Use cases: e.g. All floats are stored in the same Collection, but logically they belong to different `FLOATEvents`. This contract is upgradable, with more  verifiers to be implemented. |

### Testnet

| Contract            | Address                                                                       |
| ------------------- | ----------------------------------------------------------------------------- |
| StakingError        | [0x44ef9309713e2061](https://testnet.flowdiver.io/account/0x44ef9309713e2061) |
| StakingNFT          | [0x44ef9309713e2061](https://testnet.flowdiver.io/account/0x44ef9309713e2061) |
| StakingNFTVerifiers | [0x44ef9309713e2061](https://testnet.flowdiver.io/account/0x44ef9309713e2061) |


---

# 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/liquidity-mining-farm/nft-farm/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.
