Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atiselsts authored Aug 18, 2021
1 parent e93b5d6 commit 92b0ce5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Overview

See the technical note "Liquidity Math in Uniswap v3" and the [Uniswap v3 whitepaper](https://uniswap.org/whitepaper-v3.pdf) for the description of the purpose of this code.
See the technical note [Liquidity Math in Uniswap v3](http://atiselsts.github.io/pdfs/uniswap-v3-liquidity-math.pdf) and the [Uniswap v3 whitepaper](https://uniswap.org/whitepaper-v3.pdf) for the description of the purpose of this code.

## Contents

* `uniswap-v3-liquidity-math.py` - implmentations of the equations and examples fromn the "Liquidity Math in Uniswap v3" paper
* `subgraph-liquidity-query-example.py` - shows the amounts locked in the current tick of the USDC/WETH 0.3% pool
* `subgraph-liquidity-range-example.py` - shows the amounts locked in all ticks with nonzero liquidity delta in the USDC/WETH 0.3% pool
* [`uniswap-v3-liquidity-math.py`](uniswap-v3-liquidity-math.py) - implementation of the equations and examples from the "Liquidity Math in Uniswap v3" paper
* [`subgraph-liquidity-query-example.py`](subgraph-liquidity-query-example.py) - query the Uniswap v3 subgraph information to show the amounts locked in the current tick range of the USDC/WETH 0.3% pool
* [`subgraph-liquidity-range-example.py`](subgraph-liquidity-range-example.py) - shows the amounts locked in all ticks with nonzero `liquidityNet`, in the USDC/WETH 0.3% pool

## Example outputs

Expand Down

0 comments on commit 92b0ce5

Please sign in to comment.