# Security

- [Reya DEX REST API v2](https://docs.reya.xyz/technical-docs/reya-dex-rest-api-v2.md)
- [Specs](https://docs.reya.xyz/technical-docs/reya-dex-rest-api-v2/specs.md)
- [Reference Data](https://docs.reya.xyz/technical-docs/reya-dex-rest-api-v2/reference-data.md)
- [Market Data](https://docs.reya.xyz/technical-docs/reya-dex-rest-api-v2/market-data.md)
- [Wallet Data](https://docs.reya.xyz/technical-docs/reya-dex-rest-api-v2/wallet-data.md)
- [Order Entry](https://docs.reya.xyz/technical-docs/reya-dex-rest-api-v2/order-entry.md)
- [Models](https://docs.reya.xyz/technical-docs/reya-dex-rest-api-v2/models.md)
- [Rate Limits](https://docs.reya.xyz/technical-docs/reya-dex-rest-api-v2/rate-limits.md)
- [Signatures and Nonces](https://docs.reya.xyz/technical-docs/reya-dex-rest-api-v2/signatures-and-nonces.md)
- [Contract Functions](https://docs.reya.xyz/technical-docs/contract-functions.md): Documenting the key external functions of the Reya smart contracts.
- [Core](https://docs.reya.xyz/technical-docs/contract-functions/core.md): The margin engine contract which imposes margin requirements and coordinates liquidations, manages margin accounts and their collateral holdings
- [Passive Perp Instrument](https://docs.reya.xyz/technical-docs/contract-functions/passive-perp-instrument.md): This contract manages perpetual future markets, pricing of market orders executed against the passive pool, matching as well as keeping track of account exposures and PnLs in available markets
- [Passive Pool](https://docs.reya.xyz/technical-docs/contract-functions/passive-pool.md): Liquidity pool that acts as a counter-party for all trades on the Reya DEX.
- [Oracle Adapter](https://docs.reya.xyz/technical-docs/contract-functions/oracle-adapter.md): Receives and track the latest price updates given by a trusted off-chain source.
- [Contract Addresses](https://docs.reya.xyz/technical-docs/contract-addresses.md): The Reya contracts are deployed on Reya Network (mainnet) and Reya Cronos (testnet).
- [Smart Contract Withdrawals](https://docs.reya.xyz/technical-docs/smart-contract-withdrawals.md)
- [Audits](https://docs.reya.xyz/technical-docs/audits.md)


---

# Agent Instructions: 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:

```
GET https://docs.reya.xyz/technical-docs.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.
