Skip to content

Commit 83e9ede

Browse files
authored
Update Pool Creation Fee
1 parent 76b65e7 commit 83e9ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/osmosis-core/modules/gamm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Pools have the following parameters:
182182
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.
183183
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.
184184

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

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

@@ -283,7 +283,7 @@ The configuration json file contains the following parameters:
283283
:::
284284

285285
::: warning
286-
There is now a 100 USDC fee for creating pools.
286+
There is now a 20 USDC fee for creating pools.
287287
:::
288288

289289
### Join pool

0 commit comments

Comments
 (0)