# Ojo

## Ojo

- [Ojo Network](https://docs.ojolabs.xyz/ojo-network.md)
- [Pendle Risk Engine](https://docs.ojolabs.xyz/integration-guides/pendle-risk-engine.md)
- [Yield Risk Engine V1 & V2](https://docs.ojolabs.xyz/integration-guides/yield-risk-engine-v1-and-v2.md)
- [ERC-4626 Vault Adapter](https://docs.ojolabs.xyz/integration-guides/erc-4626-vault-adapter.md)
- [Audits](https://docs.ojolabs.xyz/contracts/audits.md)
- [Contract Addresses](https://docs.ojolabs.xyz/contracts/contract-addresses.md)
- [Pendle Risk Engine](https://docs.ojolabs.xyz/contracts/contract-addresses/pendle-risk-engine.md)
- [Yield Risk Engine](https://docs.ojolabs.xyz/contracts/contract-addresses/yield-risk-engine.md)
- [Yield Risk Engine V2](https://docs.ojolabs.xyz/contracts/contract-addresses/yield-risk-engine-v2.md)
- [ERC-4626 Vault Adapter](https://docs.ojolabs.xyz/contracts/contract-addresses/erc-4626-vault-adapter.md)
- [Example Markets](https://docs.ojolabs.xyz/contracts/example-markets.md)
- [Agamotto](https://docs.ojolabs.xyz/networks/agamotto.md): Agamotto is Ojo's first price feed supplying network, which uses the popular price feeder designed by our team and a network of node operators to bring price feeds to the EVM.
- [Turbine](https://docs.ojolabs.xyz/markets/turbine.md)
- [Fees & Gas](https://docs.ojolabs.xyz/markets/fees-and-gas.md)
- [Architecture](https://docs.ojolabs.xyz/markets/architecture.md)
- [API](https://docs.ojolabs.xyz/markets/api.md)
- [Authentication](https://docs.ojolabs.xyz/markets/api/authentication.md)
- [Gasless Relayer](https://docs.ojolabs.xyz/markets/api/gasless-relayer.md)
- [Markets](https://docs.ojolabs.xyz/markets/api/markets.md)
- [Orderbook](https://docs.ojolabs.xyz/markets/api/orderbook.md)
- [Orders](https://docs.ojolabs.xyz/markets/api/orders.md)
- [Positions](https://docs.ojolabs.xyz/markets/api/positions.md)
- [Quick Markets](https://docs.ojolabs.xyz/markets/api/quick-markets.md)
- [Resolution](https://docs.ojolabs.xyz/markets/api/resolution.md)
- [Trades](https://docs.ojolabs.xyz/markets/api/trades.md)
- [Websocket](https://docs.ojolabs.xyz/markets/api/websocket.md)
- [Endpoints](https://docs.ojolabs.xyz/markets/api/endpoints.md)
- [Python SDK](https://docs.ojolabs.xyz/markets/api/python-sdk.md)
- [Getting Started](https://docs.ojolabs.xyz/markets/api/python-sdk/getting-started.md)
- [Websocket](https://docs.ojolabs.xyz/markets/api/python-sdk/websocket.md)
- [Client Reference](https://docs.ojolabs.xyz/markets/api/python-sdk/client-reference.md)
- [Types](https://docs.ojolabs.xyz/markets/api/python-sdk/types.md)
- [Programmatic Trading](https://docs.ojolabs.xyz/markets/api/programmatic-trading.md)
- [Market Data](https://docs.ojolabs.xyz/markets/api/programmatic-trading/market-data.md)
- [Creating Orders](https://docs.ojolabs.xyz/markets/api/programmatic-trading/creating-orders.md)
- [Claiming Winnings](https://docs.ojolabs.xyz/markets/api/programmatic-trading/claiming-winnings.md)
- [Build a Trading Bot](https://docs.ojolabs.xyz/markets/api/programmatic-trading/build-a-trading-bot.md)
- [Contract Addresses](https://docs.ojolabs.xyz/markets/contract-addresses.md)
- [Security Scans](https://docs.ojolabs.xyz/markets/security-scans.md)
- [Octane Security Review](https://docs.ojolabs.xyz/markets/security-scans/octane-security-review.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.ojolabs.xyz/ojo-network.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.
