#
Key Concepts
A quick tour of what makes Verus unique. Each topic links to a deeper guide.
#
VRSC — The Native Currency
VRSC is the native coin of the Verus network. It's used for transaction fees, staking, mining rewards, VerusID registration, and as reserve backing for basket currencies. Total supply is uncapped but emission is predictable and decreasing.
#
VerusID — Self-Sovereign Identity
VerusID is an on-chain identity system built directly into the protocol. A VerusID like YourName@ gives you:
- A human-readable address — people send to
YourName@instead ofRKjh38dkj2... - Revocability & recoverability — lost keys can be rotated without losing your identity
- Multisig — require multiple signatures for spending
- Private addresses — built-in shielded address for private transactions
- On-chain data — store a content hash (for attestations, references, etc.)
👉 VerusID In Depth · Register a VerusID
#
Currencies, Tokens & Baskets
Anyone can launch currencies on Verus — no smart contracts or programming required:
- Tokens — Simple currencies backed by nothing (or a fixed supply)
- Basket currencies — Backed by reserves of other currencies with automatic on-chain conversion via fractional reserve
- Mapped currencies — Represent external assets (bridges)
The protocol handles all conversions through its built-in DeFi engine — no DEX, no AMM contracts, no oracles. It's consensus-level.
👉 Currencies & Tokens · Launch a Currency
#
Mining & Staking (50/50 Hybrid)
Verus uses Proof of Power (PoP) — a hybrid consensus that alternates between:
- 50% Proof of Work — mining with VerusHash 2.2, designed to be competitive on CPUs
- 50% Proof of Stake — staking VRSC to earn rewards
This means half of all blocks are mined, half are staked. You can do either or both.
👉 How to Mine VRSC · How to Stake VRSC
#
Privacy — Transparent & Shielded
Verus supports both transparent and shielded (private) transactions using Sapling zero-knowledge proofs:
- Transparent (
R...addresses) — like Bitcoin, visible on-chain - Shielded (
zs...addresses) — sender, receiver, and amount are all hidden
You can mix and match: shield coins when you want privacy, use transparent when you don't.
👉 Privacy & Shielded Transactions · Send a Private Transaction
#
Cross-Chain — PBaaS & Bridges
PBaaS (Public Blockchains as a Service) lets anyone launch independent blockchains that are connected to Verus:
- New chains inherit Verus protocol features (VerusID, currencies, privacy)
- Cross-chain currency transfers happen trustlessly via notarization
- The Ethereum Bridge connects Verus to Ethereum for cross-ecosystem transfers
#
Summary Map
#
Next Steps
Ready to dive deeper? Pick a concept above, or explore:
- Command Reference — All CLI commands
- How-To Guides — Step-by-step tutorials
- Troubleshooting — Common issues and fixes