# DAO/Oracle

When a request is sent to the protocol, watchers will have a time window of 4000 blocks to place a vote, then after that, 4000 blocks to reveal their vote. If the request is an approval, another time window of 4000 blocks will be used for watchers set votes against each other if necessary. After this, the request ticket can be finalized.

There are currently 4 types of request tickets\
\- Job approvals (there is only 1 type of job and that is hard coded into the current U.I.)\
\- DAO Configuration ( for configuring DAO internals; number of seats, time window, etc)\
\- Betting Market Approvals\
\- Betting Market Resolutions


---

# 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://obelus.gitbook.io/obelus-dao/dao-oracle.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.
