Crypto news report · source clearly identified
Vitalik Buterin Proposes Transaction Model Splitting Actions and Dependencies
Ethereum co‑founder Vitalik Buterin outlined a draft design that separates transaction actions from validation dependencies, enabling parallel checks and potential gas savings.

Ethereum co‑founder Vitalik Buterin detailed a longer‑term transaction architecture that could allow parts of transaction validation to be processed in parallel. The proposal distinguishes between “actions” that modify state and “dependencies” that must be satisfied before those actions execute.
Separating Actions and Dependencies
Actions include operations such as ETH transfers or contract calls that change the blockchain state. Dependencies cover elements like digital signatures, Merkle proofs, zero‑knowledge proofs and other state‑independent checks. By declaring dependencies explicitly, nodes could verify them once at the mempool level and potentially aggregate the results with recursive STARK proofs.
EIP‑8141 Frame Transactions
The draft EIP‑8141 introduces a “Frame Transaction” format that groups validation frames, fee‑payment frames and execution frames within a single transaction. This structure aligns with the actions‑dependencies split, allowing programmable authorization, sponsored fees and token‑based payment without relying on a single outer signature.
Parallel Validation and Gas Implications
- Pure dependencies (e.g., signatures) could be checked independently of other transactions.
- Clients could distribute these checks across available CPU resources, reducing overall validation time.
- Transactions that clearly declare their dependencies may qualify for lower gas costs, while highly dynamic calls would retain higher fees.
Future Research Areas
Key open questions include denial‑of‑service mitigation, mempool handling of multiple pending Frame Transactions per sender, wallet and RPC compatibility, and the practical generation of recursive STARK proofs. The design also contemplates post‑quantum signature schemes and “keyed nonces” that could alleviate nonce‑ordering bottlenecks.
Current Status
The concepts remain in the research phase. EIP‑8141 is classified as a draft Core proposal, and no mainnet upgrade or deployment timeline has been announced.
Source & attribution
News Source
- Publisher
- crypto.news
- Original date
- September 6, 2026, 10:03 AM
- Original headline
- Vitalik Buterin reveals Ethereum’s transaction redesign