From 46a7fb66a435cfe19c598fca90bb08aa1960fab0 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Mon, 28 Mar 2022 01:39:47 -0700 Subject: [PATCH] Add notes on gas golfing (#12) --- keeperDAO/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keeperDAO/README.md b/keeperDAO/README.md index 4204469..b4a60b8 100644 --- a/keeperDAO/README.md +++ b/keeperDAO/README.md @@ -85,7 +85,10 @@ A generalized liquidation-mitigation lending and borrowing NFT product. * MEV should accrue to the originator of the transaction, or of the transactions or protocols that create the MEV in the first place. * Using KeeperDAO's **coordination layer**, we can capture and recycle the MEV before it can be extracted. +#### Gas golfing +* use addresss that start with a long string og zeroes (take less space, less gas, to store) +* leaving small ERC-20 token balances in constracts since it cost more gas to initialize a storage slot then to update a storage slot