AllSwap| Crypto Swap

Cardano: Peer-Reviewed Ouroboros PoS with EUTXO and Plutus

Cardano is the academic outlier of layer-1 design: a non-custodial, peer-reviewed proof-of-stake chain that rejects the EVM in favor of an extended UTXO model and a Haskell-derived smart contract language (Plutus). With 20-second block times, ~10-minute economic finality, and a current TVL of $92.24M, Cardano optimizes for verifiability and formal correctness over raw throughput.

LiveL1 · UTXO1assets~3 分Avg. settleTVL $92.24M

Cardano (ADA) is a non-custodial proof-of-stake layer-1 that takes a fundamentally different path from EVM chains. Instead of an account-based virtual machine, Cardano uses the Extended UTXO (EUTXO) model — every transaction consumes specific outputs and produces new ones, with logic enforced by Plutus scripts written in Haskell. The Ouroboros consensus family (Praos in production, Genesis on the roadmap) is the first PoS protocol with formal academic peer review backing its security proofs. Native assets ship without token contracts: minting and policy live at the ledger layer rather than inside user-deployed code, eliminating an entire class of token-contract bugs. Cardano serves users who prioritize auditability, predictable validation costs (fees are deterministic before submission), and a slower-but-deliberate upgrade cadence — Byron (2017), Shelley (2020 staking), Alonzo (2021 smart contracts), and Chang (2024 on-chain governance). For cross-chain swap participants, Cardano provides exposure to ADA, native stablecoins like Djed, and a DEX layer led by Minswap that operates with the EUTXO concurrency model rather than EVM-style global state. It is not the fastest chain, and at $92.24M TVL it sits an order of magnitude below ETH or BSC — but it is the most academically scrutinized smart-contract platform shipping today.

About Cardano

Cardano launched on 2017-09-29 with the Byron era, built by IOG (Input Output) under the technical leadership of Charles Hoskinson and a research methodology grounded in peer-reviewed papers — over 200 published to date in conjunction with universities including Edinburgh, Athens, and Tokyo. This research-first posture is the chain's defining trait: every consensus upgrade, ledger rule, and cryptographic primitive is published, formally specified, and reviewed before mainnet activation. The result is a slower release cadence than competitors, but with security guarantees that are mathematically argued rather than empirically assumed. The native token, ADA, names mathematician Ada Lovelace; the chain's eras (Byron, Shelley, Goguen, Basho, Voltaire) name engineers and poets.

Consensus runs on Ouroboros, a PoS family rather than a single protocol. Production today uses Ouroboros Praos, which divides time into epochs and slots; a verifiable random function (VRF) selects slot leaders from staked ADA, and finality is reached probabilistically after roughly 2,160 blocks (k parameter), corresponding to ~600 seconds of economic finality. Cardano stakers do not lock funds — delegation is liquid, with rewards distributed every epoch (5 days). The upcoming Ouroboros Genesis variant adds a bootstrapping security guarantee: new nodes can join from the genesis block without relying on a trusted recent checkpoint, a property no other major PoS chain offers out of the box.

The execution layer rejects the EVM. Cardano uses the Extended UTXO (EUTXO) model, where each transaction explicitly references inputs and produces outputs carrying datums (state) and validator scripts (logic). Smart contracts are written in Plutus, a subset of Haskell, with the Plutus V2 and V3 cores extending opcode support and reducing script size. Fees are deterministic — calculated from script execution units and bytes — so users see the exact cost before submitting, eliminating gas auction griefing. Native assets are a ledger-level primitive: minting ADA-adjacent tokens does not require deploying a contract, which removes the ERC-20-style attack surface (reentrancy, malicious transfer hooks, infinite-approval drain).

Economically, ADA has a fixed maximum supply of 45 billion, with circulating issuance funded by a reserve that decays each epoch into staking rewards and treasury allocation. The 2024-09-01 Chang hard fork inaugurated the Voltaire era, transferring upgrade authority from the founding entities to on-chain governance: ADA holders, DReps (delegated representatives), constitutional committee, and SPOs (stake pool operators) jointly ratify protocol parameter changes via a Constitution-anchored process. Treasury funds drawn from transaction fees and reserves are now allocated through on-chain Catalyst-style voting. This makes Cardano one of the few major chains where roadmap decisions are formally on-chain rather than off-chain foundation discretion.

Cardano technical parameters

Cardano's technical profile is shaped by three deliberate choices: a peer-reviewed PoS consensus (Ouroboros), the EUTXO execution model, and a Haskell-derived smart contract layer (Plutus). These choices trade raw throughput for formal verifiability and predictable fees — and the numbers reflect that trade explicitly.

