> For the complete documentation index, see [llms.txt](https://docs.bvm.technology/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bvm.technology/about-bvm/development-infrastructure-for-bitcoin.md).

# Development infrastructure for Bitcoin

<figure><img src="/files/qPum4UsSUIfjdLNMYy7E" alt=""><figcaption></figcaption></figure>

Bear with us—our docs are a bit behind. We’re heads down in code right now, but we’ll get these pages up to speed as soon as possible. Thanks for your patience!

### Build on Bitcoin with BVM <a href="#build-on-bitcoin-with-bvm" id="build-on-bitcoin-with-bvm"></a>

BVM is Bitcoin's most comprehensive development infrastructure, offering over 30 fully featured services for building on Bitcoin — from scaling technologies like Bitcoin rollups and Data Availability layers to emerging technologies such as Bitcoin metaprotocols and GPU-accelerated VM.

Welcome to the future of Bitcoin

### The widest and deepest suite of products on Bitcoin <a href="#the-widest-and-deepest-suite-of-products-on-bitcoin" id="the-widest-and-deepest-suite-of-products-on-bitcoin"></a>

BVM also has the widest and deepest functionality within those services, so you can choose the right tool for the job and get the best cost and performance.

For example, BVM offers the widest variety of Data Availability solutions on Bitcoin — including Celestia, Filecoin, Near DA, Avail DA, Eigen DA, and Bitcoin DA itself.

BVM also offers the deepest rollup solutions on Bitcoin — including ZK, Optimistic, and Sovereign rollups.

This all makes it easier, faster, and cheaper for builders to migrate their existing dapps from Ethereum and Solana to Bitcoin and build nearly anything they can imagine on Bitcoin.

### Fastest pace of innovation <a href="#fastest-pace-of-innovation" id="fastest-pace-of-innovation"></a>

With BVM, you can experiment and innovate quickly using the latest technologies. We are continually accelerating our pace of innovation to invent entirely new technologies for building on Bitcoin.

For example, in Feb 2023, BVM pioneered smart contracts on Bitcoin with the launch of Trustless Computer, which lets developers deploy Solidity smart contracts on Bitcoin.

In June 2023, BVM brought rollups to Bitcoin, empowering builders to launch their own Bitcoin L2s with just a few clicks.

Since then, BVM has been innovating and adding many more products to Bitcoin, such as Bitcoin Heartbeats, BVM Bitcoin Studio, and GPU-accelerated VMs.


---

# 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.bvm.technology/about-bvm/development-infrastructure-for-bitcoin.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.
