From d704bcedae52abd9963a26665b4d96f53f2bd8bb Mon Sep 17 00:00:00 2001 From: "Dr. Mia von Steinkirch" <1130416+F4DELEGATECALL@users.noreply.github.com> Date: Sun, 16 Oct 2022 16:47:06 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=AE=20add=20some=20refs=20for=20cowswa?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cowswap/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/cowswap/README.md b/cowswap/README.md index 5b2d1aa..9ed3b74 100644 --- a/cowswap/README.md +++ b/cowswap/README.md @@ -3,4 +3,21 @@
+### tl; dr + +* proposed solutions to mev + - base layer: enforce random ordering, encrypt tx content (time-locked, commit-reveal), separate tx sequencing & tx execution + - infrastructure level: flashbots (mev geth), mistx, archer swap + - dapp level (rook, 0x rfq orders, gnosis protocol) +* core ideas + - delegate trade execution with gpv2 + - coincidence of wants (fully mev protected, max gas efficient, no lp fees) + +
+ +--- + +### resources + * [cowswap project](https://cowswap.exchange/#/faq/protocol?chain=mainnet). +* [cow swap at mev.wtf 2022](https://docs.google.com/presentation/d/1vClubmyECHzYpT7-DzU6D45bc7iNpjF1NuiEblY-8ZQ/edit#slide=id.ge33f22559c_0_580)