> For the complete documentation index, see [llms.txt](https://docs.divaprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.divaprotocol.io/introduction/what-is-diva-protocol/how-it-works/settlement/timelines.md).

# Timelines

The following periods and timelines apply during the settlement process:

<table><thead><tr><th width="211.33477321814257">Period</th><th>Description</th><th>Period</th></tr></thead><tbody><tr><td>Submission period</td><td>Time window for the data provider to report the outcome</td><td><strong>7 days</strong> following pool expiration</td></tr><tr><td>Challenge period</td><td>Time window for position token holders to challenge a reported value (only applicable if the option to challenge was given by the data provider)</td><td><strong>3 days</strong> starting from the time of a final value submission by the data provider</td></tr><tr><td>Review period</td><td>Time window for the data provider to react to a challenge and report a new outcome</td><td><strong>5 days</strong> starting from the time of the first challenge</td></tr><tr><td>Fallback submission period</td><td>Time window for the fallback provider to report a value</td><td><strong>10 days</strong> starting from the expiration of the submission period</td></tr></tbody></table>

The timelines represent initial values and can be updated by the DIVA Protocol owner at a later stage with values ranging from a minimum of 1 day to a maximum of 15 days. Further, it's important to note that any changes made will exclusively impact new pools and will not have any effect on existing outstanding pools.

The settlement process is illustrated below and discussed in more detail in the following sections. Also, refer to the official [smart contract documentation](https://github.com/divaprotocol/diva-protocol-v1/blob/main/DOCUMENTATION.md#settlement-process) for more details.

<figure><img src="/files/5KFR2uWHCasTFJHpc19Z" alt=""><figcaption><p>DIVA Protocol's settlement process flow</p></figcaption></figure>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.divaprotocol.io/introduction/what-is-diva-protocol/how-it-works/settlement/timelines.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
