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
/
Foundations
Core blockchain and crypto concepts: wallets, keys, consensus, and the building blocks of Web3.
#BLOCKCHAIN
#CONSENSUS
#CRYPTOGRAPHY
#DEFI
#EXECUTION
#GOVERNANCE
#INFRASTRUCTURE
#INTEROPERABILITY
#ORACLES
#PRIVACY
#SCALING
#SECURITY
#STAKING
#TOKENS
#TRANSACTIONS
#WALLETS
What is a Blockchain Transaction?
A blockchain transaction looks simple from the outside: send coins, call a contract, update a balance. But underneath, it is the basic unit of state change, authorization, ordering, and fee payment that makes a blockchain work without a central operator.
Mar 21, 2026
•
26 min read
#BLOCKCHAIN
What is a Soft Fork?
A soft fork changes a blockchain’s consensus rules without immediately breaking older nodes. That sounds simple, but the real idea is subtler: the new rules must define a stricter subset of what was already allowed, so old software still sees upgraded blocks as valid even when it no longer understands them fully.
Mar 21, 2026
•
23 min read
#BLOCKCHAIN
What is a Merkle Tree?
A Merkle tree solves a very practical problem: how do you commit to a large set of data with one short fingerprint, and later prove that one item belongs to that set without revealing everything else? That simple idea sits inside blocks, light clients, state proofs, and many of the scaling tricks blockchains rely on.
Mar 21, 2026
•
23 min read
#BLOCKCHAIN
What is an Orphan Block?
An orphan block is what you get when a blockchain briefly disagrees with itself. Two blocks can be valid at the same height, but only one branch becomes canonical, and the other block is left outside the main chain — a small event with big consequences for miner rewards, security, and network design.
Mar 21, 2026
•
25 min read
#BLOCKCHAIN
What is Chain Reorganization?
A blockchain can tell two honest stories at once for a short time. A chain reorganization is the moment the network stops following one branch and switches to another, which is why a payment that looked confirmed can sometimes move back to pending.
Mar 21, 2026
•
25 min read
#BLOCKCHAIN
What is a Hard Fork?
A hard fork is not just a software update. It is a change to a blockchain’s consensus rules that can leave old nodes unable to recognize the new chain as valid, which is why hard forks can upgrade a network, split a community, or create a new asset overnight.
Mar 21, 2026
•
21 min read
#BLOCKCHAIN
What is Blockchain Latency?
Latency is the time between a blockchain event happening and the network treating it as real enough to act on. That sounds simple, but in practice it spans propagation, inclusion, confirmation, and finality — and each step exposes a different tradeoff between speed, safety, and decentralization.
Mar 21, 2026
•
26 min read
#BLOCKCHAIN
What Is a Mempool?
A mempool is the waiting room where blockchain transactions live after broadcast but before block inclusion. That sounds simple, but the mempool is really where a chain’s fee market, transaction ordering, replacement rules, and much of its MEV exposure are decided.
Mar 21, 2026
•
23 min read
#BLOCKCHAIN
What Is a Fork in Blockchain?
A blockchain fork sounds like a special event, but the basic version happens whenever different nodes temporarily disagree about the latest valid chain. The important question is not just what a fork is, but how a network decides whether to merge back into one history or split into two lasting ones.
Mar 21, 2026
•
24 min read
#BLOCKCHAIN
What is a Genesis Block?
A blockchain promises a shared history, but that history has to start somewhere. The genesis block is that starting point: the first accepted block or initial state that every node treats as the common anchor for everything that follows.
Mar 21, 2026
•
22 min read
#BLOCKCHAIN
What Is a Block in Blockchain?
A blockchain block looks simple: gather transactions, point to the previous block, publish the result. But that small data structure does several jobs at once — ordering events, committing to data, and giving a network something concrete to agree on.
Mar 21, 2026
•
25 min read
#BLOCKCHAIN
What is Blockchain?
Blockchain matters because it solves a strange problem: how can many computers share one ledger without trusting a single operator? The answer is not just “a database with hashes,” but a specific way of combining cryptography, economic incentives, and consensus so a public history can survive disagreement.
Mar 21, 2026
•
25 min read
#BLOCKCHAIN
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19