astroport-pair-transmuter

Crates.ioastroport-pair-transmuter
lib.rsastroport-pair-transmuter
version1.1.2
sourcesrc
created_at2024-03-26 12:35:47.89585
updated_at2024-08-21 11:54:52.532507
descriptionThe Astroport constant sum pair contract implementation. Handles no fee pools with constant 1:1 ratio.
homepagehttps://astroport.fi
repositoryhttps://github.com/astroport-fi/astroport
max_upload_size
id1186332
size71,257
Timofey (epanchee)

documentation

README

Astroport Transmuter Pool

Overview

Implementation of a constant sum pool that supports swapping between tokens at a constant 1:1 ratio. This pair neither charge any fees nor incur any spread. Supports pools with >2 tokens.

Limitations

  1. All tokens must have 6 decimals.
  2. CW20 tokens are not supported.
Commit count: 1186

cargo fmt