# Market Config

In this part of the protocol, we record the values applied for each marketplace separately. They cannot be changed after the creation of a market.

The protocol administrator can change the config. After that, the new config will be applied to the new markets.

#### Market Config Values:&#x20;

Dispute Price - max 1000 Fore

Dispute Period - no limit&#x20;

Verification Period - no limit

Burn Fee - no limit\*

Foundation Fee - no limit\*

Revenue Fee - no limit\*

Market Owner Fee - no limit\*

Verification Fee - no limit\*

{% hint style="info" %}
\*Sum of all fees cant be greater than 5%
{% endhint %}


---

# 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/fore-protocol/documentation/config/market-config.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.
