V2 liquidity
Providing liquidity with the wrapper has the benefit that RBTC is automatically wrapped to WRBTC and the pool tokens are automatically deposited at the liquidity mining contract.
Adding liquidity
function addLiquidityToV2(
address _liquidityPoolConverterAddress,
address _reserveAddress,
uint256 _amount,
uint256 _minReturn)
returns(uint256) Name
Type
Description
Removing liquidity
Name
Type
Description
Last updated