Avalanche (AVAX)

Avalanche is a Layer 1 blockchain prioritizing speed, low fees, and scalability for dApps and custom networks.

Avalanche is a Layer 1 blockchain platform engineered for high throughput, minimal transaction costs, and rapid transaction finality. It employs a unique consensus protocol and a network of three interconnected blockchains (X-Chain, C-Chain, P-Chain) to achieve its performance objectives. The X-Chain facilitates the creation and trading of digital assets. The C-Chain supports EVM-compatible smart contracts. The P-Chain manages validator coordination and subnet creation. This design enables Avalanche to host a diverse array of decentralized applications (dApps) and enterprise solutions, with its subnet functionality allowing for the development of bespoke, application-specific blockchains.

        graph LR
  Center["Avalanche (AVAX)"]:::main
  Pre_consensus_algorithm["consensus-algorithm"]:::pre --> Center
  click Pre_consensus_algorithm "/terms/consensus-algorithm"
  Pre_proof_of_stake["proof-of-stake"]:::pre --> Center
  click Pre_proof_of_stake "/terms/proof-of-stake"
  Rel_solana["solana"]:::related -.-> Center
  click Rel_solana "/terms/solana"
  Rel_layer_1["layer-1"]:::related -.-> Center
  click Rel_layer_1 "/terms/layer-1"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 Knowledge Check

1 / 5

🧒 Explain Like I'm 5

Avalanche is like a super-efficient digital [transaction](/en/terms/transaction) highway. It has special lanes (blockchains) for different tasks: one for [trading](/en/terms/trading) [digital assets](/en/terms/digital-assets), another for running applications, and a third for managing who operates the highway. This makes transactions very fast and cheap, handling lots of activity.

🤓 Expert Deep Dive

The Avalanche platform utilizes a novel probabilistic consensus protocol, known as Avalanche consensus, which achieves high throughput and low latency without relying on traditional mining. Validators achieve consensus by repeatedly sampling small, random subsets of other validators to determine the most accepted transaction, leading to sub-second finality. The architecture consists of three primary blockchains: the Exchange Chain (X-Chain) for asset issuance and exchange, the Contract Chain (C-Chain) for executing smart contracts (EVM-compatible), and the Platform Chain (P-Chain) for managing validators and subnets. Subnets are customizable, independent blockchains that allow for application-specific scaling and network specialization. The native token, AVAX, is used for staking, transaction fees, and network security.

🔗 Related Terms

📚 Sources