Stake LP

  • You don't necessarily have to approve LP token to the Vault contract before staking it. Vault is whitelisted by default in LP contract.

  • Pending rewards will be claimed automatically, if any, when you deposit or withdraw LPs.

function deposit(address _gauge, uint256 _amount) external;
function withdraw(address _gauge, uint256 _amount) external;

Last updated