πŸ“¨Messages

This directory contains documentation for the core transaction messages supported by the x/gamm module.

Core Operations

Pool Management

Trading

Core Message List

The GAMM module supports 4 core transaction messages:

  1. MsgCreateBalancerPool - Create new balancer pool

  2. MsgJoinPool - Join pool with proportional tokens

  3. MsgSwapExactAmountIn - Swap exact input for minimum output

  4. MsgExitPool - Exit pool and receive underlying tokens

Last updated