Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Launchpad
Be early to the next big token project
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Vitalik Buterin Endorses Frame Transactions, Fueling Ethereum’s Native AA Clash - Crypto Economy
TL;DR:
The Ethereum developer community is in the midst of one of its most intense technical debates in recent months: how to implement native account abstraction at the protocol level. During the planning of the upcoming hard fork, named Hegota, at least four new Ethereum Improvement Proposals (EIPs) have emerged in recent weeks. Among them, EIP-8141, known as Frame Transactions, received public backing from Vitalik Buterin, co-founder of Ethereum.
Buterin weighed in in response to a thread posted by Derek Chiang of ZeroDev, where the two competing approaches were compared. In his words, Frame Transactions could cover a wide range of use cases oriented toward privacy and censorship resistance, while also considerably simplifying wallet architecture.

Frame and Tempo Transactions
Frame Transactions proposes a model that removes the signature fields embedded in the traditional transaction format. Instead, authorization logic is delegated to smart contracts through a new opcode called APPROVE. This design allows for multi-signature systems, alternative cryptographic schemes, and conditional gas sponsorship mechanisms, where external contracts cover network fees in exchange for token transfers.
The counterpart in the debate is the Tempo Transactions proposal, which opts to integrate the most common account abstraction features directly into the protocol: atomic batching, transaction scheduling, and sponsored gas fees. Its supporters argue that this architecture is easier to integrate and improves the user experience, although its extensibility is limited because any new functionality would require a protocol upgrade.

Buterin: Simple Wallets Like in Bitcoin
Buterin noted that the model proposed by EIP-8141 would allow protocols such as Railgun to operate without public transaction broadcast intermediaries, interacting directly with mechanisms like FOCIL and preserving censorship resistance.
Vitalik also drew a parallel with Bitcoin: he stated that the “each wallet as a smart contract” scheme had already worked efficiently in that ecosystem, where authorization scripts are reduced to approximately ten operations. According to Buterin, a wallet built under EIP-8141 could reach a comparable level of simplicity, moving functions such as signature hash calculation or transaction batching outside the wallet code.