> For the complete documentation index, see [llms.txt](https://docs.stacks.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stacks.co/pox-5/overview.md).

# Overview

Bitcoin earns nothing sitting still, and most ways to put it to work mean giving up custody. PoX-5 is the Stacks upgrade that enables Bitcoin Staking: BTC-denominated yield on bitcoin that never leaves your own keys, paid out of the revenue miners already spend competing for Stacks blocks. These docs cover how it works and how to build against it, including the [PoX-5](/pox-5/glossary.md#pox-pox-4-pox-5-pox-6) managed [bootstrap](/pox-5/glossary.md#bootstrap-phase-pox-5) phase of [Bitcoin Staking](/pox-5/glossary.md#bitcoin-staking): who participates, how implementation paths line up, and technical surfaces on the contract side.

{% hint style="info" %}
Note: This documentation is in the process of being carefully merged into existing documentation (replacing PoX-4, etc.) throughout August 2026. It is presented as a standalone section for users, builders, and partners while that deeper integration across existing resources is completed.
{% endhint %}

## Sections

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-book-open" style="color:$primary;">:book-open:</i></h3></td><td><strong>Concepts</strong></td><td><a href="/pages/i7QfZfhmDZR9u2ryGtAY">/pages/i7QfZfhmDZR9u2ryGtAY</a></td></tr><tr><td><h3><i class="fa-users" style="color:$primary;">:users:</i></h3></td><td><strong>Actors</strong></td><td><a href="/pages/m2BOeqroSF8eL1EiEBEz">/pages/m2BOeqroSF8eL1EiEBEz</a></td></tr><tr><td><h3><i class="fa-code" style="color:$primary;">:code:</i></h3></td><td><strong>Development</strong></td><td><a href="/pages/HBd0ouzhYxMyHXL3Kj0O">/pages/HBd0ouzhYxMyHXL3Kj0O</a></td></tr><tr><td><h3><i class="fa-book" style="color:$primary;">:book:</i></h3></td><td><strong>Glossary</strong></td><td><a href="/pages/XYtJsWnGgGaMSlBRXzAc">/pages/XYtJsWnGgGaMSlBRXzAc</a></td></tr></tbody></table>


---

# 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.stacks.co/pox-5/overview.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.
