> 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/defi-applications-and-use-cases.md).

# DeFi Applications and Use Cases

StratoVM is designed to cater to the growing demand for decentralized finance applications on the Bitcoin network. By offering a scalable and secure solution StratoVM enables developers to build a wide range of DeFi dapps, including but not limited to:

* **Decentralized Exchanges (DEXs)**: StratoVM facilitates the development of decentralized exchanges for trading Bitcoin-based assets, including BTC, BRC-20 tokens, BRC-404 tokens, and more.
* **Lending and Borrowing Platforms**: Developers can build lending and borrowing platforms on StratoVM, allowing users to earn interest on their Bitcoin holdings or obtain loans collateralized by their assets.
* **Stablecoins**: StratoVM supports the creation of Bitcoin-based stablecoins, which can be used for various DeFi applications and as a medium of exchange with reduced volatility.
* **Margin Trading and Futures**: StratoVM enables the development of margin trading and futures platforms, allowing traders to leverage their positions and speculate on the future price movements of Bitcoin and other assets.
* **Decentralized Autonomous Organizations (DAOs)**: StratoVM's smart contract capabilities facilitate the creation of DAOs on the Bitcoin network, enabling decentralized governance and decision-making processes.
* **Non-Fungible Tokens (NFTs)**: While not the primary focus, StratoVM can also support the minting and trading of Bitcoin-based NFTs, catering to the growing digital collectibles market.


---

# 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/defi-applications-and-use-cases.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.
