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
/
Infrastructure
/
Foundations: Infrastructure
What is a Light Client?
A light client lets you verify blockchain information without carrying the whole chain. The core idea is simple but subtle: keep a small trusted view of consensus, fetch data from others, and check cryptographic proofs locally so you do not have to trust the server that answered you.
Mar 21, 2026
•
26 min read
#INFRASTRUCTURE
What is an Execution Client?
An execution client is the part of a blockchain node that actually runs transactions and updates state. On Ethereum, it became especially important after The Merge, because nodes now split execution from consensus and rely on both pieces working together.
Mar 21, 2026
•
24 min read
#INFRASTRUCTURE
What Is a Full Node?
A full node is the machine that refuses to take the blockchain’s word for it. Instead of trusting a wallet app, RPC provider, or validator’s claim, it downloads chain data itself, checks the rules itself, and only then accepts a block or transaction as real.
Mar 21, 2026
•
21 min read
#INFRASTRUCTURE
What is a Consensus Client?
A blockchain does not reach agreement by magic. A consensus client is the software that tracks the chain other honest nodes consider valid, applies the protocol’s voting rules, and tells validators what they are allowed to sign.
Mar 21, 2026
•
23 min read
#INFRASTRUCTURE
What is a Blockchain Node?
A blockchain node is just a computer running protocol software — but that simple idea is the reason blockchains can work without a central server. Nodes validate, store, relay, and sometimes produce blocks, turning a ledger from a website someone controls into a network anyone can independently check.
Mar 21, 2026
•
24 min read
#INFRASTRUCTURE
What is Client Diversity?
Client diversity is the idea that a blockchain network should not depend on one dominant node implementation. When many operators run different, independently built clients, bugs and attacks have a smaller blast radius — which can be the difference between a contained incident and a chain-wide failure.
Mar 21, 2026
•
25 min read
#INFRASTRUCTURE
What Is a Block Explorer?
A block explorer is the public window into a blockchain: not the chain itself, but the system that turns raw node data into something humans and applications can actually search. If wallets tell you what they think happened, explorers are where you go to verify what the network recorded.
Mar 21, 2026
•
22 min read
#INFRASTRUCTURE
What is Block Propagation?
Block propagation is the process that turns a newly produced block from a local event into a network-wide fact. If that spread is slow, wasteful, or easy to disrupt, nodes briefly disagree about the chain tip—and that disagreement shows up as stale blocks, slower finality, and real security risk.
Mar 21, 2026
•
28 min read
#INFRASTRUCTURE
What is RPC?
RPC is how software talks to a blockchain node without living inside the node itself. It turns network messages into something that feels like calling a function, which is why wallets, explorers, exchanges, and infrastructure providers can query chain state and submit transactions through a standard interface.
Mar 21, 2026
•
26 min read
#INFRASTRUCTURE