Skip to content

Commit

Permalink
specify asset0 and asset1
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Apr 15, 2023
1 parent 5d79255 commit 8556ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/concentrated-liquidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ $$D=P-(\frac{baseAssetInUSD}{quoteAssetInUSD+desiredIncrementOfQuoteInUSD})$$
SHIB is trading at $0.00001070 per SHIB
BTC is trading at $28,000 per BTC

We want to create a SHIB/BTC concentrated liquidity pool where SHIB is the baseAsset and BTC is the quoteAsset. In terms of the quoteAsset, we want to increment in 10 cent values.
We want to create a SHIB/BTC concentrated liquidity pool where SHIB is the baseAsset (asset0) and BTC is the quoteAsset (asset1). In terms of the quoteAsset, we want to increment in 10 cent values.

$$P=(\frac{0.00001070}{28,000})=0.000000000382142857$$

Expand Down

0 comments on commit 8556ae6

Please sign in to comment.