mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-27 19:26:15 -04:00
toxic order flow and solutions
This commit is contained in:
parent
a337d7a1ce
commit
ccad8046bc
@ -4,9 +4,12 @@
|
||||
|
||||
### tl; dr
|
||||
|
||||
* a new type of automated market maker, or AMM, that helps traders on Ethereum efficiently execute large orders.
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
* 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)
|
||||
|
||||
<br>
|
||||
|
||||
* [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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user