What is Cardano (ADA)?
RANK #17The chain that publishes peer-reviewed papers before it ships code, which is either its greatest strength or the reason it is always a year behind — the argument has run for seven years and 2026 is the year it gets tested. Midnight, the privacy sidechain, launched in March. Leios, a consensus redesign targeting 1,500 TPS, is due on mainnet late in the year. Staking pays 2–3% with no lockup and no slashing.
Cardano market stats
Cardano at a glance
- Consensus
- Ouroboros, proof of stake — the first with a formal security proof
- Maximum supply
- 45,000,000,000 ADA, a hard cap
- Staking yield
- ~2–3% APY, no lockup and no slashing
- Midnight
- Privacy sidechain, launched 31 March 2026
- Leios
- Consensus redesign targeting 1,500 TPS, mainnet targeted late 2026
- Governance
- Voltaire era — on-chain voting with a treasury in the billions
Categories: Smart Contract Platform · Layer 1 (L1) · Cardano Ecosystem · Proof of Stake (PoS) · GMCI Layer 1 Index · GMCI 30 Index
How Cardano works
Cardano is a proof-of-stake blockchain built on an unusual premise: that distributed systems should be specified, peer-reviewed and formally verified before they run money. Ouroboros, its consensus protocol, was the first proof-of-stake design with a published mathematical security proof. The smart contract layer is written in Haskell and Plutus, languages chosen because they make certain classes of bug expressible as compile errors rather than as exploits.
The result is a chain with an exceptional uptime record and a development pace that frustrates everyone including its supporters. Both facts follow from the same decision, and any honest assessment has to hold them together rather than pick the convenient one.
The eUTXO model, and why it matters
Cardano does not use Ethereum's account model. It extends Bitcoin's unspent-output model with arbitrary data, so a transaction's outcome is determined before it is submitted rather than discovered when it executes. That eliminates a family of failures — no surprise reverts after paying gas, no reentrancy in the Ethereum sense — and it makes some patterns, notably shared global state like an order book, genuinely harder to build. Developers coming from Solidity do not find this a smooth transition, which is part of why the application ecosystem grew slowly.
What is actually shipping in 2026
Midnight launched on 31 March 2026 as a privacy-focused partner chain, offering confidential smart contracts with selective disclosure — the ability to prove a fact to a regulator without publishing the underlying data. Hydra, a state-channel layer for near-instant throughput, is live for specific applications and expanding. Leios, the consensus redesign aiming at 1,500 transactions per second, is targeted at mainnet late in 2026. Judge that last one when it lands, not when it is announced.
What ADA is used for
- Staking, which the majority of ADA holders do — Cardano has consistently had one of the highest participation rates in proof of stake.
- Transaction fees on the base layer.
- Governance: under Voltaire, ADA holders vote directly or delegate to representatives on protocol changes and on spending from the treasury.
- Collateral and liquidity in Cardano DeFi, which exists and is small relative to the chain's market capitalisation.
That last point is the substance of the bear case and it deserves a straight answer rather than a defensive one: Cardano's market value has for years exceeded what its on-chain activity would justify by the standards applied to other chains. The bull case is that the treasury, the governance layer and the research pipeline are assets that activity metrics do not capture. Both statements can be true, and which one dominates is what 2026's deliveries decide.
ADA tokenomics and supply
45 billion ADA is a hard cap, set at genesis. Most already circulates; the remainder is released as staking rewards from a reserve that depletes on a predictable curve. No mining, no burn, no discretionary issuance.
How rewards are actually funded
Each epoch, rewards come from transaction fees plus a fixed fraction of the remaining reserve. As the reserve empties, the subsidy shrinks, and fees have to make up the difference. Today they do not come close. This is the same long-term question Bitcoin faces, on a different schedule, and Cardano's version arrives sooner because the reserve is finite and the depletion is arithmetic rather than a halving.
A portion of each epoch's revenue is also diverted to the treasury, which under Voltaire is spent by ADA-holder vote. That is a real, funded, on-chain budget — one of the largest in crypto — and the governance question is whether it gets spent well or captured.
The distribution question
ADA was sold in public rounds in 2015–17 with allocations to IOHK, Emurgo and the Cardano Foundation. Those vested years ago, so unlike most large-cap chains there is no unlock calendar hanging over the price. What remains is the founding institutions' influence over direction, which Voltaire is explicitly designed to dilute.
ADA staking and yield
Cardano's staking is the friendliest design of any major proof-of-stake chain, and this is not a marketing claim — it is a set of specific properties. Delegating never moves your ADA: it stays in your wallet, spendable at any time, with no lockup and no unbonding period. There is no slashing, so a badly run pool costs you missed rewards rather than principal. There is no minimum.
The yield is correspondingly modest, around 2–3% APY depending on the pool's performance, pledge and fees. Rewards pay every epoch, five days, and compound automatically.
The one real decision is which pool. Large pools that hit the saturation cap dilute their delegators' returns; very small pools may not mint blocks often enough to pay reliably. A well-run mid-sized pool is the practical answer, and moving between them costs nothing but an epoch.
Cardano risks
Delivery risk is the central one
Cardano's roadmap has repeatedly been announced earlier than it has shipped. Smart contracts arrived years after they were promised; Hydra was discussed long before it was usable. Midnight did launch in March 2026, which is a point in the method's favour. Leios is the real test: a consensus redesign targeting 1,500 TPS, due late 2026. If it slips again, the pattern is the thesis.
Ecosystem depth
Cardano has fewer applications and less value locked than chains with smaller market capitalisations. The eUTXO learning curve and the Haskell toolchain are genuine barriers to developers arriving from Solidity, and the incentive programmes have not closed the gap. A chain is worth what runs on it, eventually.
The reserve runs down
Staking rewards are subsidised from a finite reserve that is depleting. Unless fee revenue grows substantially, the yield falls over time as a matter of arithmetic. Anyone modelling a long hold at today's rate should model the curve instead of the current number.
Governance is new and untested
Voltaire hands a large treasury to on-chain voters. That is the most ambitious governance experiment among major chains and it has the failure modes every such experiment has — low turnout, delegate capture, funding decided by whoever shows up. It will be judged on how the money is spent, and there is not yet enough history to judge it on.
Founder concentration
Cardano's public identity is heavily bound to Charles Hoskinson, and the debates around direction are frequently personal rather than technical. That is a reputational and coordination risk distinct from anything in the code.
Cardano: key events
- Sep 29, 2017 — Cardano mainnet launches with the Byron era.
- Jul 29, 2020 — Shelley brings decentralised staking and stake pools.
- Sep 12, 2021 — Alonzo brings Plutus smart contracts, years after they were first promised.
- Sep 1, 2024 — The Chang hard fork opens the Voltaire era of on-chain governance.
- Mar 31, 2026 — Midnight, the privacy partner chain, launches.
- Dec 1, 2026 — Ouroboros Leios targeted for mainnet, aiming at roughly 1,500 TPS.
Cardano FAQ
What is Cardano?
+
A proof-of-stake blockchain whose protocols are peer-reviewed and formally verified before they ship. It uses Ouroboros — the first proof-of-stake consensus with a published security proof — and an extended UTXO model rather than Ethereum's account model, so a transaction's outcome is known before it is submitted.
Is Cardano dead?
+
No. It has an uninterrupted uptime record, one of the highest staking participation rates in proof of stake, a funded on-chain treasury, and shipped Midnight in March 2026. The fair criticism is not that it is dead but that its on-chain activity has long been small relative to its market value, and that its roadmap ships late.
What is the Cardano staking yield?
+
Around 2–3% APY, varying with the stake pool's performance, pledge and fees. Rewards are paid each five-day epoch and compound automatically.
Is Cardano staking safe?
+
It is the most forgiving design among major chains. Your ADA never leaves your wallet and stays spendable, there is no lockup or unbonding period, there is no minimum, and there is no slashing — so a poor pool costs you missed rewards rather than principal.
What is Midnight?
+
Cardano's privacy-focused partner chain, launched on 31 March 2026. It enables confidential smart contracts with selective disclosure, so a party can prove a specific fact to a regulator or counterparty without exposing the underlying data.
What is Ouroboros Leios?
+
A redesign of Cardano's consensus aimed at raising throughput to around 1,500 transactions per second, targeted for mainnet late in 2026. It is the most significant item on the roadmap and the clearest test of whether the research-first method delivers on schedule.
How many ADA are there?
+
The cap is 45 billion, fixed at genesis. Most is already in circulation and the remainder is released as staking rewards from a reserve that depletes on a set curve — which is also why the staking yield declines over time.
Why is Cardano's TVL low compared to its market cap?
+
Two reasons that are not in dispute: the extended UTXO model makes some common DeFi patterns harder to port from Solidity, and the Haskell-based toolchain is a real barrier for developers arriving from Ethereum. The holders' counter-argument is that the treasury, governance layer and research output are value that activity metrics do not measure.
Sources
This page is information, not financial advice. Prices come from CoinGecko; the text is written and checked by our desk. See our editorial policy.