Launch Offer: 15% OFF with code LAUNCH15
Guide

How to Stake
TAO

Step-by-step tutorial for beginners. Compare all staking methods, choose a validator, and start earning rewards.

Published Feb 28, 2026  ·  Stakao  ·  8 min read

Quick Quiz

Question 1 / 3

What is your experience with TAO staking?

What is TAO staking?

TAO is the native token of Bittensor, a decentralized AI network built on Substrate. When you stake TAO, you delegate it to a validator on a subnet. The validator evaluates AI outputs produced by miners using Yuma Consensus and earns emissions — newly minted TAO distributed proportionally back to delegators.

Bittensor uses Yuma Consensus — not traditional Proof-of-Stake. But TAO staking is non-custodial and liquid. You delegate without transferring ownership. Emissions accrue every block (~12 seconds). See our deeper Bittensor staking guide for a full explanation of subnets and dTAO.

Before you start

  • Get TAOBuy TAO on Binance, Coinbase, Kraken, or MEXC. The protocol minimum for on-chain staking is 0.1 TAO. For Stakao automated staking, plan for at least 0.5 TAO (platform minimum) plus a gas buffer.
  • Choose a walletFor on-chain staking: use the official Bittensor wallet or Talisman (both support Bittensor natively). For exchange staking: no wallet needed.
  • Keep a gas bufferAlways keep 0.1–0.5 TAO unstaked for transaction fees. Do not stake 100% of your balance.
  • Unstaking is fastOn Bittensor there is no unbonding period — you can unstake and get your TAO back quickly at any time.
01

Choose a validator

A validator is a hotkey address on a specific subnet. Choosing the right validator is the single biggest lever on your yield. Key factors:

  • -Take rate (commission)The network maximum (and default) is 18%. Most competitive validators set lower — 5–12% is common. Lower take = more rewards for you.
  • -Validator rankHigher-ranked validators earn more emissions. Rank is determined by Yuma Consensus scoring.
  • -Total stakeVery large validators may face diminishing returns near their effective cap.
  • -Uptime & reliabilityValidators that go offline lose rank. Check community forums and on-chain history.
  • -Subnet coverageA validator operating on multiple subnets gives you exposure to dTAO yield opportunities.

Monitoring all these factors manually across dozens of subnets is complex. Stakao's automated strategies handle validator selection and daily rebalancing using quantitative scoring — so you never have to watch the network yourself. See pricing — there is a free plan.

02

Prepare your wallet

If you already have TAO on an exchange and plan to stake there, skip this step. For on-chain staking, set up your Bittensor wallet:

01

Install your wallet

Use the official Bittensor wallet (bittensor.com/wallet) or Talisman (talisman.xyz), which natively supports Bittensor. Create a new account and back up your seed phrase offline — never share it.

02

Get your ss58 address

In your wallet, copy your Bittensor address (ss58 format). This is the address where you receive TAO and from which you stake.

03

Transfer TAO from exchange

Withdraw TAO from Binance, Coinbase, Kraken, or MEXC to your wallet address. Make sure to send at least 0.5 TAO if you plan to use Stakao. Wait for on-chain confirmation (~12 seconds per block).

04

Verify your balance

Use taostats.io to look up your address and confirm your TAO arrived on-chain before proceeding.

03

Stake your TAO

There are three ways to stake TAO. Choose the method that matches your experience level.

Method 1

Stakao — Automated staking

Recommended

Stakao handles validator selection, subnet allocation, and daily rebalancing automatically. You grant a proxy permission on-chain (staking only, no transfers) — the AI agent does the rest.

01

Connect your wallet

Install the Bittensor wallet or Talisman and connect at app.stakao.com. Your private keys never leave your device — Stakao is fully non-custodial.

02

Verify wallet ownership

Sign a one-time off-chain message to prove ownership. No transaction or fee at this stage.

03

Choose a strategy

Pick a pre-built strategy (conservative, balanced, or aggressive) or customize your subnet and validator allocations.

04

Grant a staking proxy & activate

Sign the staking proxy on-chain to activate your strategy. Stakao can stake and unstake on your behalf — it cannot transfer your TAO.

05

Monitor your position

The dashboard shows your staked balance, daily emissions, subnet allocations, and full rebalancing history in real time. Withdraw at any time.

  • + Non-custodial — you retain full ownership of your TAO
  • + Daily automated rebalancing across validators and subnets
  • + No percentage-of-yield fee — flat subscription pricing
  • + Quantitative strategy engine (momentum scoring + technical indicators)
Method 2

Exchange staking (Easiest)

Some centralized exchanges (e.g., MEXC) offer TAO staking directly. You stake from within your exchange account — no wallet setup, no transactions to sign.

  • + No wallet or technical knowledge required
  • + Simple UI, same as any exchange product
  • - Custodial — the exchange controls your TAO
  • - Higher fees, less validator choice, less yield transparency
  • - Counterparty risk (exchange insolvency)

Best for: complete beginners who want to try TAO staking with the smallest possible friction.

Method 3

BTCLI (Advanced)

The Bittensor CLI (btcli) is the official command-line tool. It gives you full access to every staking operation.

Install

pip install bittensor-cli
btcli --version

Stake TAO to a validator on a subnet

btcli stake add \
  --wallet.name my-wallet \
  --netuid 1 \
  --amount 10
  • + Full control over every parameter
  • + Scriptable — automate with shell scripts
  • - Requires Python environment and CLI comfort
  • - No automated rebalancing — manual monitoring needed

Best for: developers and power users who want full CLI control and plan to script their own monitoring.

04

Monitor your rewards

After staking, your TAO balance grows with each block. Here's how to track it:

  • taostats.ioOn-chain explorer for Bittensor. Look up your address to see staked balance, validator assignments, and accrued emissions.
  • Stakao dashboardThe real-time dashboard shows your staked TAO, daily emissions, subnet allocation, and full rebalancing history. Available on all plans.
  • BTCLIRun btcli stake show --wallet.name my-wallet to inspect your current stake positions directly from the terminal.

Validator ranks shift as network conditions change — moving stake from underperforming validators to higher-ranked ones compounds yield over time. With Stakao strategies, rebalancing happens automatically every day. You can also track everything from the Stakao dashboard.

Unstaking TAO

Unlike many PoS networks, Bittensor has no unbonding period — you can unstake at any time and your TAO is returned quickly. Key points:

  • -No lock-upThere is no unbonding or waiting period on Bittensor. Unstaking is processed on-chain and your TAO becomes available quickly.
  • -Partial unstakingYou can unstake a portion of your TAO while keeping the rest staked. No need to exit your position entirely.
  • -No penaltyBittensor has no slashing mechanism. You always receive the full amount of your staked TAO back.
  • -Stakao makes it seamlessIf you staked via Stakao, you can trigger unstaking directly from the dashboard — no CLI or manual extrinsic needed.
FAQ

Common
Questions