github.com/gravity-devs/liquidity@v1.5.3/x/liquidity/spec/README.md (about)

     1  <!-- order: 0 title: Liquidity Overview parent: title: "liquidity" -->
     2  
     3   # `liquidity`
     4  
     5  ## Abstract
     6  
     7  This document specifies the liquidity module of the Cosmos SDK that serves AMM (Automated Market Makers) style decentralized liquidity providing and coin swap functions.
     8  
     9  The module enables you to create a liquidity pool with a pair of coins, deposit reserve coins into the pool to provide liquidity, request withdrawal from the pool, and trade coins using the liquidity pool.
    10  
    11  This module is available in the Cosmos Hub and can be used by other blockchains that are based on the Cosmos SDK.
    12  
    13  ## Contents
    14  
    15  1. **[Concepts](01_concepts.md)**
    16  2. **[State](02_state.md)**
    17  3. **[State Transitions](03_state_transitions.md)**
    18  4. **[Messages](04_messages.md)**
    19  5. **[Begin-Block](05_begin_block.md)**
    20  6. **[End-Block](06_end_block.md)**
    21  7. **[Events](07_events.md)**
    22  8. **[Parameters](08_params.md)**
    23  
    24  ## References
    25  
    26  - [Liquidity module proposal and milestone](https://github.com/b-harvest/Liquidity-Module-For-the-Hub)
    27  - [Cosmos SDK modules](https://github.com/cosmos/cosmos-sdk/tree/master/x)