Files
pezkuwi-sdk/bizinikiwi/pezframe/asset-conversion
pezkuwichain 479010094e fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members
- Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml
- Fix Rust import ordering with cargo fmt
- Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
2026-01-04 17:22:12 +03:00
..

asset-conversion

A swap pezpallet

This pezpallet allows assets to be converted from one type to another by means of a constant product formula. The pezpallet based is based on Uniswap V2 logic.

Overview

This pezpallet allows you to:

  • create a liquidity pool for 2 assets
  • provide the liquidity and receive back an LP token
  • exchange the LP token back to assets
  • swap 2 assets if there is a pool created
  • query for an exchange price via a new runtime call endpoint
  • query the size of a liquidity pool.

Please see the rust module documentation for full details:

cargo doc -p pezpallet-asset-conversion --open

License

License: Apache-2.0