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 secp256k1?
secp256k1 is the elliptic curve behind Bitcoin keys, legacy Ethereum transaction signatures, and many other blockchain systems. Its importance is easy to underestimate: a short parameter list defines the exact mathematical world in which private keys, public keys, and signatures all have to agree.
Mar 21, 2026
•
22 min read
#CURVES
What Are KZG Commitments?
KZG commitments are a way to commit to an entire polynomial with a single small cryptographic object, then later prove specific values of that polynomial with equally short proofs. That unusual combination of compactness and verifiability is why they matter in modern zero-knowledge systems and blockchain data-availability designs.
Mar 21, 2026
•
23 min read
#COMMITMENTS
What is a Pedersen Commitment?
Pedersen commitments solve a delicate problem: how to hide a value completely while still letting others verify arithmetic about it. That combination — **perfect hiding** with **additive homomorphism** — is why they sit underneath confidential transactions, range proofs, and many zero-knowledge systems.
Mar 21, 2026
•
21 min read
#COMMITMENTS
What Is a Polynomial Commitment?
Polynomial commitments solve a surprisingly specific problem with broad consequences: how do you bind yourself to a whole polynomial now, then later prove just one value of it without revealing everything else? That simple capability sits underneath modern SNARKs, verifiable secret sharing, and blockchain data-availability designs.
Mar 21, 2026
•
24 min read
#COMMITMENTS
What is a Validator?
A validator is the actor a proof-of-stake system trusts to keep time, check blocks, and help decide what the chain is. That sounds simple until you ask the hard question: why should anyone believe them? The answer is a mix of stake, signatures, protocol rules, and penalties that make honest behavior the safer path.
Mar 21, 2026
•
26 min read
#CONSENSUS
What is Sybil Resistance?
Sybil resistance is the reason a blockchain cannot be taken over just by spinning up thousands of fake nodes. The hard part is not detecting fake names; it is making influence expensive, so consensus tracks scarce resources or trusted membership rather than raw identity count.
Mar 21, 2026
•
24 min read
#CONSENSUS
What Is Slashing?
Slashing is the mechanism that gives proof-of-stake systems real teeth. By destroying part of a validator’s stake for provable misbehavior, it turns equivocation from a cheap gamble into an expensive one — and that is what makes economic finality believable.
Mar 21, 2026
•
23 min read
#CONSENSUS
What Is Slot and Epoch?
A blockchain needs a shared notion of time, but not the fragile kind that depends on every machine agreeing on the exact clock. **Slots** and **epochs** solve that by giving consensus a logical schedule: short windows for proposing blocks, and larger windows for rotating duties, aggregating votes, and deciding finality.
Mar 21, 2026
•
22 min read
#CONSENSUS
What Is Consensus Safety?
Consensus safety is the promise that a distributed system will not confirm two conflicting histories. That sounds simple, but it is the property that keeps a blockchain from spending the same asset twice, executing different contract states on different nodes, or calling two incompatible outcomes “final.”
Mar 21, 2026
•
25 min read
#CONSENSUS
What is Proof of Work?
Proof of Work looks wasteful at first glance: why make computers do useless calculations just to add a block? The answer is that in an open network, costly work is not a side effect but the mechanism that makes influence expensive, verifiable, and hard to fake.
Mar 21, 2026
•
21 min read
#CONSENSUS
What is Quorum?
A quorum is the smallest idea that makes distributed agreement possible: you do not need everyone to agree, but you do need enough participants that any two winning groups overlap. That overlap is what carries information from one round to the next and prevents a network from deciding two different truths at once.
Mar 21, 2026
•
23 min read
#CONSENSUS
What Is Proof of Stake?
Proof of Stake matters because it answers a basic blockchain problem in a very different way from Proof of Work. Instead of spending electricity to make attacks expensive, it asks validators to lock up capital that can be rewarded for honest behavior or destroyed for cheating.
Mar 21, 2026
•
23 min read
#CONSENSUS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19