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
Ethereum Foundation Researcher: VOPS and some stateless nodes can reduce storage requirements by 25 times
ME News update, April 1 (UTC+8), Ethereum Foundation researcher CPerezz presented the “Verifying Only the Validity Part Stateless” scheme (VOPS) at EthCC[9]. He noted that Ethereum’s state continues to balloon, posing a long-term threat to decentralization and constantly raising the storage threshold for running full nodes. With VOPS, a node only needs to store four fields for each externally owned account (EOA): the storage address, Nonce, balance, and the code flag (codeFlag). It does not need to store the complete contract code and the storage trie, which can reduce node storage requirements by 25 times. The scheme uses Verkle tree multi-proof or SNARK proofs generated by zkVM to verify state transitions, and updates the local account table through “state diffs” (State Diffs), without executing full block transactions. In addition, VOPS supports nodes with low hardware configurations to maintain the mempool and integrate with the FOCIL mechanism, ensuring that transaction inclusion for ordinary users is supported. CPerezz believes that VOPS is an intermediate stage on Ethereum’s path toward fully stateless operation, balancing nodes’ ability to perform autonomous verification with a low participation threshold. (Source: Foresight News)