# Burve Docs

## Burve Docs

- [Welcome](https://docs.burve.fi/readme.md)
- [Quickstart](https://docs.burve.fi/getting-started/quickstart.md): Get earning in under a minute
- [Omni-Pool LP](https://docs.burve.fi/use-cases/editor.md)
- [Single Pair Stable LP](https://docs.burve.fi/use-cases/markdown.md)
- [LP Money Market](https://docs.burve.fi/use-cases/images-and-media.md): Coming in July 2025.
- [Omni-Pool High-Level Architecture](https://docs.burve.fi/technicals/omni-pool-high-level-architecture.md)
- [Omni-Pool Details](https://docs.burve.fi/technicals/omni-pool-details.md)
- [Closure](https://docs.burve.fi/technicals/omni-pool-details/closure.md)
- [Value Accounting](https://docs.burve.fi/technicals/omni-pool-details/value-accounting.md)
- [Vertex](https://docs.burve.fi/technicals/omni-pool-details/vertex.md)
- [Vault Proxy](https://docs.burve.fi/technicals/omni-pool-details/vertex/vault-proxy.md)
- [Reserve](https://docs.burve.fi/technicals/omni-pool-details/vertex/reserve.md)
- [Risks](https://docs.burve.fi/technicals/omni-pool-details/risks.md)
- [Single-Pool Architecture](https://docs.burve.fi/technicals/single-pool-architecture.md)
- [Risk Assessment](https://docs.burve.fi/technicals/risk-assessment.md)
- [🎪 Welcome to the Troupe](https://docs.burve.fi/community/welcome-to-the-troupe.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.burve.fi/readme.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.
