🍐 twamm by paradigm

This commit is contained in:
mia von steinkirch, phd 2022-11-17 11:32:50 -08:00 committed by GitHub
parent 276353324e
commit 2ce908d8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
### tl; dr ### 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. * 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). * 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).
@ -14,3 +15,5 @@
--- ---
### resources ### resources
* [twamm by paradigm](https://www.paradigm.xyz/2021/07/twamm)