π¨Messages
This directory contains documentation for the core transaction messages supported by the x/gamm
module.
Core Operations
Pool Management
MsgCreateBalancerPool - Create new balancer pool with initial liquidity
MsgJoinPool - Join existing pool with liquidity
MsgExitPool - Exit pool and receive underlying tokens
Trading
MsgSwapExactAmountIn - Swap exact amount of tokens in
Core Message List
The GAMM module supports 4 core transaction messages:
MsgCreateBalancerPool - Create new balancer pool
MsgJoinPool - Join pool with proportional tokens
MsgSwapExactAmountIn - Swap exact input for minimum output
MsgExitPool - Exit pool and receive underlying tokens
Last updated