Adding / Removing Liquidity
Last updated
Last updated
These hooks are called by the Balancer v2 Vault throughout the lifecycle of an FXPool
joinPool
Use this function for adding liquidity into an FXPool
Refer to the Balancer Developer Docs for more info about JoinPool
arguments.
exitPool
Use this function for removing liquidity into one of our FXPool(s).
Refer to the Balancer Developer Docs for more info about ExitPool
arguments.