# Settlement Feed

* You have a stable connection to settlement feed.
* You automatically reconnect the to feed in case of disconnection. Appropriate revision is used.
* Tickets that are cashed out are processed accordingly.
* Refunded tickets are processed.
* Settlement changes for tickets are processed.
* Tickets can be manually resettled from the Odds88 side. Integration should handle new settlement results. Payout amount/odds can be changed for resettled tickets.
* Resettlement can result in negative balance, if a player has 0 on a balance and previously settled as a win ticket, is resettled as lost. It should be possible to have a negative balance.


---

# 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://docs.odds88.io/integration-process/test-cases/settlement-feed.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.
