Skip to content

Commit 378a2b3

Browse files
authored
Merge pull request #256 from osmosis-labs/JohnnyWyles-patch-1
Update Pool Creation fee
2 parents 1cc1db0 + 83e9ede commit 378a2b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

docs/overview/integrate/pool-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are several different types of liquidity pools on Osmosis, each with uniqu
1616
- Supercharged Liquidity (Concentrated Liquidity) Pool, and
1717
- CosmWasm Pools (e.g., Transmuter and Alloyed Assets)
1818

19-
Note: As of [Proposal 699](https://www.mintscan.io/osmosis/proposals/699), a pool creation fee of 100 USDC is required.
19+
Note: As of [Proposal 699](https://www.mintscan.io/osmosis/proposals/699), a pool creation fee of 20 USDC is required.
2020
*[fee taken automatically when transaction has been sent via CLI]*
2121

2222
Note: Sometimes there is no way to find the Pool ID of a pool via a block explorer using the transaction hash. osmosisd CLI will show the Pool ID of the new pool in response when creating the pool via CLI; otherwise, the only way to get a Pool ID is to search among the most recently created pools, or else look on a list (that shows Pool ID) of all pools for matching specifications.
@@ -45,7 +45,7 @@ To create a Classic Pool on Osmosis via the Osmosis Zone app:
4545
- Enter a >0 amount of each token to add to the pool upon creation
4646
- Next
4747
- Set Swap Fee
48-
- Tick ‘I understand that creating a new pool will cost 100 USDC
48+
- Tick ‘I understand that creating a new pool will cost 20 USDC
4949
- Create Pool
5050
- Continue to approve the transaction with the connected wallet.
5151

@@ -105,7 +105,7 @@ To create a Stableswap Pool on Osmosis via the Osmosis Zone app:
105105
- Next
106106
- Set Swap Fee
107107
- Set scaling factor controller (optional)<sup>2</sup>
108-
- Tick ‘I understand that creating a new pool will cost 100 USDC.
108+
- Tick ‘I understand that creating a new pool will cost 20 USDC.
109109
- Create Pool
110110
- Continue to approve the transaction with the connected wallet.
111111

0 commit comments

Comments
 (0)