Cryptocurrencies aren't classified by a single criterion — they're multi-dimensional structures where multiple "classification axes" overlap simultaneously. Let's clarify why terms like UTXO, EVM, and ERC-20 shouldn't be compared on the same level, and what the truly important classification criteria are.
Core Conclusion: Multi-Dimensional Classification
Many people simply categorize crypto as "Bitcoin vs Ethereum vs Altcoins." In reality, multiple independent classification axes exist simultaneously, and each coin is defined by a specific combination of these axes.
The 3 Most Important Classification Axes
① Accounting Model — The Most Fundamental Difference
This is the most fundamental classification that determines how transactions are processed.
- UTXO (Unspent Transaction Output): Used by Bitcoin. Balance consists of multiple "coins." Transactions consume existing coins and create new ones.
- Account Model: Used by Ethereum. Stores balance directly for each address, like a bank account.
This difference affects everything from wallet implementation to exchange integration to privacy levels.
② Execution Environment (VM) — Core of the Dev Ecosystem
The type of virtual machine that runs smart contracts.
- EVM (Ethereum Virtual Machine): Develop with Solidity. Shared by Ethereum, Polygon, BSC, etc.
- Non-EVM: Solana (Rust/C), Cardano (Haskell), etc. Dev tools and ecosystems are completely different.
③ Token Standards — Specification Differences
The specification followed when creating tokens on each chain.
- ERC-20: Ethereum-based standard (most widely used)
- TRC-20: TRON network standard
- SPL: Solana token standard
- BRC-20: Bitcoin-based token standard (relatively new)
Common Confusion: Concepts from Different Dimensions
Many beginners try to compare UTXO, EVM, and ERC-20 on the same level. But these are concepts on completely different classification axes.
| Term | Meaning | Classification Axis |
|---|---|---|
| UTXO | Accounting method | Accounting Model |
| EVM | Execution environment | Virtual Machine |
| ERC-20 | Token specification | Token Standard |
| Stablecoin | Use/value pegging | Economic Classification |
| Bitcoin family | Network lineage | Chain Family |
These aren't competing concepts — they're criteria viewed from different dimensions.
Interactive Explorer: Compare Coin Architectures
Select coins in the explorer below and compare their properties across each classification axis. You can instantly identify coins that share the same attributes and those with completely different structures.