# Fetch Oracle

## Fetch Oracle

- [Welcome to Fetch](https://docs.fetchoracle.com/welcome-to-fetch.md): Your guide to using Fetch Oracle.
- [What Problem Does Fetch Solve?](https://docs.fetchoracle.com/the-basics/what-problem-does-fetch-solve.md): Learn how Fetch Oracle benefits PulseChain users and projects.
- [What Can You Do With Fetch?](https://docs.fetchoracle.com/the-basics/what-can-you-do-with-fetch.md): Discover the different ways you can use Fetch Oracle.
- [The FETCH Token](https://docs.fetchoracle.com/the-basics/the-fetch-token.md): Find everything you need to know about FETCH.
- [Staking](https://docs.fetchoracle.com/the-basics/staking.md): Learn how to earn easy yield with Fetch Oracle.
- [Contracts Overview](https://docs.fetchoracle.com/the-basics/contracts-overview.md): An overview of the different contracts that work together to create Fetch Oracle.
- [Contract Addresses](https://docs.fetchoracle.com/the-basics/contract-addresses.md): View Fetch Oracle's contract addresses.
- [Contributing](https://docs.fetchoracle.com/the-basics/contributing.md): This page describes how to setup a local environment to contribute updates to Tellliot or DVM.
- [Audits](https://docs.fetchoracle.com/the-basics/audits.md)
- [How to Report Data](https://docs.fetchoracle.com/reporting-data/how-to-report-data.md): Everything you need to know about submitting informaiton.
- [Requirements](https://docs.fetchoracle.com/reporting-data/requirements.md): Understand the requirements for reporting data.
- [(Optional) Using Cloud Hosting](https://docs.fetchoracle.com/reporting-data/requirements/optional-using-cloud-hosting.md): While you're free to host your reporter on your own, cloud hosting makes it easy to have 24/7 uptime.
- [Installing Telliot](https://docs.fetchoracle.com/reporting-data/installing-telliot.md): How to install the Reporter (Telliot) and a Disputable Values Monitor (DVM) .
- [Adding Accounts](https://docs.fetchoracle.com/reporting-data/installing-telliot/adding-accounts.md): Adding your first account after installing Telliot
- [MAC Virtual Machine with UTM](https://docs.fetchoracle.com/reporting-data/installing-telliot/mac-virtual-machine-with-utm.md): Quick tutorial to set up a Ubuntu virtual machine to run Telliot seamlessly
- [Reporting With Telliot](https://docs.fetchoracle.com/reporting-data/reporting-with-telliot.md): Learn how to automatically report data using the command line tool.
- [Reporting Options](https://docs.fetchoracle.com/reporting-data/reporting-with-telliot/reporting-options.md): Options to report or manage your reporter with Telliot
- [Discord Notifications](https://docs.fetchoracle.com/reporting-data/reporting-with-telliot/discord-notifications.md): Trigger notifications for Telliot, for example, when submitting a report or having your stake amount reduced (which may mean you got disputed).
- [Gas Fees](https://docs.fetchoracle.com/reporting-data/gas-fees.md): Telliot has flags you can use to manipulate the Gas values used in the transactions
- [Add support for a new spot price](https://docs.fetchoracle.com/reporting-data/add-support-for-a-new-spot-price.md): This page outlines the steps to add support for reporting a new spot price to your Telliot reporter.
- [Tipping](https://docs.fetchoracle.com/getting-data/tipping.md): Reward reporters for providing the data you need.
- [Receiving Data From Fetch](https://docs.fetchoracle.com/getting-data/receiving-data-from-fetch.md): This page is about consuming data from Fetch Oracle in your own smart contract.
- [Solidity](https://docs.fetchoracle.com/getting-data/solidity.md): Learn how to set up solidity integration with Fetch Oracle.
- [User Checklists](https://docs.fetchoracle.com/getting-data/user-checklists.md): Make sure you'e ready to handle live data with Fetch Oracle.
- [Testnet](https://docs.fetchoracle.com/getting-data/testnet.md): Using Fetch Oracle on the PulseChain testnet.
- [Creating a Query](https://docs.fetchoracle.com/getting-data/creating-a-query.md): Tell the ecosystem what data you're seeking.
- [Voting](https://docs.fetchoracle.com/votes-and-disputes/voting.md): How to vote for, or against, a dispute.
- [Disputing](https://docs.fetchoracle.com/votes-and-disputes/disputing.md): Learn about disputing data.
- [Introduction to DVM](https://docs.fetchoracle.com/votes-and-disputes/introduction-to-dvm.md): Monitoring and disputing values in Fetch Oracle.
- [Installing DVM](https://docs.fetchoracle.com/votes-and-disputes/introduction-to-dvm/installing-dvm.md): How to install, configue, and run a DVM
- [Monitoring](https://docs.fetchoracle.com/votes-and-disputes/introduction-to-dvm/monitoring.md): Options to monitor on chain reports and extra features
- [Claim Tip Script ENV Config](https://docs.fetchoracle.com/optional-configs/claim-tip-script-env-config.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.fetchoracle.com/welcome-to-fetch.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.
