> 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/liquid-staking/deployment-addresses.md).

# Deployment Addresses

### Mainnet

| Contract                                | Address                                                                   | Comment                                                                                                                                             |
| --------------------------------------- | ------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| stFlowToken                             | [0xd6f80565193ad727](https://www.flowdiver.io/account/0xd6f80565193ad727) | A liquid (transferrable), interest-bearing fungible token, backed by the underlying staked `$Flow` and any generated staking rewards                |
| LiquidStakingError, LiquidStakingConfig | [0xd6f80565193ad727](https://www.flowdiver.io/account/0xd6f80565193ad727) | Error codes, constants, configurable paramaters                                                                                                     |
| LiquidStaking                           | [0xd6f80565193ad727](https://www.flowdiver.io/account/0xd6f80565193ad727) | Main entry points to the Liquid Staking Protocol, including public functions like `stake`, `unstake`, `migrate`, `cashoutWithdrawVoucher`, etc.     |
| DelegatorManager                        | [0xd6f80565193ad727](https://www.flowdiver.io/account/0xd6f80565193ad727) | Management of staked `$flow`, handling unstaking requests and delegation strategies, protocol epoch advancement and price update of `$stFlow` token |

### Testnet

<table><thead><tr><th width="247">Contract</th><th>Address</th></tr></thead><tbody><tr><td>stFlowToken</td><td><a href="https://testnet.flowdiver.io/account/0xe45c64ecfe31e465">0xe45c64ecfe31e465</a></td></tr><tr><td>LiquidStakingError, LiquidStakingConfig</td><td><a href="https://testnet.flowdiver.io/account/0xe45c64ecfe31e465">0xe45c64ecfe31e465</a></td></tr><tr><td>LiquidStaking</td><td><a href="https://testnet.flowdiver.io/account/0xe45c64ecfe31e465">0xe45c64ecfe31e465</a></td></tr><tr><td>DelegatorManager</td><td><a href="https://testnet.flowdiver.io/account/0xe45c64ecfe31e465">0xe45c64ecfe31e465</a> </td></tr></tbody></table>
