> 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/fast-settlement.md).

# Fast settlement

While giving position token holders the possibility to challenge the submitted final value increases the trust in correct settlement, long settlement periods can result in a bad user experience. Position token holders have to wait for at least 24h following expiration until they can withdraw their funds.&#x20;

This is not considered a problem in our view as service providers are expected to arise that will offer faster settlement in return for a small fee. In particular, the data providers themselves may step in to benefit from an additional revenue stream.&#x20;

{% hint style="success" %}
**Example:** Let’s assume the following two actors:&#x20;

* Karen has 1'000 long position token worth 1'000 DAI and wants fast settlement&#x20;
* Chad has 990 DAI and is willing to accept the settlement delay and the risk involved

Right after expiration date, Chad offers Karen to buy back her long position tokens for 990 DAI. If Karen accepts the offer, Chad will pay Karen 990 DAI in exchange for her long position tokens which he can then redeem for 1'000 at the end of the settlement period.&#x20;
{% endhint %}

We expect the fast settlement fees paid to compress over time making the procedure completely invisible to users eventually.


---

# 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/fast-settlement.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.
