Blog
Technical notes on transaction infrastructure, bundlers, and execution.
-
EIP-7702 Part 2: The ERC-7902 Escape Hatch
Wallets do not need to agree on one smart account if dapps can request a reviewed execution environment that wallets are willing to authorize.
-
EIP-7702 Did Its Job. Portable Sessions Are Still Waiting
Session keys expose the gap between making EOAs programmable and giving dapps a portable way to use them.
-
Turning ERC-4337 Simulation Failures Into Useful SDK Errors
Why production ERC-4337 bundlers need a reliability layer that translates messy simulation and submission failures into stable SDK-facing execution codes.
-
Backtests Break Where Execution Begins
A concise retrospective on a 2018 TradingView Pine Script that looked strong in backtests until realistic execution assumptions changed the result.
-
A safer pattern for ERC-2612 permits
ERC-2612 detection is unreliable in practice. The robust pattern is cheap interface screening followed by on-chain permit simulation with identical EIP-712 domain logic.
-
BYOB: A faster path for sponsored ERC-4337
Trusted bundler flow, minimal UserOps, and why it reduces latency.