LP Model
DraftStatus: Draft Version: 0.1.0 Last Updated: 2026-05-16 Owner: Axodus DEX
Purpose
Liquidity providers enable swaps by depositing assets into pools. LPs may earn fees or incentives, but can lose value.
Concepts
An LP is a user, Treasury, or actor who deposits assets into a pool. An LP token or record may represent pool share if implemented. Fees accrued are variable and depend on pool activity. Impermanent loss is the difference between an LP position and simply holding the assets.
LP Flow
- User selects pool.
- Pool risk and token status are displayed.
- Deposit amounts are entered.
- Pool share is estimated.
- Impermanent loss warning is displayed.
- User approves tokens if needed.
- User adds liquidity.
- LP position is created.
- Fees and position are tracked if supported.
- User removes liquidity when desired.
- Final received assets depend on pool state.
LP Position Record
An LP position should include owner reference, pool, deposited assets, pool share, entry prices if available, current value estimate, fees accrued if available, incentives if any, impermanent loss context, status, and transaction references.
Risk Considerations
LP risks include impermanent loss, token failure, low volume, smart contract risk, withdrawal risk, and incentive changes. LP fees and incentives are variable and not guaranteed.
