Ethereum researcher Justin Drake discussed a new rollup design called "native rollups" on the ethresearch forum. This design relies on Ethereum L1 validators for proof, contrasting with Optimism Rollup and zk-Rollup, which push the computational burden to L2 and rely on fraud or zk proof systems to generate state roots and proofs. Drake proposed introducing an "execution" precompile that transitions the EVM state to validate user transactions. The breakthrough of native rollups lies in their lack of expensive miner prover networks and complex governance structures, as the proof is handled by L1 validators, inheriting the security of Ethereum L1 and achieving "trustlessness." Additionally, native rollups enjoy "synchronous composability" and are not limited by the 12-second block time, as L1 validators only need to validate zk proofs.