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

# LINKS

BitcoinOS is the operating system capable of compiling any code and any VM to Bitcoin. Our breakthroughs in the use of ZK proofs allow us to embed any computation directly into Bitcoin transactions. Developers are using this to build everything from trustless bridges to true Bitcoin L2s, native private transactions, and fully programmable tokens on Bitcoin.

[Manifesto](https://www.bitcoinos.build/blog/bitcoinos-the-ultimate-upgrade-to-bitcoin)

[Website](<https://www.bitcoinos.build/ >)&#x20;

[Twitter/X](https://x.com/BTC_OS)

[Blog](https://www.bitcoinos.build/blog)&#x20;

[Official link to Our BitSNARK Verification on Bitcoin Mainnet](https://x.com/BTC_OS/status/1816180788938870815)

[Whitepaper](https://assets-global.website-files.com/661e3b1622f7c56970b07a4c/662a7a89ce097389c876db57_BitSNARK__Grail.pdf)

[Github repo for BitSNARK](https://github.com/bitsnark/bitsnark-lib)

[BitSNARK Open Source Announcement Post](https://www.bitcoinos.build/blog/bitcoinos-open-sourcing-the-bitsnark-verification-protocol)


---

# 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:

```
GET https://docs.bitcoinos.build/technical-documentation/links.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
