> For the complete documentation index, see [llms.txt](https://docs.vigilan.market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vigilan.market/hedging/resolution-and-payouts.md).

# Resolution and Payouts

#### What is resolution?

Resolution determines the outcome of a market using its published rules. Those rules, rather than an AI alert or an individual user's loss, determine which shares are eligible for payout.

#### Read these fields before trading

<table data-header-hidden><thead><tr><th width="245.59765625"></th><th></th></tr></thead><tbody><tr><td>Field</td><td>What to check</td></tr><tr><td>Instrument</td><td>Exact asset, pair, venue, chain, or event</td></tr><tr><td>Trigger</td><td>Threshold, direction, and whether equality counts</td></tr><tr><td>Observation window</td><td>Start, end, time zone, and any relevant trading sessions</td></tr><tr><td>Measurement</td><td>Touch, close, average, cumulative duration, or another defined test</td></tr><tr><td>Source</td><td>Named price feed, exchange data, on-chain record, or official evidence</td></tr><tr><td>Exceptions</td><td>Missing data, outages, corrections, cancellations, and other edge cases</td></tr><tr><td>Finalization</td><td>How the result becomes final and when claims become available</td></tr></tbody></table>

#### How outcomes are determined

Price-based markets can use automated data processing from their specified sources. Event markets may require team review of evidence against the published criteria. The market page identifies the method that applies.

An observation window ending does not necessarily mean the result and payout are immediately available. Data publication, verification, review, or network conditions may affect finalization.

Do not assume a universal two-hour deadline or a standard on-chain challenge process for every market. Any formal dispute period must be explicitly described for the relevant market or resolution mechanism.

#### Requesting a review

If you believe a result conflicts with the published rules, contact the official support channel with the market link, the relevant rule, the disputed observation, and supporting evidence with timestamps.

A support review request does not itself reverse a finalized on-chain result. Review handling and possible remedies depend on the applicable process and market state.

#### Claiming a payout

After finalization, open Portfolio, locate an eligible position, and use Claim. Check the confirmed amount credited to your account.

For an ordinary binary result, winning shares redeem for 1 USDT each and losing shares redeem for zero. If a market supports a void or split outcome, follow its stated payout treatment. A 50/50 settlement, where explicitly applicable, pays 0.50 USDT per share on each side; it does not refund each holder's entry cost.

#### Timing and your underlying position

A hedge payout may arrive after a loss, margin call, or liquidation elsewhere. Holding outcome shares does not add collateral to another exchange or prevent that exchange from liquidating a position.


---

# 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.vigilan.market/hedging/resolution-and-payouts.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.
