Adding / Removing Liquidity
Adding Liquidity via the Balancer SDK
Removing Liquidity via the Balancer SDK
Information on Hooks
These hooks are called by the Balancer v2 Vault throughout the lifecycle of an FXPool
joinPool
joinPool
Use this function for adding liquidity into an FXPool
Refer to the Balancer Developer Docs for more info about JoinPool
arguments.
exitPool
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.
Last updated