# Deployment Addresses

### Mainnet

| Contract     | Address                                                                   | Comment                                                                                                                |
| ------------ | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| StakingError | [0x1b77ba4b414de352](https://www.flowdiver.io/account/0x1b77ba4b414de352) | Common error codes                                                                                                     |
| Staking      | [0x1b77ba4b414de352](https://www.flowdiver.io/account/0x1b77ba4b414de352) | Stake FungibleToken (e.g. LpToken) into a liquidity mining pool to earn (potential multiple) FungibleTokens as rewards |

### Testnet

| Contract     | Address                                                                       | Comment                                                                      |
| ------------ | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| StakingError | [0x26a1e94319e81a3c](https://testnet.flowdiver.io/account/0x26a1e94319e81a3c) | Common error codes                                                           |
| Staking      | [0x26a1e94319e81a3c](https://testnet.flowdiver.io/account/0x26a1e94319e81a3c) | Stake LpToken into a liquidity mining pool to earn FungibleTokens as rewards |


---

# 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/token-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.
