#pool #pair #constant #sum #ratio #astroport #tokens

astroport-pair-transmuter

The Astroport constant sum pair contract implementation. Handles no fee pools with constant 1:1 ratio.

2 stable releases

1.1.2 Aug 21, 2024
1.1.1 Mar 26, 2024

#27 in #astroport

Download history 3/week @ 2024-05-31 2/week @ 2024-06-07 1/week @ 2024-06-14 1/week @ 2024-07-05 122/week @ 2024-08-16 19/week @ 2024-08-23

141 downloads per month

GPL-3.0-only

225KB
5K SLoC

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.

Dependencies

~15MB
~313K SLoC