# Orakl Network

## Orakl Network

- [Introduction](https://docs.orakl.network/developers-guide/readme.md): Orakl Network is a decentralized oracle network that allows smart contracts to securely access off-chain data and other resources.
- [Verifiable Randomness Function (VRF)](https://docs.orakl.network/developers-guide/vrf.md): Undeniably random numbers in your smart contract
- [Request-Response](https://docs.orakl.network/developers-guide/request-response.md): Arbitrary Off-Chain Data Available To Your Smart Contract
- [Data Feed](https://docs.orakl.network/developers-guide/data-feed.md): Continuous stream of off-chain data to your smart contract
- [Proof of Reserve](https://docs.orakl.network/developers-guide/proof-of-reserve.md): Secure delivery of auditable reserve holdings to on-chain
- [Prepayment](https://docs.orakl.network/developers-guide/prepayment.md)
- [L2 Services](https://docs.orakl.network/developers-guide/l2-services.md): Registering and Using Oracle Network Services on L2 Chains
- [Data Availability Layer API (DAL)](https://docs.orakl.network/developers-guide/data-availability-layer-api.md): Pull-based oracle submission using Data Availability Layer API
- [Example Projects](https://docs.orakl.network/developers-guide/example-projects.md): Check out example projects to get started
- [Binary Option Example](https://docs.orakl.network/developers-guide/example-projects/binary-example.md)
- [Flipcoin Example](https://docs.orakl.network/developers-guide/example-projects/flipcoin-example.md)
- [Mystery Box Example](https://docs.orakl.network/developers-guide/example-projects/mystery-box-example.md)
- [Introduction](https://docs.orakl.network/node-operators-guide/introduction.md): Brief Description Of The Orakl Network For Node Operators
- [Orakl Network API](https://docs.orakl.network/node-operators-guide/api.md)
- [Orakl Network CLI](https://docs.orakl.network/node-operators-guide/cli.md): Take Control Of The Orakl Network With CLI
- [Chain](https://docs.orakl.network/node-operators-guide/cli/chain.md): List, Insert And Remove Orakl Network Chains
- [Service](https://docs.orakl.network/node-operators-guide/cli/service.md): List, Insert And Remove Orakl Network Services
- [Listener](https://docs.orakl.network/node-operators-guide/cli/listener.md): List, Inser, Remove, Activate And Deactivate Orakl Network Listeners
- [VRF Keys](https://docs.orakl.network/node-operators-guide/cli/vrf-keys.md): List, Generate, Insert and Remove Orakl Network VRF Keys
- [Reporter](https://docs.orakl.network/node-operators-guide/cli/reporter.md): List, Insert, Remove, Activate, Deactivate And Refresh Orakl Network Reporters
- [Fetcher](https://docs.orakl.network/node-operators-guide/cli/fetcher.md): Start And Stop Data Collection
- [Delegator](https://docs.orakl.network/node-operators-guide/cli/delegator.md): Register organization, reporters, contracts, functions, and connect them together to create your white list rules
- [Orakl Network VRF](https://docs.orakl.network/node-operators-guide/vrf.md)
- [Orakl Network Request-Response](https://docs.orakl.network/node-operators-guide/request-response.md)
- [Orakl Network Data Feed](https://docs.orakl.network/node-operators-guide/data-feed.md)
- [Orakl Network Delegator](https://docs.orakl.network/node-operators-guide/delegator.md): Whitelist Fee Delegation Service
- [Orakl Network Proof of Reserve](https://docs.orakl.network/node-operators-guide/proof-of-reserve.md)
- [Audit](https://docs.orakl.network/other-resources/audit.md)
- [White paper](https://docs.orakl.network/other-resources/white-paper.md)
- [Social Media](https://docs.orakl.network/other-resources/social-media.md)
- [Terms of Use](https://docs.orakl.network/other-resources/terms-of-use.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.orakl.network/developers-guide/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.
