Skip to main content

44 posts tagged with "ethereum"

View All Tags

The EVM is a storage machine

· 4 min read
Aubury Essentian
Ethereum Research

The "Ethereum Virtual Machine" sounds like a computation engine. In practice, looking at 101 blocks of opcode execution data, it spends most of its time doing something much more mundane: reading and writing state.

SSTORE and SLOAD together account for 60.7% of all gas consumed on mainnet. Every other opcode — arithmetic, hashing, control flow, cross-contract calls — splits the remaining 39.3%.

MEV Bot Censorship on Ethereum

· 2 min read
Aubury Essentian
Ethereum Research

I found a smoking gun in the mempool data: an MEV extraction bot is being systematically excluded from Ethereum blocks with a 91.9% exclusion rate. The kicker? Higher gas prices correlate with higher exclusion rates — the exact opposite of how a functioning market should work.

The Gas Price Paradox: For one sender, excluded transactions offered 11.78 gwei on average. The single transaction that got through? 1.7 gwei. This is reverse price discrimination — the more you pay, the less likely you are to be included.