> For the complete documentation index, see [llms.txt](https://docs.hermetica.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hermetica.fi/hbtc/how-it-works/yield/staking.md).

# Staking

Stacks Dual Stacking allows participants to earn **Bitcoin-denominated rewards** through **Proof-of-Transfer (PoX)**, the consensus mechanism that secures the Stacks network. Bitcoin committed to Dual Stacking accrues BTC rewards, which may be enhanced by holding STX or by deploying BTC within the Stacks DeFi ecosystem.

{% hint style="success" %}
hBTC qualifies for the **maximum 10x Dual Stacking reward tier** by deploying into DeFi.
{% endhint %}

Proof-of-Transfer rewards have been active since 2021, with **over 3,740 BTC distributed** to participants since inception.

<figure><img src="/files/9XGv3pKN4kBaxTssHF6o" alt=""><figcaption></figcaption></figure>

Dual Stacking rewards are distributed to the vault contracts on a bi-weekly basis and are smoothed into the vault’s daily NAV through prorated accounting (1/14 per day). All sBTC rewards are redeployed into active DeFi strategies and automatically compounded.

Historically, base Dual Stacking rewards have ranged between 0.3%–0.5% APY. By qualifying for the maximum 10x Dual Stacking tier, hBTC benefits from an enhanced reward rate, historically equivalent to approximately **3%–5% APY**.

{% hint style="info" %}
*For additional details, see the* [*Stacks Dual Stacking documentation*](https://docs.stacks.co/learn/dual-stacking)*.*
{% endhint %}

{% hint style="info" %}
*Note: Past performance is not indicative of future results.*
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hermetica.fi/hbtc/how-it-works/yield/staking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
