> For the complete documentation index, see [llms.txt](https://whitepaper.gfal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.gfal.com/information-on-the-issuance-of-usdgfal/token-distribution.md).

# Token Distribution

### Token Retention Periods (Lock-up)  <a href="#id-2z432bgx0h5q" id="id-2z432bgx0h5q"></a>

In order to improve the usability and distribution of tokens in the market, **Games for a Living** made the transferability of the tokens that do not correspond to the Private Offering and the Public Offering impossible during certain periods.&#x20;

<figure><img src="/files/4E5XSSfAbGursroK5fsN" alt=""><figcaption></figcaption></figure>

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

The Issuer, **Games for a Living**, commited to issuing no more than 10 billion $GFAL tokens, whose distribution was configured as follows (remaining subject to future changes):<br>

<table><thead><tr><th width="137">Category</th><th width="100">Token supply</th><th width="98">% of Total Supply</th><th width="82">Lock-up</th><th width="89">Vesting</th><th width="107">% Unlock at Public Listing</th><th>Average Monthly % Unlock</th></tr></thead><tbody><tr><td>Private Sale</td><td>1,500 M</td><td>15%</td><td>3</td><td>12</td><td>0%</td><td>8.33%</td></tr><tr><td>Public Sale</td><td>200 M</td><td>2%</td><td>0</td><td>2</td><td>33.33%</td><td>33.33%</td></tr><tr><td>Liquidity</td><td>1,000 M</td><td>10%</td><td>0</td><td>12</td><td>24%</td><td>6.33%</td></tr><tr><td>Team</td><td>1,800 M</td><td>18%</td><td>12</td><td>108</td><td>0%</td><td>0.93%</td></tr><tr><td>Advisors</td><td>200 M</td><td>2%</td><td>12</td><td>24</td><td>0%</td><td>4.17%</td></tr><tr><td>Developers</td><td>500 M</td><td>5%</td><td>3</td><td>45</td><td>0%</td><td>2.22%</td></tr><tr><td>Foundation</td><td>1,500 M</td><td>15%</td><td>12</td><td>48</td><td>0%</td><td>2.08%</td></tr><tr><td>Reserve</td><td>1,000 M</td><td>10%</td><td>18</td><td>48</td><td>0%</td><td>2.08%</td></tr><tr><td>Marketing</td><td>750 M</td><td>7.5%</td><td>0</td><td>24</td><td>4%</td><td>4%</td></tr><tr><td>KOLs</td><td>50 M</td><td>0.5%</td><td>0</td><td>6</td><td>15%</td><td>14.17%</td></tr><tr><td>In-Game</td><td>1,500 M</td><td>15%</td><td>0</td><td>60</td><td>3%</td><td>1.62%</td></tr></tbody></table>

**The audit of the vestings's smart contracts is the following:**

{% embed url="<https://github.com/gamesforaliving/web3-contracts-bundle/raw/main/contracts/vestings/VestingBasic_Audit_Report.pdf>" %}

***Disclaimer**: It is important for the success of the project token’s launch and future performance that there is sufficient liquidity in the market. Therefore, the liquidity bucket was not locked in a smart contract to ensure that the team can adjust the liquidity available in the market depending on the demands that are seen. This extra liquidity was added at the team’s discretion and will be coming out of the wallet that contains our tokens allocated for liquidity. The address for this token can be found at the following* [*link*](https://bscscan.com/address/0x498633BE6669Dfc5E0C4C05dA1Eb8f50fe253ca1)*.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.gfal.com/information-on-the-issuance-of-usdgfal/token-distribution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
