Filter David's content
Hello, Modular Account
Modular Account provides enterprise-grade security, best in class cost, and robust account extensibility to developers building on Ethereum L2s.
ERC-4337 Gas Estimation for L2s and Signature Aggregators
Learn how Alchemy's ERC-4337 Bundler handles gas estimation for gas fees that are not metered by the entry point contract including signature aggregators and layer 2 transactions including Optimism and Arbitrum.
How ERC-4337 Gas Estimation Works
Learn how Alchemy engineers developed an ERC-4337 bundler in Rust that provides accurate user operation gas estimations, and explore suggested changes to the entry point contract to make the gas estimation process easier.
How User Operation Fees are Estimated and Charged
Learn how bundlers are incentivized, how bundlers estimate user operation gas fees, and how senders estimate user op fees on Arbitrum and Optimism.
ERC-4337 Dummy Signatures and Gas Token Transfers
Learn how to get preVerificationGas and verificationGasLimit fields during the user operation gas estimation process using a dummy signature and dummy paymasterAndData value.
You Could Have Invented Account Abstraction: Part 1
Learn how to create a smart contract wallet to protect your most valuable assets and how they rely on a bundler to call smart contract wallets on your behalf.
Account Abstraction Part 3: Wallet Creation
Learn how to create and deploy smart contract wallets and counterfactual addresses with CREATE2, and about factories, which specialize in creating different kinds of wallet contracts.
Account Abstraction Part 4: Aggregate Signatures
Explore ERC-4337's breakthrough with aggregate signatures. Streamline multiple user op validations using a single cryptographic signature, enhancing transaction efficiency.
Account Abstraction Part 2: Sponsoring Transactions Using Paymasters
Learn how paymasters, paymaster staking, and paymaster postOp methods enable the sponsoring of transactions according to Account Abstraction as detailed in ERC-4337.