How to Stake Celestia (TIA)
How to stake TIA in 2026: native delegation vs liquid staking vs exchange staking, validator selection, slashing risk, and step-by-step delegation. Beginner-friendly.
What you'll need (prerequisites)
- TIA held in a self-custodial wallet
- Wallet that supports celestia staking
- A small native-token reserve for transaction fees
- A shortlist of validators (use the chain's official dashboard)
Recommended for this tutorial
Tools and accounts referenced in the steps below:
Step-by-step
-
Step 1: Acquire TIA
Buy TIA on a major exchange (Coinbase, Kraken, Binance) or via a DEX. Withdraw to a self-custodial wallet that supports Celestia.
-
Step 2: Choose a staking method
Native staking: delegate directly from your wallet to a validator. Liquid staking: deposit into a liquid-staking protocol and receive a yield-bearing receipt token. Exchange staking: easiest UX but custodial. Pick based on your custody and yield preferences.
-
Step 3: Pick a validator / operator on Celestia
For native staking, research validator uptime, commission rate (5-10% is typical), self-stake, and slashing history. Avoid concentrating in the largest validators — distribute to support decentralisation.
-
Step 4: Delegate
In your wallet's staking tab (or the chain's official dashboard), select the validator and enter the amount. Confirm the transaction. There is usually a small network fee.
-
Step 5: Confirm and monitor rewards
Rewards typically accrue per epoch (5 mins to 24 hrs depending on chain). Check your validator's performance weekly — if uptime drops, redelegate.
-
Step 6: Unstake when needed
Undelegating starts the unbonding period, currently 337 hours (about 14 days and 1 hour) in the celestia-app parameters. You earn nothing during it and the TIA cannot be moved. To switch validators without waiting, redelegate instead of unbonding.
Common errors and fixes
- Validator missed blocks. Redelegate to a higher-uptime validator. Use your chain explorer to inspect validator performance metrics before redelegating.
- Slashing event. On Celestia only double-signing confiscates stake — 2% of principal, plus permanent removal of the validator and forced unbonding for its delegators. Downtime is slashed at 0% and punished with a one-minute jailing and lost rewards. Check jail history before delegating.
- Tokens stuck in unbonding. The 337-hour unbonding period cannot be shortened. Redelegation moves stake instantly between validators, and liquid-staking tokens (milkTIA, stTIA) can be sold on a DEX for an immediate exit.
- Rewards not accruing. Confirm the delegation transaction succeeded on-chain. Some chains require a separate "claim rewards" transaction; check the chain docs.
- High commission eating yields. Validator commissions can be raised retroactively. Move to a lower-commission operator (typically 3-7%).
Unbonding: 337 hours, not 21 days
Celestia originally shipped with the Cosmos SDK default 21-day unbonding period, and much secondary coverage still repeats that figure. The current celestia-app parameter specification sets staking.UnbondingTime to 1,213,200 seconds — 337 hours, or roughly fourteen days and one hour, with the consensus evidence MaxAgeDuration matched to the same 337 hours. Note that UnbondingTime is listed as not changeable by governance in the spec, so this is a protocol-upgrade-level parameter rather than a proposal-level one.
During unbonding you earn nothing and your TIA is not transferable, but it can still be slashed for an offence committed while it was bonded. The way to move stake without waiting is redelegation: moving directly from one validator to another takes effect immediately, at the cost of that stake being locked from further redelegation until the redelegation period completes.
Slashing rules, with the actual numbers
Celestia is built on the Cosmos SDK and uses the x/slashing module. If a validator is slashed, every delegator bonded to it loses the same percentage of their delegated funds. Two conditions matter:
- Double signing.
SlashFractionDoubleSignis 0.02 (2%). The validator loses 2% of stake, is permanently removed from the validator set with no ability to unjail (tombstoned), and its delegators are pushed into the unbonding period before they can delegate elsewhere. - Downtime.
SlashFractionDowntimeis 0.00 (0%) — downtime does not confiscate stake on Celestia. Instead the validator is jailed forDowntimeJailDuration, currently one minute, during which it earns nothing; it must then submit an unjail transaction. Liveness is measured over aSignedBlocksWindowof 10,000 blocks withMinSignedPerWindowof 0.75, so a validator must sign at least 75% of the rolling window.
So the honest risk summary for a TIA delegator is: downtime costs you yield, double-signing costs you 2% of principal plus a forced unbonding.
Set size, minimum commission and reward mechanics
Two more parameters shape validator choice. staking.MaxValidators is 100, so only the top 100 by stake are in the active set — delegating to a validator outside it earns nothing. And staking.MinCommissionRate is 0.20 (20%): no validator may charge less than 20% commission. That flattens the commission dimension almost entirely and makes reliability, not price, the thing worth shopping for.
Rewards are funded by inflation, distributed per block pro-rata to bonded stake net of commission, and accrue as claimable rewards rather than compounding automatically. Realising and re-staking them takes two transactions and costs gas, so keep a small unbonded TIA balance for fees.
How to pick a Celestia validator
- Inside the top 100. Check the active set before delegating, and re-check occasionally: a validator that drops out stops paying you.
- Missed-block history and jail record. Repeated jailing is the clearest signal of weak infrastructure.
- Never tombstoned. A tombstoned key can never return; verify the operator you are looking at is the live one.
- Self-bond. Operators with meaningful self-delegation share your 2% double-sign downside.
- Not at the very top of the set. Spreading stake below the largest validators improves the network's fault tolerance without costing you yield, given the flat 20% commission floor.
Liquid staking on Celestia
MilkyWay issues milkTIA, an on-chain representation of a TIA staking position that auto-compounds rewards and can be used across DeFi without waiting out the unbonding period. Stride offers stTIA through the same reward-bearing model used across its Cosmos integrations. Both remove the 337-hour exit wait by letting you sell the receipt token instead, and both add smart-contract risk, a protocol fee, and exposure to the receipt token trading below fair value when liquidity is thin.
Risks and troubleshooting
- Rewards not increasing. Confirm your validator is in the top 100 and not jailed; both silently zero out your accrual.
- Unbonding takes longer than expected. Budget 337 hours from the transaction, not from when you decided.
- Cannot redelegate again. Stake that was just redelegated is locked from a further hop until the redelegation completes.
- Slashed by 2%. Your validator double-signed. The loss is realised; move remaining stake and treat the operator as permanently disqualified.
- Transaction fails on claim. You need liquid TIA for gas — staked TIA cannot pay fees.
FAQ
What APR can I earn staking TIA?
TIA rewards are inflation-funded and vary with the bonded ratio, so quote no fixed number. Two parameters bound what you keep: the minimum commission rate is 20%, and only the top 100 validators are in the active set. Compare gross APR against inflation on a current dashboard.
Is staking TIA taxable?
In most jurisdictions, yes — staking rewards are ordinary income at the moment of receipt. The US IRS confirmed this in Rev. Rul. 2023-14. Track every reward; tools like Koinly or CoinTracker handle most chains automatically.
What is slashing on Celestia?
Celestia uses the Cosmos SDK slashing module with two conditions. Double-signing slashes 2% of stake (SlashFractionDoubleSign = 0.02), tombstones the validator permanently and forces its delegators into unbonding. Downtime slashes nothing (SlashFractionDowntime = 0.00) but jails the validator for one minute; liveness is measured over a 10,000-block window in which at least 75% of blocks must be signed.
Native vs liquid staking — which is better?
Native staking offers full custody and governance rights but no liquidity during the unbonding period. Liquid staking (Lido for ETH, Marinade / Jito for SOL, etc.) gives you a tradable receipt token usable across DeFi but adds smart-contract risk and a small protocol fee.
Can I unstake TIA immediately?
No. Unbonding takes 337 hours — about 14 days and 1 hour — under the current celestia-app parameters, and no rewards accrue during it. Redelegating to a different validator is instant, and liquid-staking tokens such as milkTIA or stTIA can be sold on a DEX for a near-instant exit.
Sources
Every protocol parameter above is taken from official documentation or specifications. Staking parameters are changed by governance and protocol upgrades — verify against the live chain before committing size.
- celestia-app specification — network parameters
- Celestia Docs — Jailing and slashing
- Celestia Docs — Staking, governance & supply
- MilkyWay docs — milkTIA