Yield Farming Pools Withdrawal Guide
This guide provides step-by-step instructions for claiming rewards and/or withdrawing deposits from yield farming pools on BarnBridge
Before you start
Make sure you have access to the wallet you used to stake in the DAO.
Here's the list of contract addresses you may need for this guide:
Pool / Token | Description | Contract Address |
---|---|---|
Staking Contract | Used for staked tokens withdrawals |
|
Stablecoin Pool | USDC/DAI/sUSD pool used for claiming rewards |
|
LP Pool | BOND/USDC pool used for claiming rewards |
|
BOND Pool | BOND staking pool used for claiming rewards |
|
USDC | Token address |
|
DAI | Token address |
|
sUSD | Token address |
|
BOND/USDC LP | Token address |
|
BOND | Token address |
|
How to claim rewards
To claim rewards from any of the yield farming pools, go to Etherscan and open the contract address of the pool you want to claim rewards from. Go to Write Contract
tab and call massHarvest
function using the same wallet that's been used for depositing into the pool.
How to withdraw deposit from the pool
To withdraw deposit, open Staking Contract on Etherscan and go to Write Contract
tab. Call emergencyWithdraw
function using the address of the token you want to withdraw as an input parameter.
Last updated