Open apbendi opened 2 years ago
Enable LP management for the pool in the frontend. Lots of mechanics to consider, which can/should be broken into separate issues
Pool.mint
Pool.mintWithBase
fyTokens
Pool.burn
Pool.burnForBase
Enable LP management for the pool in the frontend. Lots of mechanics to consider, which can/should be broken into separate issues
Contract Interations
Pool.mint
to add liquidity orPool.mintWithBase
to add liquidity by only providing the base token and buyingfyTokens
from the poolPool.burn
andPool.burnForBase
to exit the pool