Empowering dApps and Devs w/ fully Decentralized Account & Chain Abstraction Infrastructure for a frictionless Web3 UX๐Ÿง‘โ€๐Ÿ’ป Start now @ go.etherspot.io/home

Multiverse
MATCHA looks at how native account abstraction can support more flexible transactions while keeping mempool risks in check. Read more in the latest AA digest ๐Ÿ‘‡
This week's highlights: - EIP-8411 tests sub-second block propagation - @ethlabs_org pitches a faster Ethereum as Base Splits on AA - Glamsterdam clears its 200M gas rehearsal - MATCHA explores private frames in the public mempool Read more๐Ÿ‘‡go.etherspot.io/xBpGgTy
3
278
This week's highlights: - EIP-8411 tests sub-second block propagation - @ethlabs_org pitches a faster Ethereum as Base Splits on AA - Glamsterdam clears its 200M gas rehearsal - MATCHA explores private frames in the public mempool Read more๐Ÿ‘‡go.etherspot.io/xBpGgTy
5
413
Etherspot explains: ERC-8403 Account Authority Lifecycle Native account abstraction needs a common way to manage the authorities that can act on behalf of an account. ERC-8403 introduces a common lifecycle for account authorities, including signing keys and rules like spending limits or locks. It covers how they can be added, rotated, and revoked. Each account keeps a verifiable set of approved keys and rules. A transaction includes proof that the authority it uses belongs to that set, and the account checks it before authorizing the action. The proposal is designed to work with both EIP-8141 Frame Transactions and the EIP-8130 keystore approach, giving wallets and apps one authority model across different native AA implementations. It can also make recovery more portable, since authority data can be reconstructed from on-chain state instead of relying only on wallet-side backups. ERC-8403 complements ERC-8286, which focuses on modular account validation.
1
5
296
Ethereum and Base tried to align their native account abstraction approaches. Now theyโ€™re moving forward separately. More in this weekโ€™s digest ๐Ÿ‘‡
This week's highlights: - Ethereum commits to EIP-8141 for Hegotรก - Base and Ethereum split on native AA, says @decentrek - @the_matter_labsโ€™s Prividium is tested by the Bundesbank - @a16zcrypto makes the case for permissionless compliance Read more ๐Ÿ‘‡ go.etherspot.io/5sba2eZ
5
285
This week's highlights: - Ethereum commits to EIP-8141 for Hegotรก - Base and Ethereum split on native AA, says @decentrek - @the_matter_labsโ€™s Prividium is tested by the Bundesbank - @a16zcrypto makes the case for permissionless compliance Read more ๐Ÿ‘‡ go.etherspot.io/5sba2eZ
5
498
Good Web3 UX means users shouldnโ€™t have to think about infrastructure details like gas with every action. Arka helps keep that complexity in the background ๐Ÿ‘‡
Arka Paymaster gives dApps more flexibility over how transaction fees are handled, from sponsored transactions to custom gas policies. Learn more ๐Ÿ‘‰ go.etherspot.io/1hwZaqX
4
338
EIP-8141 may end up mattering for much more than account abstraction. Vitalik argues that separating transaction actions from dependencies could open up more parallel processing and help Ethereum scale more efficiently. More in this weekโ€™s AA digest ๐Ÿ‘‡
This week's highlights: - ERC-8403 standardizes the account authority lifecycle - Vitalik links EIP-8141 to Ethereum's scaling roadmap - @Base Vibenet tests 200ms blocks and native AA - @RobinhoodCrypto blobs stop reaching Ethereum Read the full digest๐Ÿ‘‡go.etherspot.io/xY3x8CD
5
322
This week's highlights: - ERC-8403 standardizes the account authority lifecycle - Vitalik links EIP-8141 to Ethereum's scaling roadmap - @Base Vibenet tests 200ms blocks and native AA - @RobinhoodCrypto blobs stop reaching Ethereum Read the full digest๐Ÿ‘‡go.etherspot.io/xY3x8CD
2
7
495
Arka Paymaster gives dApps more flexibility over how transaction fees are handled, from sponsored transactions to custom gas policies. Learn more ๐Ÿ‘‰ go.etherspot.io/1hwZaqX
3
584
Native account abstraction on Ethereum took another step forward last week as EIP-8141 moved closer to Hegotรก inclusion. More in the latest AA digest ๐Ÿ‘‡
This week's highlights: - EIP-8141 moves toward Hegotรก inclusion - A composable approach to native AA from @pedrouid - Glamsterdam gas changes test account abstraction infrastructure - A post-quantum upgrade path for ecrecover Read more ๐Ÿ‘‡ go.etherspot.io/ZaLvuQN
1
6
353
This week's highlights: - EIP-8141 moves toward Hegotรก inclusion - A composable approach to native AA from @pedrouid - Glamsterdam gas changes test account abstraction infrastructure - A post-quantum upgrade path for ecrecover Read more ๐Ÿ‘‡ go.etherspot.io/ZaLvuQN
1
5
585
What if your account could check the outcome of a transaction before accepting it? Thatโ€™s the idea behind EIP-7906๐Ÿ‘‡
Etherspot explains: EIP-7906 EIP-7906 adds a post-execution assertion mechanism to EIP-8141 Frame Transactions. EIP-8141 introduces a native account abstraction transaction model for Ethereum. EIP-7906 extends that model with a new POST_TX frame that runs after the main transaction execution. The idea is simple: instead of only checking whether a transaction is allowed before it runs, an account can also check what actually happened after execution. New opcodes let the POST_TX frame inspect the transaction's state changes, including balance changes, storage changes, newly deployed contracts, emitted events, and more. This makes it possible to define conditions around the expected outcome of a transaction. For example, an account could require that a certain balance doesnโ€™t decrease by more than an approved amount. If the result doesn't match the defined conditions, the transaction's execution can be reverted. In simple terms, EIP-7906 lets an account say: โ€œRun this transaction, but only keep the result if it stays within the rules I approved.โ€
6
283
Can native account abstraction actually fix wallet fragmentation,or will interoperability across wallets remain a challenge? That question sparked a long debate among AA builders this week. More in the latest digest ๐Ÿ‘‡
This week's highlights: - @Base makes the case for EIP-8130 across the EVM - @Ethereum opens the Platรฅberget testnet - Builders debate native account abstraction & wallet fragmentation - @Nethermind moves from LayerZero to @Chainlink Read more๐Ÿ‘‡ go.etherspot.io/PsrF85R
4
381
This week's highlights: - @Base makes the case for EIP-8130 across the EVM - @Ethereum opens the Platรฅberget testnet - Builders debate native account abstraction & wallet fragmentation - @Nethermind moves from LayerZero to @Chainlink Read more๐Ÿ‘‡ go.etherspot.io/PsrF85R
2
5
608
Etherspot explains: EIP-7906 EIP-7906 adds a post-execution assertion mechanism to EIP-8141 Frame Transactions. EIP-8141 introduces a native account abstraction transaction model for Ethereum. EIP-7906 extends that model with a new POST_TX frame that runs after the main transaction execution. The idea is simple: instead of only checking whether a transaction is allowed before it runs, an account can also check what actually happened after execution. New opcodes let the POST_TX frame inspect the transaction's state changes, including balance changes, storage changes, newly deployed contracts, emitted events, and more. This makes it possible to define conditions around the expected outcome of a transaction. For example, an account could require that a certain balance doesnโ€™t decrease by more than an approved amount. If the result doesn't match the defined conditions, the transaction's execution can be reverted. In simple terms, EIP-7906 lets an account say: โ€œRun this transaction, but only keep the result if it stays within the rules I approved.โ€
2
1
8
570
Native AA is getting closer, but L1 and L2 still need to agree on what it should look like. Support for EIP-8141 has grown among Ethereum client teams, while concerns from Base and Arbitrum have pushed the Hegotรก decision back. More in this weekโ€™s digest ๐Ÿ‘‡
This week's highlights: - Native AA Delayed Over L2 Concerns - ERC-4337 Retrospective by @leekt216 - EOA Migration Debate - Ethereum moves away from Poseidon Read more๐Ÿ‘‡ go.etherspot.io/bROXk8O
4
370
What happens to modular smart accounts if Ethereum moves toward native account abstraction? ERC-8286 is one piece of that puzzle ๐Ÿ‘‡
Etherspot explains: ERC-8286 ERC-7579 introduced a modular smart account architecture, allowing developers to extend accounts with reusable validators, executors, hooks, and other modules. ERC-8286 brings that modular account model to EIP-8141 Frame Transactions, Ethereum's proposed native account abstraction model. Rather than creating a separate module system for Frame Transactions, it reuses ERC-7579 and adds only the validation flow they need. Validators return an approval mode that tells the account how to handle validation within the verification frame. The broader goal is a portable module ecosystem. A validator, executor, or hook written once can be reused across wallets and account abstraction implementations, whether they're built around ERC-4337 or EIP-8141.
4
411