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

# Summary

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

StratoVM is a modular Bitcoin L2 blockchain optimized specifically for DeFi applications on Bitcoin. By bringing smart contract capabilities to Bitcoin StratoVM enables developers to build a wide range of decentralized applications.

One of the primary challenges faced by Bitcoin is its relatively slow block time of 10 minutes, which can hinder the performance and user experience of DeFi applications. StratoVM addresses this issue by implementing a scalable and high-throughput solution.&#x20;

### Stay Connected:

* [**Visit Our Website**](https://stratovm.io/)
* [**Follow us on X** ](https://twitter.com/StratoVM_)
* [**Join the Discord**](https://discord.gg/StratoVM)
* [**Get Notified in Telegram Announcements**](https://t.me/StratoVMAnnouncements)
* [**Explore StratoVM Community Hub**](https://x.com/StratoVMHub)
* [**Access StratoVM Dashboard**](https://dashboard.stratovm.io/)
* [**Explore on Galxe**](https://app.galxe.com/quest/X8QrV4cqcjYssXZ2EpS6va/GCjPmtdYNa)
* [**Claim StratoVM Testnet NFT**](https://nftclaim.stratovm.io/)<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.stratovm.io/stratovm/summary.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.
