# The Resolution Process

To review, the resolution process can be seen below:

<figure><img src="/files/IC0h3luY8LP9RvUosPKZ" alt=""><figcaption></figcaption></figure>

In terms of timing, here's how long each step of the resolution process typically takes:

<figure><img src="/files/5mXqDyvOgOskXIt03DXn" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once the final outcome is confirmed, the market resolves automatically.&#x20;
{% endhint %}

### The Second Proposal

After a proposal is disputed, it can be proposed again. If it is proposed again, the second proposal follows the same process and timeline as the first.

<figure><img src="/files/DpVHJ88Wuif8z0sbC2Fs" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Second proposals are often submitted only after something has changed since the first proposal. Otherwise, they would be challenged for the same reason as before.
{% endhint %}

#### If the Second Proposal Goes Unchallenged

If the second proposal goes unchallenged, and nothing has changed between the two proposals, then the vote for the first proposal will automatically match the second proposal's outcome.

<figure><img src="/files/iYXqSf9C7vukMLzLePZp" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
It is possible that the first proposal was too early while the second proposal was on time. In that case, the second proposal will have resolved the market, while the dispute vote will determine that the first proposal was too early.
{% endhint %}

#### If the Second Proposal Is Challenged

If the second proposal is challenged, it will also undergo its own discussion and separate vote. If nothing changed between the two proposals, both votes will likely reach the same conclusion.&#x20;

<figure><img src="/files/oHRQbQPUQNiHq5rQzf18" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The second proposal does not always resolve the market. If the qualifying event has not occurred, the market will remain unresolved. Once the market has resolved, all ongoing or future votes do not affect its outcome.
{% endhint %}

#### Summary

For a market to resolve, a proposal must be submitted and accepted. Once submitted, it has two hours to be challenged. If unchallenged, the market resolves automatically. If challenged, it undergoes a vote, and the vote determines how the market resolves.&#x20;

After a proposal is disputed, it can be proposed again. The second proposal follows the same process as the first. If nothing changed between the first and second proposals, both will likely have the same vote outcome. If the event occurred since the first proposal, the second proposal can resolve the market, while the first proposal still completes its own vote based on the earlier state of information.&#x20;


---

# 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://polymarketguide.gitbook.io/polymarketguide/resolution/the-resolution-process.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.
