addLiquidity()
Loan your ERC20 tokens to Stargate and earn fees!
function addLiquidity(
uint _poolId, // the stargate poolId representing the specific ERC20 token
uint256 _amountLD, // the amount to loan. quantity in local decimals
address _to // the address to receive the LP token. ie: shares of the pool
)Last updated
