Cardano Glossary
Definitions of key terms and concepts in the Cardano ecosystem.
If you're writing content for cardano.org, see the Editorial Style Guide for spelling conventions and usage guidelines.
A
ada
The native cryptocurrency of the Cardano blockchain. Named after Ada Lovelace, the 19th-century mathematician often regarded as the first computer programmer.
Aiken
A modern smart contract language for Cardano, designed to be beginner-friendly while producing efficient on-chain code. See Aiken documentation on the Developer Portal.
Allegra
The hard fork on December 16, 2020 that added token locking capabilities, a prerequisite for smart contract functionality.
Alonzo
The hard fork on September 12, 2021 that brought smart contract functionality to Cardano through Plutus.
AMA
Ask Me Anything. A live Q&A session where community members can ask questions directly to project leaders, developers, or other notable figures in the Cardano ecosystem.
ambassador
A community member who promotes Cardano education and adoption. See Cardano Ambassadors for the program.
API
Application Programming Interface. A set of rules and protocols that allows different software applications to communicate with each other. In the Cardano ecosystem, APIs enable developers to interact with the blockchain, query data, and build applications. See Builder Tools on the Developer Portal for a list of APIs.
B
Babel fees
A mechanism that allows users to pay transaction fees using native tokens instead of ada. Stake pool operators act as liquidity providers, offering exchange rates for tokens they accept. The fees still settle in ada behind the scenes, keeping ada central to the ecosystem while enabling broader participation. Made possible by Cardano's eUTXO model. See Native Tokens on the Developer Portal.
Basho
The fourth era of Cardano development, focused on scaling and performance optimization. Named after Matsuo Basho, a Japanese poet and master of haiku.
bech32
An address encoding format used for Cardano addresses since the Shelley hard fork. Bech32 provides built-in error detection to protect against accidental misspellings or truncations. Cardano addresses use prefixes like addr1 for payment addresses and stake1 for stake addresses. See CIP-5 for common bech32 prefixes and CIP-19 for address structure details.
block
A unit of data containing a batch of transactions that is added to the blockchain. Each block includes a cryptographic reference to the previous block, forming an immutable chain. On Cardano, blocks are produced by stake pools selected through the Ouroboros protocol. Block size has been increased over time to improve network capacity.
bridge
A protocol that connects Cardano to other blockchains, enabling assets to move between networks. See bridge apps.
Byron
The first era of Cardano development, establishing the foundation of the network. Named after Lord Byron, the Romantic poet and father of Ada Lovelace.
C
Cardano
A public, permissionless Layer 1 blockchain built on peer-reviewed research. A collection of open-source, patent-free protocols for value transfer, identity, and governance.
the Cardano Foundation
An independent, Swiss-based not-for-profit organization responsible for the advancement of Cardano. See Cardano Foundation for details.
Cardano Summit
The annual flagship event for the Cardano community, featuring announcements, technical presentations, and networking opportunities. The summit brings together developers, stake pool operators, partners, and community members from around the world.
CBDC
Central Bank Digital Currency. A digital form of fiat currency issued and regulated by a central bank. Unlike decentralized cryptocurrencies, CBDCs are controlled by monetary authorities. Cardano's technology has been explored for CBDC implementations due to its scalability and security features.
CEX
Centralized Exchange. A platform where cryptocurrencies are traded through an intermediary that manages order books, custody, and transactions. Unlike DEXs, CEXs hold custody of your funds until you withdraw to your own wallet. See where to get ada.
CIP
Cardano Improvement Proposal. A formal document describing proposed changes, features, or standards for the Cardano ecosystem. CIPs follow a structured process for community review and adoption. See all proposals at cips.cardano.org.
CIP-1694
The Cardano Improvement Proposal that defines Cardano's on-chain governance system, introducing DReps, the Constitutional Committee, and formal governance actions. See governance for details.
computation layer
An early conceptual term used in Cardano’s design to describe smart contract execution, alongside the "settlement layer". This framing was later replaced as smart contracts became integrated directly into transaction validation.
constitution
The foundational document defining Cardano's governance principles, rules, and guardrails. See the Cardano Constitution.
Constitutional Committee
A governing body in Cardano's governance system that votes on the constitutionality of governance actions, serving as a check alongside DReps and stake pool operators.
Conway
The hard fork on September 1, 2024 that enabled on-chain governance through CIP-1694, marking the beginning of the Voltaire era.
D
DApp
Decentralized Application. An application that runs on a blockchain network rather than centralized servers.
delegation
The process of assigning your stake to a stake pool without transferring your ada. Delegators earn rewards while maintaining full control of their funds. See stake pool delegation and the staking calculator.
Developer Portal
An open source project at developers.cardano.org providing resources for building on Cardano.
DEX
Decentralized Exchange. A platform for trading tokens directly from your wallet without intermediaries. See where to get ada.
DID
Decentralized Identifier. A type of digital identity that is self-owned and independent of centralized registries. DIDs enable individuals to control their own identity data without relying on third parties.
Djed
An algorithmic stablecoin protocol on Cardano. Djed uses a reserve of base coins (ada) and a reserve coin (SHEN) to maintain its peg to the US dollar, without relying on fiat-backed reserves.
DRep
Delegated Representative. In Cardano's governance system, ada holders can delegate their voting power to DReps who vote on governance actions on their behalf.
DYOR
Do Your Own Research. A common phrase in the cryptocurrency community encouraging individuals to thoroughly investigate projects, teams, and claims before investing or participating. See common scams to learn how to protect yourself.
E
eclipse
A network attack where a node is isolated from honest peers and connected only to attacker-controlled nodes. This prevents the node from seeing the legitimate chain, potentially causing it to accept invalid transactions or blocks.
Edinburgh Decentralisation Index (EDI)
A research framework developed by Input Output and the University of Edinburgh to measure and compare decentralization across blockchain systems. The EDI evaluates multiple layers including consensus, tokenomics, hardware, software, network, and governance. See the EDI dashboard.
EMURGO
A global blockchain solutions company and one of the founding entities of Cardano. See EMURGO for details.
epoch
A period of five days in the Cardano network during which stake distribution is fixed and rewards are calculated. At each epoch boundary, rewards are distributed to delegators and stake pool operators.
eUTXO
Extended UTXO. Cardano's enhanced version of the UTXO model that allows data and logic to be attached to outputs, enabling complex smart contract interactions while maintaining predictability and parallelism.
G
Goguen
The third era of Cardano development, introducing smart contracts and native tokens. Named after Joseph Goguen, an American computer scientist.
Governance Action
A formal proposal submitted on-chain for the Cardano community to vote on. Types include treasury withdrawals, protocol parameter changes, and constitutional amendments. See Governance Actions for details.
Governance Tools
Applications that enable the community to register as DReps, delegate voting power, or vote on governance actions. See Governance Tools for a list.
H
hard fork
A protocol upgrade that is not backward-compatible, requiring all nodes to update. Cardano uses a hard fork combinator to make these transitions smooth. See hard forks.
Hydra
A Layer 2 scaling solution for Cardano using state channels (Hydra Heads) to enable fast, low-cost transactions off the main chain.