# Settlement

After purchase, a **STAY IN**  trader’s payout accrues continuously from $0 until termination at either an early breakout or at full term, with a max profit of 100%. A **BREAKOUT** trader’s position starts at the max 100% profit and decreases until the first breakout or expiration. **The payout is based on the fraction of time the asset's spot price remains within the price range until it terminates relative to the full term.** The protocol will automatically terminate and settle once the passage first breaks out of the range or the full term is reached.

All settlement payouts are in the asset used to purchase a passage. (e.g. if ETH was used to buy, ETH will be received in a claim).

Any settlements will sit within the user’s balance within the bracket smart contract. The balance can either be used to purchase another passage or can be withdrawn back to their wallet.<br>


---

# 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.bracket.fi/legacy-products/volatility-trading/settlement.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.