ConsensusOuroboros (Praos / Genesis, PoS)
VMPlutus (Haskell-based) + Plutus V2/V3 EUTXO
Block time20 s
Finality10 min
TPS10 typical / 250 max
Gas tokenADA
Launched2017-09-29
Token standardNative assets (no token contracts needed)
AddressBech32 (addr1-prefixed, Shelley) / Byron legacy

Consensus mechanism

Ouroboros Praos is a proof-of-stake protocol with a formal security proof against semi-synchronous adversaries controlling up to 49.99% of stake. Time is sliced into epochs of 432,000 slots (one slot per second, 5 days per epoch). At the start of each epoch, a verifiable random function (VRF) deterministically — but unpredictably to outsiders — assigns slot leadership to stake pool operators, weighted by their delegated stake. Selected leaders produce a block; everyone else verifies. There is no in-protocol slashing: misbehaving pools lose only future rewards, not their bonded stake — a choice deliberately made to avoid the centralization pressure that hard slashing creates. Liquid delegation means ADA holders never lock funds; they simply designate a pool, and rewards arrive automatically every epoch. Economic finality is probabilistic: after roughly 2,160 blocks (~600 seconds, the k parameter), a rollback becomes computationally infeasible under honest-majority assumptions. The block time targets 20 seconds, but slots are scheduled per second — meaning many slots are empty, which is a deliberate density choice to keep the longest-chain rule clean under network delay.

Performance context

Cardano benchmarks at 10 TPS typical, 250 TPS theoretical maximum, with 20-second blocks and 600-second economic finality. Put in peer context: BSC clears 200 TPS typical with sub-2-second finality; Solana sustains 3,000 TPS; even Ethereum L1 hits ~15 TPS with 768-second finality. Cardano is the slowest production PoS chain in this peer set, and that is by design — the EUTXO model and Plutus script execution are CPU-bound per transaction in ways EVM account state is not. The Hydra L2 family (Hydra Head, Hydra Tail) is the throughput answer: off-chain state channels among consenting participants, settling back to L1 only on close or dispute. Hydra Head testnet benchmarks have demonstrated 1,000+ TPS per head, but production deployment remains incremental as of 2026.

Cardano ecosystem map

Cardano's $92.24M TVL is small relative to ETH ($36.4B), BSC ($5.08B), or even Tron ($4.37B), but the on-chain economy is real and EUTXO-native — applications have had to engineer concurrency solutions (batchers, order books, script-level coordination) that EVM developers never face. DEXs dominate the TVL distribution, with Minswap holding a plurality, and lending is led by Liqwid running on a fully EUTXO-aware design.

DEX

Minswap DEX leads Cardano with $23.12M TVL — the largest on-chain venue, running a batched constant-product AMM that solves EUTXO concurrency by aggregating user orders into a single transaction per block via off-chain batchers.

DEX

Dano Finance ($14.99M) and SundaeSwap V3 ($6.49M) sit second and third among DEXs, with SundaeSwap notable as one of the earliest Plutus AMMs and a frequent integration point for cross-chain swap routing into ADA.

Lending

Liqwid commands $14.27M in lending TVL — Cardano's flagship money market, fully EUTXO-native rather than ported from Compound/Aave, with interest accrual handled through script-level epoch updates rather than per-block storage writes.

Lending

Surf Lending ($4.37M) provides a second lending venue, while Indigo Protocol ($3.56M) runs a CDP system for minting iAssets — synthetic exposure to non-Cardano assets collateralized by ADA.

Infrastructure

Djed ($5.25M) is Cardano's flagship algorithmic-collateralized stablecoin, designed by IOG with a dual-token model (Djed stablecoin + SHEN reserve coin) and a formal proof of price-peg stability under defined reserve ratios — an unusual standard for stablecoin design.

Wallet

