> ## Documentation Index
> Fetch the complete documentation index at: https://yieldxyz.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Bittensor TAO Staking

> How TAO staking works on Bittensor via Yield.xyz

Bittensor TAO staking with subnet validator delegation.

***

## What this yield is

* **Asset**: TAO (native Bittensor token)
* **Mechanism**: Delegate TAO to subnet validators
* **Rewards**: Mining and validation rewards
* **Unbonding**: Network-specific timing

***

## Available yields

Query the catalog for current Bittensor staking opportunities:

```bash theme={null}
curl --request GET \
  --url 'https://api.yield.xyz/v1/yields?network=bittensor' \
  --header 'accept: application/json' \
  --header 'x-api-key: <API_KEY>'
```

<Info>
  Schemas and required arguments come from yield metadata.
</Info>

***

## Integration model

<Steps>
  <Step title="Fetch yield metadata">
    Get validator options and mechanics.
  </Step>

  <Step title="Request action">
    Call enter/exit/manage.
  </Step>

  <Step title="Sign & submit">
    Execute ordered transactions.
  </Step>

  <Step title="Track balances">
    Monitor position lifecycle.
  </Step>
</Steps>

***

## See also

<CardGroup cols={2}>
  <Card title="Non-EVM Overview" icon="globe" href="/documentation/coverage/supported-yields/staking/non-evm/index">
    All non-EVM staking
  </Card>
</CardGroup>
