Skip to content

Commit 1b37bb9

Browse files
authored
Update pool creation fee (#226)
* Update Pool Creation Fee https://www.mintscan.io/osmosis/proposals/669 * Update pool creation fee https://www.mintscan.io/osmosis/proposals/669 * Update Pool Creation Fee https://www.mintscan.io/osmosis/proposals/669 * Formatting
1 parent c1d9053 commit 1b37bb9

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

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

+2-2
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 `1000000000 uosmo` or `1000 OSMO`.
185+
The GAMM module also has a **PoolCreationFee** parameter, which currently is set to `400000000 uosmo` or `400 OSMO`.
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 1000 OSMO fee for creating pools.
286+
There is now a 400 OSMO fee for creating pools.
287287
:::
288288

289289
### Join pool

docs/overview/educate/osmo.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Further details can be seen in the [Superfluid module specifications](/osmosis-c
3131

3232
## Other Fees
3333
The OSMO token is required as fees for several tasks on chain to prevent spam and encourage considered usage of features. All fees paid go to the Community Pool.
34-
Creating a pool: 1000 OSMO
35-
Adding External Incentives to a pool: 50 OSMO
36-
Topping up External Incentives on an existing stream: 25 OSMO
34+
35+
* Creating a pool: 400 OSMO
36+
* Adding External Incentives to a pool: 50 OSMO
37+
* Topping up External Incentives on an existing stream: 25 OSMO

docs/overview/integrate/pool-setup.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are several different types of liquidity pools on Osmosis, each with uniqu
1515
- Supercharged Liquidity (Concentrated Liquidity) Pools, and
1616
- CosmWasm Pools (e.g., Transmuter and Alloyed Assets).
1717

18-
Note: As of Osmosis v19, the Pool Creation Fee is 1000 OSMO
18+
Note: As of [Proposal 669](https://www.mintscan.io/osmosis/proposals/669), the Pool Creation Fee is 400 OSMO
1919

2020
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.
2121

@@ -39,7 +39,7 @@ To create a Classic Pool on Osmosis via the Osmosis Zone app:
3939
- Enter a >0 amount of each token to add to the pool upon creation
4040
- Next
4141
- Set Swap Fee
42-
- Tick ‘I understand that creating a new pool will cost 1000 OSMO
42+
- Tick ‘I understand that creating a new pool will cost 400 OSMO
4343
- Create Pool
4444
- Continue to approve the transaction with the connected wallet.
4545
#### CLI Command
@@ -88,7 +88,7 @@ To create a Stableswap Pool on Osmosis via the Osmosis Zone app:
8888
- Next
8989
- Set Swap Fee
9090
- Set scaling factor controller (optional)<sup>2</sup>
91-
- Tick ‘I understand that creating a new pool will cost 1000 OSMO
91+
- Tick ‘I understand that creating a new pool will cost 400 OSMO
9292
- Create Pool
9393
- Continue to approve the transaction with the connected wallet.
9494

0 commit comments

Comments
 (0)