> For the complete documentation index, see [llms.txt](https://docs.bits.financial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bits.financial/protocol-overview/liquid-staking-for-btc.md).

# Liquid Staking for BTC

Bits is a liquid staking protocol tailored for Bitcoin (BTC) and compatible wrapped BTC tokens, such as wBTC. It harnesses the Core Network's Dual Staking feature, which pairs BTC with CORE tokens to generate staking rewards, while requiring users to contribute only the BTC component. This innovative approach allows Bitcoin holders to actively participate in network staking and yield generation directly in BTC, without the need to lock up or transfer their assets to external networks in a way that compromises security or liquidity.

The protocol operates on a Lido-style staking model, where daily rebasing ensures that the value of staked tokens remains aligned with the underlying BTC. Rewards accrued from staking are used to purchase additional BTC, which are then distributed proportionally as BITS tokens to all holders. Upon withdrawal, users can redeem their BITS for an increased amount of BTC, reflecting the earned yield. This mechanism preserves the upside potential of holding BTC, as the token maintains a consistent peg to BTC, enabling users to earn passive income without forgoing price appreciation.

A key advantage of Bits is its risk profile: BTC staked within the Core Dual Staking system is not subject to slashing penalties, unlike many other staking protocols. This makes Bits an optimal choice for BTC holders seeking secure, high-yield opportunities while maintaining full control and liquidity over their assets.

<br>


---

# 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.bits.financial/protocol-overview/liquid-staking-for-btc.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.
