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

# Platform

- [Protocol](https://lavarage.gitbook.io/lavarage/platform/protocol.md)
- [Price Oracle](https://lavarage.gitbook.io/lavarage/platform/protocol/price-oracle.md): Price Oracles: enhancing the integrity of our platform
- [Trading](https://lavarage.gitbook.io/lavarage/platform/trading.md): Know your limits, degen within it!
- [Liquidity](https://lavarage.gitbook.io/lavarage/platform/liquidity.md)
- [Staking](https://lavarage.gitbook.io/lavarage/platform/liquidity/staking.md)
- [Lending](https://lavarage.gitbook.io/lavarage/platform/liquidity/lending.md)
- [Fees & Interest](https://lavarage.gitbook.io/lavarage/platform/fees-and-interest.md)
- [Notifications](https://lavarage.gitbook.io/lavarage/platform/notifications.md)
- [Lavarage API](https://lavarage.gitbook.io/lavarage/platform/lavarage-api.md): Your brand. Your Community. Your Rules.
- [LavaOS Documentation](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation.md)
- [Offers v2](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/offers-v2.md)
- [Offers Match](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/offers-match.md)
- [Positions Viewer](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/positions-viewer.md)
- [Position Actions](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/position-actions.md)
- [Position Open](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/position-actions/position-open.md)
- [Position Sell](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/position-actions/position-sell.md)
- [Position Partial Sell](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/position-actions/position-partial-sell.md)
- [Position Repay](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/position-actions/position-repay.md)
- [Position Partial Repay](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/position-actions/position-partial-repay.md)
- [Position Split](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/position-actions/position-split.md)
- [Take Profit](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/position-actions/take-profit.md)
- [Lending](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/lending.md)
- [Manage Offers](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/lending/manage-offers.md)
- [Offer Create & Update](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/lending/manage-offers/offer-create-and-update.md)
- [Update LTV](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/lending/manage-offers/update-ltv.md)
- [Offers View](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/lending/manage-offers/offers-view.md)
- [Manage Pool](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/lending/manage-pool.md)
- [Pool Deposit](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/lending/manage-pool/pool-deposit.md)
- [Pool Withdraw](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/lending/manage-pool/pool-withdraw.md)
- [Balance Check](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/lending/manage-pool/balance-check.md)
- [Manage Positions](https://lavarage.gitbook.io/lavarage/platform/lavarage-api/lavaos-documentation/lending/manage-positions.md)
- [FAQs](https://lavarage.gitbook.io/lavarage/platform/faqs.md): Frequently Asked Questions
- [Glossary](https://lavarage.gitbook.io/lavarage/platform/faqs/glossary.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 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://lavarage.gitbook.io/lavarage/platform.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.
