Cardano Staking 101 - Where the stakes are high

In this post we’ll break down what staking on Cardano is, how it works under the hood, how you can do it, how to pick the right pool, and what you can earn $.

Cardano Staking 101 - Where the stakes are high
From Coins to Pools and Beyond

Are you a Cardano hodler and don't want the stress of constant trading but you want to make your ADA work for you? Staking is how you put your coins to work while keeping them in your wallet. In this guide we’ll break down what Cardano staking is, how it works under the hood, how you can do it, how to pick the right pool, and what you can earn $.


What is Cardano staking?

On proof-of-stake blockchains like Cardano, users collectively secure the network by delegating their ADA to validators called stake pools. You don’t actually send ADA away; instead, your wallet signs a stake certificate that tells the network which pool should count your stake. Your coins remain liquid and spendable at any time. In return for helping secure the chain, delegators receive a portion of the block rewards.

Cardano’s staking system is built on a consensus protocol called Ouroboros. Time is divided into epochs (5 days each), and each epoch consists of 432,000 one-second time slots. During every slot, a random slot leader may be selected to create a block. We'll see more on Ouroboros later.

Because the algorithm relies on math rather than computational brute force, Cardano’s staking is energy efficient and does not require expensive hardware (ehem Bitcoin). Delegators can earn rewards without running a node, while pool operators handle the server and networking work. If you have the skills and capital, you can even run your own pool, but most people prefer to delegate.

How to stake ADA (step-by-step)

Staking your ADA is straightforward. Here’s a beginner-friendly path:

  1. Get a modern wallet that supports staking. Light wallets such as Yoroi, Eternl or AdaLite allow you to stake ADA without running a full node. Yoroi is a non-custodial light wallet that operates as a browser extension or mobile app and connects to remote servers rather than downloading the entire blockchain; this makes it quick, resource-efficient and suitable for everyday use. Other light wallets like Lace offer similar convenience and can connect to dApps while supporting staking. Multi-asset wallets like Exodus may also appeal if you hold several cryptocurrencies. Exodus supports more than 100 tokens and lets you stake ADA, although it stakes your entire balance and automatically picks a pool for you. In contrast, Daedalus is a full-node desktop wallet that downloads a full copy of the Cardano blockchain it requires significant disk space and computing power and can take hours to set up. While Daedalus offers maximum security and control, its resource-intensive nature may not suit beginners. MetaMask does not natively support Cardano. It primarily serves Ethereum/EVM networks, and its optional Cardano Snap provides only basic functionality. Choose the wallet that balances convenience, multi-asset support and security for your needs.
  2. Registration of your own stake address will require to make a deposit of 2 ADA which you will receive back at deregistering the address when not needed anymore. The wallet you choose will register a staking address for you if you don't have one already!
  3. Transfer ADA to your wallet. Move your coins from an exchange to your own wallet. You can also stake from an exchange account, but yields are often lower and you have fewer choices over which pool to support. Using your own wallet typically gives you more control over pool selection and better transparency. For example, some exchanges offer ~0.8% rewards while wallets typically yield around ~4%.
  4. Choose a stake pool. Within your wallet’s delegation interface, browse the list of pools. Each pool displays information such as its ticker, pledge, fees, and performance. You simply select the pool that fits your preferences (more on pool selection below) and click Delegate. The wallet signs and broadcasts a stake certificate, and after a delay of 2 epochs (~10 days) you’ll begin receiving rewards. There’s no lock-up period, you can redelegate or spend your ADA anytime.
  5. Optional: advanced method. For users comfortable with command-line tools, Cardano also allows generating stake keys and delegating via cardano-cli. The staking transaction tutorial shows how to create a stake key pair (stake.vkey/stake.skey), register it, create a delegation certificate, and submit a transaction. This is mainly for developers or those setting up their own pool. Or if you're like Richard Stallman that uses wget to browse the internet.

Selecting the right stake pool

With thousands of pools available, how do you pick? Think of choosing a stake pool like choosing a team to support. You want a team that performs well, treats its supporters fairly, and helps the network stay decentralized. Here are the key factors, summarised from AdaPulse’s guide:

Factor Why it matters Tips
Performance (uptime & blocks) A pool must be online and producing blocks. Pools with reliable uptime and a record of minted blocks give steadier rewards. Check metrics in your wallet or on explorers like AdaPools, PoolTool, or CardanoScan.
Saturation If a pool grows beyond the protocol’s saturation point, rewards plateau and excess stake is wasted. Avoid pools near or above saturation; look for mid-size pools.
Fees Each pool charges a fixed fee (e.g., 340 ADA per epoch) and a margin fee (percentage of rewards). Lower fees mean more rewards, but quality pools may charge slightly higher margins to cover costs. Compare fees and ensure they’re reasonable.
Pledge The operator’s own stake pledged to the pool. A higher pledge signals commitment and can slightly boost rewards. Prefer pools whose operators have skin in the game.
Pool size & decentralization Large pools mint more blocks, but small pools improve decentralization. Supporting smaller pools helps keep Cardano diverse. Consider delegating to under-represented pools to support decentralization.
Operator reputation Transparent, communicative operators with active community presence are more trustworthy. Look for pools with websites, social channels, or community engagement.

Beware of saturated or high-fee pools, and don’t chase short-term rewards at the expense of long-term reliability. Supporting a smaller, well-run pool can help the ecosystem and still yield competitive returns.

