add chapter for uniswap x

This commit is contained in:
autistic-symposium-helpers 2024-10-16 23:49:10 +09:00 committed by GitHub
parent 6df2578260
commit 47530b0b34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)