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

# Whitepapers

## Primary Whitepapers

These are the foundational documents detailing the core principles, mechanisms, and functionalities of BitFlow.

{% hint style="info" %}
There are no primary whitepapers available. Check back soon.
{% endhint %}

***

## Additional Whitepapers

These whitepapers pertain to supplementary features, services, or mechanisms that BitFlow has introduced or integrated over time.

### [sBTC Whitepaper](https://stx.is/sbtc-pdf)

This whitepaper outlines sBTC, a novel Bitcoin synthetic derivative featuring a decentralized two-way peg mechanism with Bitcoin, operating on the Stacks layer.

This whitepaper was released on December 13th, 2022.

### [Sovryn Whitepaper](https://wiki.sovryn.com/en/technical-documents/black-paper?_gl=1*12s3boi*_ga*MTM1MzMyODQ0My4xNjg2ODYyNjUz*_ga_JLNF5Q0CP9*MTY5MTcxOTA0Mi4xNS4wLjE2OTE3MTkwNDIuNjAuMC4w&_ga=2.188107616.930470751.1691703731-1353328443.1686862653)

This whitepaper provides an overview of Sovryn, a non-custodial and permissionless smart contract-based system for Bitcoin lending, borrowing and margin trading, operating on the Rootstock network.

This whitepaper was released on January 19th, 2021.

### [Stacks Nakamoto Whitepaper](https://gaia.blockstack.org/hub/1AxyPunHHAHiEffXWESKfbvmBpGQv138Fp/stacks.pdf)

This whitepaper outlines Stacks, an open-source platform designed to facilitate smart contracts, DeFi, NFTs, and apps on Bitcoin. It particularly highlights the forthcoming "Nakamoto" release, which is expected to introduce numerous improvements.

This whitepaper was released on December 13th, 2022.

### [Rootstock Whitepaper](https://docs.rsk.co/RSK_White_Paper-Overview.pdf)

This whitepaper provides an overview of Rootstock (RSK), a versatile smart contract platform fortified by the Bitcoin network. RSK operates as a merge-mined sidechain, seamlessly integrating with Bitcoin while preserving its security attributes.

This whitepaper was released on November 19th, 2015.


---

# 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.bitflow.finance/bitflow-documentation/resources/whitepapers.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.
