mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-17 14:10:35 -04:00
add chapter for uniswap x
This commit is contained in:
parent
6df2578260
commit
47530b0b34
1 changed files with 16 additions and 17 deletions
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
### tl,dr
|
### tl,dr
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
* **AMMs** replace the buy and sell orders in an order book market with a liquidity pool of two assets, both valued relative to each other. as one asset is trader for the other, the relative prices of the two assets shift, and the new market rate for both is determined.
|
* **AMMs** replace the buy and sell orders in an order book market with a liquidity pool of two assets, both valued relative to each other. as one asset is trader for the other, the relative prices of the two assets shift, and the new market rate for both is determined.
|
||||||
|
@ -20,29 +19,29 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
* [uniswap v2](uniswap-v2)
|
* **[uniswap v2](uniswap-v2)**
|
||||||
* [uniswap v3](uniswap-v3)
|
* **[uniswap v3](uniswap-v3)**
|
||||||
|
* **[uniswap X](uniswap-x)**
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### resources
|
### external resources
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
* **[what's an amm, by coindesk](https://www.coindesk.com/learn/what-is-an-automated-market-maker/)**
|
||||||
* [what's an amm, by coindesk](https://www.coindesk.com/learn/what-is-an-automated-market-maker/)
|
* **[uniswap docs](https://docs.uniswap.org/protocol)**
|
||||||
* [uniswap docs](https://docs.uniswap.org/protocol)
|
* **[uniswap arb analysis](https://github.com/ccyanxyz/uniswap-arbitrage-analysis)**
|
||||||
* [uniswap arb analysis](https://github.com/ccyanxyz/uniswap-arbitrage-analysis)
|
* **[uniswap extractooor](https://www.uniswap.shippooor.xyz/)**
|
||||||
* [uniswap extractooor](https://www.uniswap.shippooor.xyz/)
|
* **[dune for total uniswap users over time](https://dune.com/queries/2740)**
|
||||||
* [dune for total uniswap users over time](https://dune.com/queries/2740)
|
* **[understanding amms by hasu](https://www.paradigm.xyz/2021/04/understanding-automated-market-makers-part-1-price-impact)**
|
||||||
* [understanding amms by hasu](https://www.paradigm.xyz/2021/04/understanding-automated-market-makers-part-1-price-impact)
|
* **[mev's impact on uniswap](https://eigenphi.io/report/mev-impact-on-uniswap)**
|
||||||
* [mev's impact on uniswap](https://eigenphi.io/report/mev-impact-on-uniswap)
|
* **[quantifying the cost of providing liquidity to amms, by a16z](https://a16zcrypto.com/lvr-quantifying-the-cost-of-providing-liquidity-to-automated-market-makers/)**
|
||||||
* [quantifying the cost of providing liquidity to amms, by a16z](https://a16zcrypto.com/lvr-quantifying-the-cost-of-providing-liquidity-to-automated-market-makers/)
|
* **[automated market making and loss-versus-balancing, by j. milionis et al](https://arxiv.org/abs/2208.06046)**
|
||||||
* [automated market making and loss-versus-balancing, by j. milionis et al](https://arxiv.org/abs/2208.06046)
|
* **[sushiguardrouterv01 with manifold](https://snapshot.org/#/sushigov.eth/proposal/bafkreigjjhjx2j2b526d3poeg23w2xan4rcgnzvcxinsssv7n37lu5p7s4)**
|
||||||
* [sushiguardrouterv01 with manifold](https://snapshot.org/#/sushigov.eth/proposal/bafkreigjjhjx2j2b526d3poeg23w2xan4rcgnzvcxinsssv7n37lu5p7s4)
|
* **[the value of nontoxic orderflow to the uniswap protocol, by m. holloway](https://xenophonlabs.com/papers/uniswap_valuing_orderflow.pdf)**
|
||||||
* [the value of nontoxic orderflow to the uniswap protocol, by m. holloway](https://xenophonlabs.com/papers/uniswap_valuing_orderflow.pdf)
|
* **[dune board on mev on uniswap](https://dune.com/jhackworth/mevmevmev)**
|
||||||
* [dune board on mev on uniswap](https://dune.com/jhackworth/mevmevmev)
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue