You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Osmosis charges 100 USDC for pool creation to the community pool.
This is a spam prevention measure, as well as a barrier to pool creation that may not be valuable to have on chain. I.e. Pairings and Parameters should be considered to return the pool creator the fee in value.
Osmosis governance has the ability to whitelist addresses to create Supercharged pools while ignoring the Quote asset restriction:
This was implemented here: #6420
As these addresses should have been approved by governance to have the discretion to make non-standard pairings, this whitelist should also exclude these addresses from being charged the 100 USDC pool creation fee.
Suggested Design
Add a check during pool creation to see if the creation address is on the UnrestrictedPoolCreatorWhitelist , if so then do not charge the pool creation fee.
Acceptance Criteria
Addresses on the whitelist can create pools without being charged
Addresses not on the whitelist are still charged when creating a pool.
The text was updated successfully, but these errors were encountered:
While this proposal allows the creation of any Supercharged pairings, this proposal will also signal the unrestricted_pool_creator_whitelist parameter to also allow exemption from the pool creation fee. This parameter currently only contains the Pool Creation subDAO and would allow the bulk rollout of new listings and pool types using common pairings at no cost by retaining some elevated functionality for this permission. This would also be implemented in a future software upgrade proposal, independent of the Quote asset whitelist removal deployment.
Background
Osmosis charges 100 USDC for pool creation to the community pool.
This is a spam prevention measure, as well as a barrier to pool creation that may not be valuable to have on chain. I.e. Pairings and Parameters should be considered to return the pool creator the fee in value.
Osmosis governance has the ability to whitelist addresses to create Supercharged pools while ignoring the Quote asset restriction:
This was implemented here: #6420
As these addresses should have been approved by governance to have the discretion to make non-standard pairings, this whitelist should also exclude these addresses from being charged the 100 USDC pool creation fee.
Suggested Design
Add a check during pool creation to see if the creation address is on the
UnrestrictedPoolCreatorWhitelist
, if so then do not charge the pool creation fee.Acceptance Criteria
Addresses on the whitelist can create pools without being charged
Addresses not on the whitelist are still charged when creating a pool.
The text was updated successfully, but these errors were encountered: