# LiquidOps Docs

## LiquidOps Docs

- [Welcome to LiquidOps](https://docs.liquidops.io/readme.md)
- [Oracle](https://docs.liquidops.io/protocol/oracle.md)
- [Audits](https://docs.liquidops.io/security/audits.md)
- [LiquidOps JS](https://docs.liquidops.io/developers/liquidops-js.md)
- [Installation & quickstart](https://docs.liquidops.io/developers/liquidops-js/installation-and-quickstart.md)
- [Token data](https://docs.liquidops.io/developers/liquidops-js/token-data.md)
- [Utility functions](https://docs.liquidops.io/developers/liquidops-js/utility-functions.md)
- [oToken data functions](https://docs.liquidops.io/developers/liquidops-js/otoken-data-functions.md)
- [Protocol data functions](https://docs.liquidops.io/developers/liquidops-js/protocol-data-functions.md)
- [Lending](https://docs.liquidops.io/developers/liquidops-js/lending.md)
- [Borrowing](https://docs.liquidops.io/developers/liquidops-js/borrowing.md)
- [Liquidations](https://docs.liquidops.io/developers/liquidops-js/liquidations.md)
- [Retrieving transactions](https://docs.liquidops.io/developers/liquidops-js/retrieving-transactions.md)
- [How do Liquidations Work in Overcollateralized Lending Protocols?](https://docs.liquidops.io/how-to-use-liquidops/how-do-liquidations-work-in-overcollateralized-lending-protocols.md)
- [How does LiquidOps Enable Decentralized Leverage in the Arweave and AO Ecosystem?](https://docs.liquidops.io/how-to-use-liquidops/how-does-liquidops-enable-decentralized-leverage-in-the-arweave-and-ao-ecosystem.md)
- [How to Use LiquidOps: A Step-By-Step Guide](https://docs.liquidops.io/how-to-use-liquidops/how-to-use-liquidops-a-step-by-step-guide.md)
- [The Jump Rate Interest Model](https://docs.liquidops.io/protocol-mechanics/the-jump-rate-interest-model.md)
- [The LiquidOps Auction Model](https://docs.liquidops.io/protocol-mechanics/the-liquidops-auction-model.md)
- [The LiquidOps Fair Launch](https://docs.liquidops.io/protocol-mechanics/the-liquidops-fair-launch.md)
- [The LQD Token](https://docs.liquidops.io/protocol-mechanics/the-lqd-token.md)
- [Cross-Collateral Lending Protocols](https://docs.liquidops.io/cross-collateral-lending-protocols.md)
- [How are Lending Protocol Interest Rates Determined?](https://docs.liquidops.io/how-are-lending-protocol-interest-rates-determined.md)
- [Lending Pools vs. Peer-to-Peer Lending](https://docs.liquidops.io/lending-pools-vs.-peer-to-peer-lending.md)
- [Places to Earn Yield in the Arweave and AO Ecosystem](https://docs.liquidops.io/earning-strategies/places-to-earn-yield-in-the-arweave-and-ao-ecosystem.md)
- [Project Highlight: Arweave](https://docs.liquidops.io/project-highlights/project-highlight-arweave.md)
- [Project Highlight: AO](https://docs.liquidops.io/project-highlights/project-highlight-ao.md)
- [Project Highlight: Astro](https://docs.liquidops.io/project-highlights/project-highlight-astro.md)
- [Project Highlight: Botega](https://docs.liquidops.io/project-highlights/project-highlight-botega.md)
- [Project Highlight: Community Labs](https://docs.liquidops.io/project-highlights/project-highlight-community-labs.md)
- [Project Highlight: Perplex](https://docs.liquidops.io/project-highlights/project-highlight-perplex.md)
- [AO Fair Launch](https://docs.liquidops.io/the-ao-and-arweave-ecosystem/ao-fair-launch.md)
- [Understanding AO: Key Projects and Pre-Bridged Assets Overview](https://docs.liquidops.io/the-ao-and-arweave-ecosystem/understanding-ao-key-projects-and-pre-bridged-assets-overview.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.liquidops.io/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.
