> For the complete documentation index, see [llms.txt](https://docs.increment.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.increment.fi/protocols/liquidity-mining-farm/nft-farm/deployment-addresses.md).

# 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) |
