mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-02 11:16:27 -04:00
Rename twamm/README.md to oracles/twamm.md
This commit is contained in:
parent
8a1b126dd1
commit
543614ce3c
1 changed files with 0 additions and 0 deletions
20
oracles/twamm.md
Normal file
20
oracles/twamm.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
## twamm designs
|
||||
|
||||
<br>
|
||||
|
||||
### 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).
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### resources
|
||||
|
||||
* [twamm by paradigm](https://www.paradigm.xyz/2021/07/twamm)
|
||||
* [twamm reference implementation in python](https://github.com/para-dave/twamm)
|
Loading…
Add table
Add a link
Reference in a new issue