Skip to content

Commit 6236da1

Browse files
Update pool-setup.md
1 parent cbc7e41 commit 6236da1

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

docs/overview/integrate/pool-setup.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,32 @@ Note: When specifying token denominations that are represented as `ibc/<hash>` v
2626

2727
A Supercharged Pool is Osmosis’ Implementation of [Uniswap’s Concentrated Liquidity](https://docs.uniswap.org/concepts/protocol/concentrated-liquidity). In addition to full-range positions, liquidity providers can also ‘concentrate’ their liquidity to only apply within a defined price range. When the market price is within the defined price range, the liquidity earns comparatively more swap fees and incentives at the cost of increased impermanent loss; but when the market price is outside of the defined price range, the position doesn’t earn any swap fees (or incentives).
2828

29-
On Osmosis, for technical and UX reasons, some parameters are restricted to a limited set of governance-approved values. For example, the allowable quote assets are limited to a small set of tokens, meaning that all CL pools must contain at least one of these authorized tokens (which are listed below). The same applies to spread factor–basically the same thing as swap fee–and tick spacing–used for refining the granularity of possible positions.
29+
On Osmosis, for technical and UX reasons, some parameters are restricted to a limited set of governance-approved values. For example, the allowable quote assets are limited to a small set of tokens, meaning that all CL pools must contain at least one of these authorized tokens (which are listed below). The same applies to spread factor–-basically the same thing as swap fee–-and tick spacing–-used for refining the granularity of possible positions.
3030

3131
### Create Pool
3232

3333
#### Osmosis Zone
3434

35-
As of writing, Supercharged Liquidity Pools cannot be created via the Osmosis Zone app.
35+
To create a Supercharge Liquidity Pool on Osmosis via the Osmosis Zone app:
36+
37+
IMPORTANT: If it is desired to entirely complete the setup of a Supercharged pool via the Osmosis Zone app--.i.e., not using osmosisd CLI--then the pool creator must add an initial liquidity position immediately after creating the pool, without closing the modal. If the pool creation flow is disrupted before the initial liquidfity has been added, e.g., by closing the modal or navigating to a different page, then it will not be possible to add initial liquidity to the new pool via the Osmosis Zone app, in which case it can only be added via osmosisd CLI (see [Join Pool](#join-pool) for steps).
38+
39+
- Go to app.osmosis.zone
40+
- Connect a Wallet
41+
- Go to Pools page
42+
- Create New Pool button
43+
- Choose Supercharged pool
44+
- Next
45+
- Under Base, Add new token
46+
- Select a token
47+
- Under Quote, click the dropdown (default selection is USDC)
48+
- Set Swap Fee
49+
- Tick ‘I understand that creating a new pool will cost 20 USDC.'
50+
- Create Pool
51+
- Approve the transaction via the connected wallet (20 USDC will be charged at this stage).
52+
- Enter a >0 amount for both tokens
53+
- Next
54+
- Approve the transaction via the connected wallet
3655

3756
#### CLI Command
3857

0 commit comments

Comments
 (0)