# Messages

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

## Core Operations

### Pool Management

* [MsgCreateBalancerPool](/other-modules/x-gamm/messages/msg-create-balancer-pool.md) - Create new balancer pool with initial liquidity
* [MsgJoinPool](/other-modules/x-gamm/messages/msg-join-pool.md) - Join existing pool with liquidity
* [MsgExitPool](/other-modules/x-gamm/messages/msg-exit-pool.md) - Exit pool and receive underlying tokens

### Trading

* [MsgSwapExactAmountIn](/other-modules/x-gamm/messages/msg-swap-exact-amount-in.md) - Swap exact amount of tokens in
* [MsgSwapExactAmountInWithIBCTransfer](/other-modules/x-gamm/messages/msg-swap-exact-amount-in-with-ibc-transfer.md) - Swap exact amount of tokens in and send via IBC

## Core Message List

The GAMM module supports 5 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. **MsgSwapExactAmountInWithIBCTransfer** - Swap exact input and send output via IBC
5. **MsgExitPool** - Exit pool and receive underlying tokens


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bitbadges.io/other-modules/x-gamm/messages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
