From ccad8046bc619eea16f132507a885a4cd194ad22 Mon Sep 17 00:00:00 2001
From: "dr. mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Fri, 10 Feb 2023 16:40:55 -0800
Subject: [PATCH] toxic order flow and solutions
---
MEV_strategies/oracles/twamm.md | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/MEV_strategies/oracles/twamm.md b/MEV_strategies/oracles/twamm.md
index b0c393e..1d007f5 100644
--- a/MEV_strategies/oracles/twamm.md
+++ b/MEV_strategies/oracles/twamm.md
@@ -4,9 +4,12 @@
### tl; dr
-* a new type of automated market maker, or AMM, that helps traders on Ethereum efficiently execute large orders.
+
+
+
+
* time weighted amm designs prevent sandwich attacks by executing transactions lazily.
-* in twamm, orders are executed as if they were placed between blocks. this way, an attcker would need to straddle blocks in order to take advantage of the victim's slippage tolernace (which is riskier than simply including txs around the victim's).
+* orders are executed as if they were placed between blocks. this way, an attacker would need to straddle blocks in order to take advantage of the victim's slippage tolernace (which is riskier than simply including txs around the victim's).
@@ -14,8 +17,13 @@
---
+
### resources
-* [twamm by paradigm](https://www.paradigm.xyz/2021/07/twamm)
-* [twamm reference implementation in python](https://github.com/para-dave/twamm)
+
+
+
+* [twamm, by paradigm](https://www.paradigm.xyz/2021/07/twamm)
+* [twamm ref implementation](https://github.com/para-dave/twamm)
* [some properties of twamm](https://github.com/pcaversaccio/reentrancy-attacks)
+