mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
21 lines
409 B
Markdown
21 lines
409 B
Markdown
|
<!--
|
||
|
order: 0
|
||
|
title: "Swap Overview"
|
||
|
parent:
|
||
|
title: "swap"
|
||
|
-->
|
||
|
|
||
|
# `swap`
|
||
|
|
||
|
<!-- TOC -->
|
||
|
|
||
|
1. **[Concepts](01_concepts.md)**
|
||
|
2. **[State](02_state.md)**
|
||
|
3. **[Messages](03_messages.md)**
|
||
|
4. **[Events](04_events.md)**
|
||
|
5. **[Params](05_params.md)**
|
||
|
|
||
|
## Abstract
|
||
|
|
||
|
`x/swap` is a Cosmos SDK module that implements an Automated Market Maker (AMM) that enables users to swap coins by trading against liquidity pools.
|