Cube
Trade
Pro
Advanced trading interface with professional tools
Swap
Exchange cryptocurrencies instantly
Bundles
Trade multiple tokens in a single transaction
Algos
Create and manage automated trading strategies
Portfolio
Portfolio
View your cryptocurrency holdings and performance
Orders
Track your open and completed orders
Transactions
View your complete transaction history
Rewards
Rewards Dashboard
View your rewards and claim loot boxes
Blocks Leaderboard
See top traders competing for block rewards
Referral Leaderboard
See top referrers and track referral rankings
Investors
Investor Resources
Browse investor resources and documentation
Presentation (pdf)
Download investor presentation
Settings
Profile
Your profile and account verification
Subaccounts
Separate portfolios across subaccounts
Address Book
Manage saved withdrawal addresses
Multi-Factor Authentication
Add a verification step for sensitive account actions
API Keys
Connect applications to your account
Onramp
Link bank account to buy crypto
Account Recovery
Manage account recovery setup
Learn
News
Read the latest news, announcements, and updates from Cube Exchange
What-Is Guides
Learn about cryptocurrencies
FAQ
Frequently asked questions about Cube Exchange
Fees
View our transparent fee schedule and pricing information
Security
Learn more about Cube Exchange security
About
About
Learn more about Cube Exchange
Legal
Legal information, terms of service, privacy policy, and risk disclosures
EN
Select Language
EN
English
ES
Español
ID
Bahasa Indonesia
JA
日本語
PL
Polski
PT
Português
RU
Россия
TH
แบบไทย
TR
Türkçe
UK
Україна
VI
Tiếng Việt
ZH-CN
简体中文
ZH-TW
繁體中文
Light
Dark
System
Sign In
/
Foundations
/
Scaling
/
Rollups
/
Foundations: Scaling / Rollups
What is a Sequencer?
A sequencer is the part of a rollup or high-throughput chain that decides transaction order before the base layer settles the result. That sounds simple, but this ordering role is where latency, censorship risk, MEV, cross-chain composability, and much of a system’s practical trust model actually live.
Mar 21, 2026
•
24 min read
#ROLLUPS
What Is a ZK Rollup?
ZK rollups solve a strange problem: how can a blockchain trust computation it did not perform itself? Their answer is to execute transactions offchain, publish the data needed to reconstruct state, and attach a succinct proof that the new state is correct.
Mar 21, 2026
•
23 min read
#ROLLUPS
What is Validium?
Validium is an unusual scaling design: it keeps the strongest part of a ZK rollup — cryptographic proof that state updates are valid — while moving the heaviest part, transaction data, off-chain. That trade changes fees, throughput, privacy, and trust assumptions all at once.
Mar 21, 2026
•
24 min read
#ROLLUPS
What is Volition?
Volition exists because data availability is where many rollup costs and trust assumptions actually live. It gives users or applications a choice: pay for on-chain data when you want stronger recovery guarantees, or keep data off-chain when lower cost or confidentiality matters more.
Mar 21, 2026
•
24 min read
#ROLLUPS
What is Restaking for L2 Security?
Restaking for L2 security tries to answer a hard question: how can a rollup or related service get meaningful security before it has its own large validator economy? The idea is to reuse already-staked assets as collateral for additional duties, but the details matter because shared security is never the same as native security.
Mar 21, 2026
•
25 min read
#ROLLUPS
What is a Shared Sequencer?
A shared sequencer tries to solve a strange problem in rollups: each chain can be fast on its own, yet the moment users need to coordinate across chains, latency, fragmentation, and trust assumptions come back. By giving multiple rollups a common ordering layer, shared sequencing aims to make cross-rollup interaction feel less like messaging between separate worlds and more like one market with one clock.
Mar 21, 2026
•
24 min read
#ROLLUPS
What is a Validity Proof?
A validity proof lets a blockchain accept an offchain computation without redoing the work itself. That simple shift changes the economics of scaling: a layer 1 checks a compact proof of correctness instead of re-executing every transaction, which is why validity rollups can offer fast finality and strong security at the same time.
Mar 21, 2026
•
24 min read
#ROLLUPS
What is a Rollup?
Rollups matter because they change the scaling tradeoff that made many blockchains expensive to use: instead of asking the base chain to execute every transaction, they ask it to verify and store just enough to keep the system honest. That simple shift is why rollups can be much cheaper than L1 while still leaning on L1 for security.
Mar 21, 2026
•
23 min read
#ROLLUPS
What is a Fraud Proof?
Fraud proofs are the mechanism that makes optimistic rollups more than a promise. Instead of proving every state transition up front, they let the system move fast by assuming correctness — and then give anyone a way to force a precise, onchain check when something looks wrong.
Mar 21, 2026
•
24 min read
#ROLLUPS
What is an Optimistic Rollup?
Optimistic rollups matter because they try to get the best part of a blockchain twice: cheap, fast execution offchain, with security still anchored to a more expensive base chain. The key idea is simple but subtle: assume batches are valid unless someone proves otherwise, and make that challenge process reliable enough to matter.
Mar 21, 2026
•
23 min read
#ROLLUPS
What is an Aggregator?
An aggregator is the rollup component that turns many offchain transactions into a small onchain footprint. It is where scalability becomes concrete: batching, compression, data publication, and sometimes proof submission all happen here — along with some of a rollup’s sharpest trust and liveness tradeoffs.
Mar 21, 2026
•
22 min read
#ROLLUPS