# Market Phases

The lifecycle of each market is comprised of 5 phases:

**1). Creation Phase** *- market is brought into existence when a creator completes the market create form and submits the transaction to the blockchain. A mNFT object is received in return which can be used later to claim the market creator's reward.*

**2). Prediction phase** - players make predictions. Starts after the creation of a market and ends at the end time set by the creator of the market.&#x20;

**3). Verification phase** - *Analysts* verify the market. Starts at the time set by the creator of the market, ends after the `verificationPeriod` set in [Market Config](/documentation/developers/smart-contracts/marketconfig.md).&#x20;

**4). Dispute phase** - dispute creator can create the dispute. It starts immediately after the verification phase ends. It ends after the `disputePeriod` set in the [MarketConfig](/documentation/developers/smart-contracts/marketconfig.md) or when the dispute started.&#x20;

**5). Resolution phase** - resolving the dispute if exist, calculating, sending, and burning fees. Starts after the dispute phase. Ends after market closing or dispute resolving.&#x20;

*Once a market is closed and any related disputes are settled. This is the phase in which market participants can claim their respective rewards for their productive activity on the protocol.*


---

# 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.foreprotocol.io/documentation/protocol/market-phases.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.
