Skip to content

Commit

Permalink
Update Pool Creation Fee
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyWyles authored Apr 23, 2024
1 parent 76b65e7 commit 83e9ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/osmosis-core/modules/gamm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Pools have the following parameters:
This allows pool governance to smoothly change the weights of the assets it holds in the pool. So it can slowly move from a 2:1 ratio, to a 1:1 ratio.
Currently, smooth weight changes are implemented as a linear change in weight ratios over a given duration of time. So weights changed from 4:1 to 2:2 over 2 days, then at day 1 of the change, the weights would be 3:1.5, and at day 2 its 2:2, and will remain at these weight ratios.

The GAMM module also has a **PoolCreationFee** parameter, which currently is set to `100000000 uusdc` or `100 USDC`.
The GAMM module also has a **PoolCreationFee** parameter, which currently is set to `20000000 uusdc` or `20 USDC`.

[comment]: `<>` (TODO Add better description of how the weights affect things)

Expand Down Expand Up @@ -283,7 +283,7 @@ The configuration json file contains the following parameters:
:::

::: warning
There is now a 100 USDC fee for creating pools.
There is now a 20 USDC fee for creating pools.
:::

### Join pool
Expand Down

0 comments on commit 83e9ede

Please sign in to comment.