# Glossary

**Token** - quantitative unit of a crypto asset, usually ERC20 or ERC721 tokens.

**vNFT** - Analyst NFT

**mNFT** - Creator NFT

**Prediction Market / FORE Market / Market** - a two-sided pool of Fore tokens

**Market Type** - determines the logic of predictions and distribution of rewards

**Market side** - one of the sides of the market pool

**Market size** - the amount of tokens(sum) on the two sides of the market

**Prediction side size** - the amount of tokens on one side of the market

**Prediction** - contribution of tokens to the selected side of the market

**Power of vNFT** - the amount of tokens voted in vNFT

**Power of validation** - part of the vNFT power used for validation

**The power of full validation of a side** - the power necessary for the full validation of one of the sides

**Insufficient power** - insufficient power to verify one of the sides

**The power of validation of a side** - the power of validation of one of the sides of the market

**Validation pool** - a two-sided pool of validation powers of the sides

**Validation** - vNFT contribution to increasing the validation power of one of the sides

**Completion of validation**- completing insufficient power for one of the sides

**Dispute** - a request sent to HighGuard to verify the accuracy of the result of the validation of the market

**Closing of the market** - records the result and the start of the reward phase.

**Dispute resolution** - decision making and market closure executed by HighGuard

**IPFS** - [InterPlanetary File System](https://en.wikipedia.org/wiki/InterPlanetary_File_System)


---

# 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/glossary.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.