Lace (IOG's flagship wallet, 2023), Eternl, Nami, and Yoroi anchor the user-facing layer; Daedalus runs a full node locally. Hardware support spans Ledger and Trezor, with all wallets implementing the CIP-30 dApp connector standard for in-browser script signing.

#ProtocolCategoryTVL
1Minswap DEXDexs$23.12M
2Dano FinanceDexs$15.00M
3LiqwidLending$14.27M
4SundaeSwap V3Dexs$6.49M
5Djed StablecoinDual-Token Stablecoin$5.25M
6Surf LendingLending$4.37M
7WingRidersDexs$3.78M
8IndigoCDP$3.56M

Cardano vs peers

Cardano sits in the broader 'major L1' peer set alongside Ethereum, BSC, Avalanche, Gnosis, and Tron — chains that all claim general-purpose smart contracts but differ sharply on consensus, VM, and finality. Cardano is the only non-EVM member of this peer group, and the numbers expose what that choice costs and what it buys.

Category: EVM L1 · 6 chains
ChainConsensusBlockFinalityTPSVMTVLGas
EthereumPoS (Gasper: Casper FFG12 s12.8 min15EVM$36.42BETH
BSCPoSA (Proof of Staked750 ms1.88 s200EVM$5.08BBNB
AvalancheSnowman (Avalanche Snow family2 s1.5 s50EVM (Coreth)$480.08MAVAX
GnosisPoS (Gnosis Beacon Chain5 s16 min30EVM$65.92MxDAI
TronDPoS (27 Super Representatives)3 s57 s100TVM (TRON$4.37BTRX
CardanocurrentOuroboros (Praos / Genesis,20 s10 min10Plutus (Haskell-based)$92.24MADA

Comparison insights

  • TVL: Cardano's $92.24M is the smallest in this peer set after Gnosis ($65.9M) — roughly 395x smaller than Ethereum ($36.4B), 55x smaller than BSC ($5.08B), and 47x smaller than Tron ($4.37B). Despite a 2017 launch (earlier than BSC, Avalanche, and Tron), Cardano never captured the DeFi composability flywheel that EVM chains share — the EUTXO model fragments liquidity differently and porting EVM protocols is functionally impossible.
  • Finality: Cardano's 600-second economic finality is faster than Ethereum's 768 seconds and Gnosis's 960 seconds, but dramatically slower than BSC (1.875s), Avalanche (1.5s), and Tron (57s). This puts Cardano in the 'long-finality' tier alongside Ethereum — appropriate for settlement but not for high-frequency trading or payments UX.
  • Throughput: At 10 TPS typical, Cardano is the slowest in the peer set — slower than Ethereum (15), Gnosis (30), Avalanche (50), Tron (100), and an order of magnitude below BSC (200). Theoretical max of 250 TPS is closer to Gnosis (70) than to BSC (3,252) or Avalanche (4,500), reflecting EUTXO's CPU-bound script execution.
  • Consensus pedigree: Cardano is the only chain in the peer set with a formally peer-reviewed PoS protocol (Ouroboros, published in CRYPTO 2017 and follow-ups). Ethereum's Gasper is well-studied but not peer-reviewed in the same academic sense; BSC's PoSA is a deliberate centralization trade for speed; Avalanche's Snowman is novel but proprietary. For institutions weighting formal verification, Cardano is the academic ceiling.
  • VM and developer surface: Cardano is the only non-EVM chain here. Plutus (Haskell) has a steep learning curve and a much smaller developer pool than Solidity, which is the primary structural reason ecosystem TVL has not scaled. The EUTXO model also requires application designers to solve concurrency at the protocol layer (batchers, off-chain ordering), which EVM developers offload to global state.

Cardano timeline

Cardano launched on 2017-09-29 with the Byron era — a federated PoS rollout where IOG and Emurgo ran most nodes during bootstrap, and ADA was tradeable but staking was not yet decentralized. The Shelley hard fork in July 2020 opened delegation to all stake pool operators, completing the transition to a fully decentralized PoS network with over 3,000 community-run pools at peak. For nearly four years after launch, Cardano had no smart contracts — only payments and native assets — drawing both praise (no rushed code paths) and criticism (no DeFi). The 2021-09-12 Alonzo hard fork shipped Plutus smart contracts, enabling the first wave of dApps. The launch was bumpy: early EUTXO-native DEXs like Minswap had to engineer batcher architectures to overcome the per-transaction concurrency limit, and several protocols delayed launch for months while reworking designs. Cardano has avoided the major incidents that scarred peers — no equivalent of the BSC bridge exploit ($570M, October 2022), no Solana-style multi-hour outages, no DAO-scale governance compromise. The closest near-miss was a January 2023 chain split among ~50% of stake-pool nodes due to a memory leak in node 1.35, recovered within minutes without rollback. The 2024-09-01 Chang hard fork inaugurated the Voltaire era and on-chain governance: ADA holders now vote on protocol changes and treasury spending via DReps (delegated representatives) and a Constitutional Committee, completing the original roadmap promise of self-amending governance — a transition that took seven years and which no peer chain in the EVM L1 set has matched at this depth of formalization.

  1. 2017-09-29launchCardano mainnet launch (Byron era)
  2. 2021-09-12upgradeAlonzo hard fork — Plutus smart contracts
  3. 2024-09-01upgradeChang hard fork — on-chain governance (Voltaire)

Developer reference

Cardano's developer surface differs fundamentally from EVM chains — there is no JSON-RPC endpoint because the node interface is CBOR-based, not RPC-based. Builders interact through Ogmios (WebSocket bridge to cardano-node), Blockfrost (hosted REST API, freemium), or Koios (community-run, free). The primary explorer is cardanoscan.io, with cexplorer.io as a community alternative. Addresses use Bech32 encoding with the addr1 prefix for Shelley-era (current), with legacy Byron addresses still spendable. Smart contracts are written in Plutus (Haskell subset, compiled to Plutus Core via plutus-tx), or in higher-level alternatives: Aiken (modern Rust-influenced syntax, fastest-growing toolchain in 2025-2026), Plu-ts (TypeScript bindings), and OpShin (Python-to-UPLC). Off-chain code typically runs in TypeScript via Lucid Evolution or Mesh.js, both implementing CIP-30 wallet connectors. Wallets supported include Daedalus (full node), Yoroi, Eternl, Nami, Lace (IOG flagship), with Ledger and Trezor hardware support. Critical for builders: testnet is Preview/Preprod, faucet at docs.cardano.org/cardano-testnets/tools/faucet; official documentation lives at docs.cardano.org.

Official docsdocs.cardano.orgBlock explorercardanoscan.io
WalletsDaedalus · Yoroi · Eternl · Nami · Lace · Ledger

Assets swappable on Cardano

Grouped by category. Click any asset to open its swap page for a live quote.

Majors

1 assets

Cardano settle-time comparison

Shorter bars mean faster confirmations. Real settle time also depends on network congestion — figures are indicative.

Solana~5 秒
BNB Chain~30 秒
Base~42 秒
Ethereum~2 分
Cardano~3 分
Bitcoin~45 分

Cardano asset coverage comparison

Longer bars mean more assets are swappable on that chain.

NEAR46 assets
Ethereum27 assets
Solana17 assets
Base16 assets
Cardano1 assets

Cardano FAQ

01Is Cardano decentralized?

Yes, materially. Block production is distributed across roughly 3,000 stake pool operators worldwide, with no single entity controlling more than a small percentage of stake. Since the 2024-09-01 Chang hard fork, protocol upgrades and treasury spending are decided on-chain by ADA holders, DReps, and a Constitutional Committee — making Cardano one of the few major chains with binding on-chain governance. The original founding entities (IOG, Cardano Foundation, Emurgo) no longer hold unilateral upgrade authority.

02What is Cardano's finality time?

Economic finality is reached after approximately 2,160 blocks under the Ouroboros k parameter — roughly 600 seconds (10 minutes) at the 20-second target block time. This is probabilistic finality similar to Bitcoin's confirmation model, not the deterministic instant finality of BFT chains like Avalanche or Aptos. For most exchange and DeFi use, 15 confirmations (~5 minutes) is treated as practically final.

03Why does Cardano use EUTXO instead of an account model like Ethereum?

EUTXO inherits Bitcoin's UTXO model and extends it with state (datums) and validator scripts. The benefit is local reasoning — each transaction's validity depends only on its referenced inputs, which makes formal verification tractable and fees deterministic (you know exactly what you'll pay before submitting). The cost is concurrency: two users can't update the same shared state in the same block without coordination, so DEXs and lending markets rely on off-chain batchers. It is a deliberate trade-off, not an oversight.

04Does Cardano have an EVM?

Not natively. Cardano runs the Plutus VM, executing Plutus Core scripts (Haskell-derived). EVM compatibility exists only via sidechains: Milkomeda C1 is an EVM sidechain bridged to Cardano, and the upcoming Midnight sidechain targets privacy-preserving EVM workloads. The Cardano L1 itself will not adopt the EVM — that choice is intentional and architectural.

05What does it cost to transact on Cardano?

Cardano fees are deterministic and calculated as a + b * size + execution-unit costs, where a and b are protocol parameters. A simple ADA transfer costs around 0.17 ADA (a few cents at current prices), and Plutus script transactions typically run 0.3 to 2 ADA depending on script complexity and the memory/CPU execution units consumed. Unlike EVM gas auctions, the fee is calculated client-side before submission — there is no congestion-driven fee spike or failed-transaction loss of gas.