Show me the money!

Staking returns are variable because they depend on network parameters, pool performance, and ADA price. Historically, Cardano staking yields around 2–5% APY, with Daedalus/Yoroi hovering near ~5%, Exodus around ~4%, and some centralized exchanges around ~0.8% (ref). Your rewards are proportional to your stake: the more ADA you delegate, the larger your share of the pool’s rewards. Rewards are distributed every epoch. You can withdraw them at any time, or keep them where they will be added to your stake in a coumpounding manner.

Remember that rewards depend on your pool actually producing blocks. If your pool doesn’t mint a block in an epoch, you won’t receive rewards for that epoch. Earnings are also affected by ADA’s price volatility and the operator’s fee structure. In other words, staking is not a get-rich-quick scheme. It’s a way to participate in securing the network and earn a modest, steady return.

Ouroboros under the hood: the snake that eats itself

Ouroboros is an ancient symbol of a snake eating its own tail, representing eternal cycles of life, death, and rebirth, and the concept of self-renewal. It is also Cardano’s consensus protocol. Here’s a digestible rundown of the inner workings:

  • Epochs and slots: Time is divided into epochs lasting five days. Each epoch contains 432,000 slots of one second each.
  • Randomness & leader selection: Before an epoch starts, the protocol calculates the stake distribution and seeds a random oracle using hashed data from the previous epoch. For every slot, each registered pool runs a VRF (verifiable random function) with its private key and the slot number. If the output is below a threshold proportional to its stake, that pool becomes the slot leader.
  • Active slot coefficient: The parameter f (currently 0.05) represents the probability that any slot has a leader, meaning roughly 1 in 20 slots will produce a block.
  • Minting blocks and rewards: The chance of a pool being chosen as slot leader is proportional to the total stake delegated to it. Slot leaders mint blocks containing transactions and broadcast them. When a block is included in the chain, the protocol issues a reward that is shared between the pool operator and its delegators. Rewards are paid out at the end of each epoch.
  • Liquid staking: Cardano’s staking is non-custodial and liquid: your ADA never leaves your wallet, and you can spend or transfer it at any time.

This design combines game theory, cryptography, and mathematics to ensure security, randomness, and energy efficiency. It’s like a very nerdy lottery where your “tickets” are your ADA: the more you stake, the better your chances of winning a slot, but the draw is fair and transparent.

Data insights and exploration

Cardano Blockchain API: Example calls

You can use the Cardano Blockchain API on blockchain-applied.com to fetch live staking and pool data. After authenticating as a member, you can query endpoints directly (or view them via the site’s built-in views).

For instance, to inspect your own staking address you can call:

GET /api_ada/v1/staking/<stake_address>

This returns a JSON array of summaries. A real call such as /api_ada/v1/staking/stake1u9xxxxxxxxxxxxxxxxxnaee3 would produce:

  • staking – confirms the stake address you queried.
  • delegation – lists every pool you have delegated to, showing the pool’s hash, the epoch when the delegation became active and the transaction ID.
  • withdrawals – indicates how many reward withdrawals you have made and the total ADA (in lovelace) withdrawn.
  • rewards – shows how many reward events have been credited and their total amount.
  • outputs and consumed – summarise the number and value of outputs created and spent by this stake address.

Similarly, the pool endpoint:

GET /api_ada/v1/pool/<pool_hash>

returns detailed information about a stake pool. The response contains a pool summary with one entry per epoch, listing the pool’s pledge, active epoch, start time, margin, fixed cost and reward address, and a delegation summary giving the number of delegations. By querying a pool hash like pool1xxxxx you can see how its parameters have changed over time and whether it has increased its pledge or margin.

In practice, you can use the API to:

  • Check your staking address to see how much ADA you have delegated and your historical rewards.
  • Audit a pool’s pledge, margin and registration history to decide whether it aligns with your staking strategy.
  • Retrieve epoch data to see when rewards will be paid and how many blocks were produced.

Because the API returns raw JSON, it is easy to feed these results into scripts or spreadsheets for deeper analysis. And if you are not a coder, the web interface lets you explore the data with a few clicks, taking the mystery out of staking statistics.

Cardano on BigQuery - Access & trial

Cardano on BigQuery is a paid product (it funds the infrastructure that keeps the dataset fresh and validated). You can explore it free for 7 days here:
https://www.blockchain-applied.com/cardano-on-bigquery-getting-started-7-day-trial/
During the trial, we grant your GCP email read access to the shared dataset (blockchain-analytics-392322.cardano_mainnet). You’ll use your own Google Cloud project to run queries; newcomers can start with BigQuery Sandbox (Google’s free tier).

For ongoing use after the trial, a paid plan is required for dataset access. Queries execute in Google BigQuery; light exploration often fits within Google’s free Sandbox tier, while heavier workloads may incur normal BigQuery charges from Google.

Final thoughts

Staking ADA is one of the easiest ways to participate in a proof-of-stake network. You download a wallet, pick a pool, click a button, and let Ouroboros do the heavy lifting. In return, you earn a modest yield while helping keep Cardano secure and decentralized. Of course, nothing in crypto is risk-free: rewards fluctuate, pool operators matter, and the price of ADA can feel like a roller coaster. But if you believe in Cardano’s mission, staking is a tangible way to be part of it.

Happy staking, and may your epochs always be fruitful!