canine-docs/docs/protocol/modules/lp.md

18 lines
983 B
Markdown
Raw Normal View History

2022-08-26 15:30:21 +00:00
---
sidebar_position: 3
---
2023-04-28 19:29:22 +00:00
# LP Module (Coming Soon)
2022-08-26 15:30:21 +00:00
2023-04-28 19:29:22 +00:00
The `lp` (Liquidity Provision) module is a vital part of the Jackal Protocol, enabling the creation and management of liquidity pools for trading and swapping tokens. This module provides a decentralized solution for users to contribute liquidity to the ecosystem and earn rewards in return.
2022-08-26 15:30:21 +00:00
2023-04-28 19:29:22 +00:00
## Overview
2022-08-26 15:30:21 +00:00
2023-04-28 19:29:22 +00:00
The `lp` module manages the following aspects of liquidity pools:
2022-08-26 15:30:21 +00:00
2023-04-28 19:29:22 +00:00
1. **Liquidity Pool Creation**: Allows the creation of new liquidity pools for token pairs.
2. **Liquidity Provision**: Facilitates users to add or remove liquidity from existing pools.
3. **Token Swaps**: Enables decentralized trading and swapping of tokens within the liquidity pools.
4. **Rewards**: Distributes rewards to liquidity providers proportionate to their contribution.
2022-08-26 15:30:21 +00:00
2023-04-28 19:29:22 +00:00
For a more detailed guide on the 'lp' module, please refer to the [module documentation](https://github.com/JackalLabs/canine-chain/blob/master/x/lp/README.md) on GitHub.