mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-28 03:36:10 -04:00
Add notes on gas golfing (#12)
This commit is contained in:
parent
d2e927cf82
commit
46a7fb66a4
@ -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.
|
* 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.
|
* 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
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user