# Deflationary Dynamics

FORE’s maximum supply is capped at 1,000,000,000 FORE, although the circulating supply will never come near that number. Via activity on the protocol, a portion of all FORE tokens utilized on the protocol are removed from circulation forever: these tokens cannot be recovered or recreated. As activity increases on the protocol, the total available supply to support that activity is proportionally declining, ultimately driving a supply shortage for the token.&#x20;

The deflationary nature of FORE token is directly proportional to activity on the protocol. FORE is removed from circulation primarily via two core functions:&#x20;

* **Market Participation:** 1% of the value of all markets are permanently removed from total supply (or burned). This ensures that greater activity on the protocol benefits all token holders: the decrease in supply increases the scarcity of FORE, thus increasing its demand.&#x20;
* **NFT Minting:** In order to mint an NFT, a user must “lock” an amount of 1,000 FORE. This amount is burned and removed from the circulating supply permanently. As such, every new NFT mint decreases the supply of FORE.

Through these methods, we are able to continuously reduce supply as protocol activity increases to drive a supply shortage for the token.&#x20;

<figure><img src="https://lh4.googleusercontent.com/Q8NY-olMKgcRXjfxzXYFXRMA5kXA8BNdDS65f6TSVPrxegFVWr41D04todg9r4A_PVDPrsXKRImiU5TCxmhD3cy62GMhxBwn_6lMXThuYF9tn2oH8x95LTajPbzONKMWOw4DPOe6dy4V_0vMlunr8NXdf2f3R9wEhk3G7zfuXsaHz5NpYfoW81byODJPnQ" alt=""><figcaption></figcaption></figure>


---

# 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/whitepaper/fore-tokenomics/deflationary-dynamics.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.
