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
Copy file name to clipboardExpand all lines: docs/overview/integrate/pool-setup.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,32 @@ Note: When specifying token denominations that are represented as `ibc/<hash>` v
26
26
27
27
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).
28
28
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.
30
30
31
31
### Create Pool
32
32
33
33
#### Osmosis Zone
34
34
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
0 commit comments