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 are Public and Private Keys?
Public and private keys are the small cryptographic objects that make digital ownership possible. If you understand why one key can be shared while the other must stay secret, much of how wallets, addresses, and transaction signing work starts to make sense.
Mar 21, 2026
•
18 min read
#WALLETS
What is a Seed Phrase?
A seed phrase is a strange object: just a short list of words, yet enough to recreate an entire wallet. Its power comes from a simple idea — the words are not your coins, but a human-friendly way to carry the secret entropy from which all your wallet keys can be derived.
Mar 21, 2026
•
22 min read
#WALLETS
What is a Smart Account?
Smart accounts turn a wallet from a single private key into programmable on-chain logic. That shift sounds small, but it changes what a wallet can do: recovery, multisig, batching, sponsored fees, and custom signing rules become properties of the account itself.
Mar 21, 2026
•
26 min read
#WALLETS
What Is Multisig?
Multisig changes a basic assumption of wallets: one key no longer means one point of control. By requiring `m` approvals out of `n` possible signers, it turns a wallet from a single secret into a coordination rule — which improves resilience, but also introduces new operational risks.
Mar 21, 2026
•
24 min read
#WALLETS
What Is a Non-Custodial Wallet?
A non-custodial wallet gives you control of the cryptographic keys that authorize spending. That sounds like a simple feature, but it changes the whole trust model: no intermediary can freeze your funds, and no intermediary can save you if you lose your keys.
Mar 21, 2026
•
22 min read
#WALLETS
What is a Passphrase?
A wallet passphrase is powerful because it does not merely lock an existing wallet — it changes which wallet is derived from the same recovery phrase. That gives you an extra layer of protection and even plausible deniability, but it also creates a sharp tradeoff: a forgotten passphrase is usually a permanently lost wallet.
Mar 21, 2026
•
21 min read
#WALLETS
What is Key Sharding?
Key sharding changes the basic failure mode of a wallet. Instead of one secret that can be lost or stolen in a single event, control is divided into shares so recovery and signing depend on a threshold, not a single point of failure.
Mar 21, 2026
•
23 min read
#WALLETS
What Is an MPC Wallet?
An MPC wallet changes one of the oldest assumptions in crypto custody: that one private key must exist somewhere in full. Instead, signing power is split across multiple parties that cooperate to produce an ordinary blockchain signature, reducing single points of failure without changing how the chain verifies transactions.
Mar 21, 2026
•
25 min read
#WALLETS
What is a Hardware Wallet?
A hardware wallet exists to solve a narrow but important problem: how do you use private keys on an internet-connected world without leaving those keys inside an internet-connected machine? The answer is a dedicated signing device that keeps secrets offline while still letting you approve real transactions.
Mar 21, 2026
•
23 min read
#WALLETS
What is a Hot Wallet?
A hot wallet is useful for exactly the reason it is risky: the keys or signing authority stay close to the internet so transactions can happen quickly. That design makes hot wallets the default interface for dapps, trading, and everyday onchain activity — and the part of crypto custody that demands the most careful security thinking.
Mar 21, 2026
•
24 min read
#WALLETS
What Is Key Derivation (BIP32/39/44)?
Key derivation is the machinery that lets one secret back up an entire wallet. BIP-39 turns randomness into words, BIP-32 turns a seed into a tree of keys, and BIP-44 gives wallets a shared map so different apps can find the same accounts and addresses.
Mar 21, 2026
•
24 min read
#WALLETS
What Is ERC-4337? How Ethereum Account Abstraction Works Without Protocol Changes
ERC-4337 changes wallets by changing the path a transaction takes. Instead of forcing every user to act like a bare private key with ETH for gas, it lets smart accounts authorize actions through programmable logic while bundlers and an EntryPoint contract bridge that intent onto Ethereum.
Mar 21, 2026
•
26 min read
#WALLETS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19