Cơ bản
Giao ngay
Giao dịch tiền điện tử một cách tự do
Giao dịch ký quỹ
Tăng lợi nhuận của bạn với đòn bẩy
Chuyển đổi và Đầu tư định kỳ
0 Fees
Giao dịch bất kể khối lượng không mất phí không trượt giá
ETF
Sản phẩm ETF có thuộc tính đòn bẩy giao dịch giao ngay không cần vay không cháy tải khoản
Giao dịch trước giờ mở cửa
Giao dịch token mới trước niêm yết
Futures
Truy cập hàng trăm hợp đồng vĩnh cửu
TradFi
Vàng
Một nền tảng cho tài sản truyền thống
Quyền chọn
Hot
Giao dịch với các quyền chọn kiểu Châu Âu
Tài khoản hợp nhất
Tối đa hóa hiệu quả sử dụng vốn của bạn
Giao dịch demo
Giới thiệu về Giao dịch hợp đồng tương lai
Nắm vững kỹ năng giao dịch hợp đồng từ đầu
Sự kiện tương lai
Tham gia sự kiện để nhận phần thưởng
Giao dịch demo
Sử dụng tiền ảo để trải nghiệm giao dịch không rủi ro
Launch
CandyDrop
Sưu tập kẹo để kiếm airdrop
Launchpool
Thế chấp nhanh, kiếm token mới tiềm năng
HODLer Airdrop
Nắm giữ GT và nhận được airdrop lớn miễn phí
Launchpad
Đăng ký sớm dự án token lớn tiếp theo
Điểm Alpha
Giao dịch trên chuỗi và nhận airdrop
Điểm Futures
Kiếm điểm futures và nhận phần thưởng airdrop
Đầu tư
Simple Earn
Kiếm lãi từ các token nhàn rỗi
Đầu tư tự động
Đầu tư tự động một cách thường xuyên.
Sản phẩm tiền kép
Kiếm lợi nhuận từ biến động thị trường
Soft Staking
Kiếm phần thưởng với staking linh hoạt
Vay Crypto
0 Fees
Thế chấp một loại tiền điện tử để vay một loại khác
Trung tâm cho vay
Trung tâm cho vay một cửa
Ethereum Researchers Unveil ‘Native Rollups’ Prototype to Simplify Layer-2 Verification - Crypto Economy
TL;DR
Ethereum researchers have introduced an experimental prototype known as native rollups, a concept designed to simplify how Layer-2 networks interact with Ethereum. The model allows Ethereum to verify Layer-2 activity by directly executing rollup blocks on the base chain, reducing reliance on external proof systems that currently dominate the scaling ecosystem.
The early demonstration implements EIP-8079 through the Ethrex execution client and introduces a new mechanism called the EXECUTE precompile. Developers released code and documentation showing how a rollup environment could function while delegating verification responsibilities directly to Ethereum’s execution layer.
Native Rollups Verification Model On Ethereum
Most existing Layer-2 rollups use dedicated proof systems to validate transaction batches. Optimistic rollups rely on fraud proofs, while zero-knowledge rollups generate cryptographic validity proofs that Ethereum verifies without re-running the transactions themselves.
The native rollups approach modifies that structure. Instead of validating external proofs, Ethereum replays Layer-2 blocks using its own state transition function. By recomputing the rollup’s transactions directly on the base chain, Ethereum can confirm whether the resulting state updates are valid.
The prototype includes smart contracts that track rollup state and coordinate cross-layer communication. Deposits from Ethereum to the rollup environment can be processed normally, contracts can interact across layers, and withdrawal claims are validated through Merkle Patricia proofs that confirm the rollup state recorded on Ethereum.
Researchers involved in the experiment include developers working on the Ethrex execution client, alongside contributors associated with the Ethereum Foundation and analysts from L2BEAT. The shared documentation outlines the full operational life cycle of a rollup chain operating under the native rollup model.

Experiment Reflects Ongoing Ethereum Scaling Research
The current implementation remains strictly a proof-of-concept designed for experimentation rather than production infrastructure. Researchers emphasize that the prototype demonstrates a potential architectural direction for Ethereum’s scaling model.
The design could simplify long-term maintenance for Layer-2 networks. Because verification would rely on Ethereum’s execution environment, upgrades at the base layer could automatically extend to rollups using the native model, reducing the need for independent verification infrastructure maintained by each project.