# Token Distribution

### GOA Distribution

<figure><img src="/files/5wBhH3xKn7VWhxtUiEmk" alt=""><figcaption><p>GOA Distribution graph</p></figcaption></figure>

* 180,000 GOA to the Treasury, without any lock. Will be used to cover protocol expenses.
* 120,000 GOA to the Team, with 3 cliff unlocks of 40,000 GOA every 6 months. Last unlock being 18 months after launch.
* 400,000 GOA distributed as farming rewards to early users, see the distribution of GOA to each farm below.
* 300,000 GOA to the DAO that will linearly unlock for 1 year, starting when the initial farms end. These tokens can be used as protocol incentives, reward community contributors, or... 🪂.

{% hint style="info" %}
The lock of team's and DAO's tokens started December 28th 2023 at 4:53 PM UTC. Check the lock transaction [here](https://etherscan.io/tx/0x9263778846a11a29712a54c7e1240c47579281d6dab2718bd1402306bcacb10b).
{% endhint %}

### GOA distribution on initial farms

GOA Tokens will be distributed to the following farms. The farming phase will last 8 weeks and rewards will halve each week `(604800 seconds).`

#### Farm weights

| Farm | Weight | GOA  |
| ---- | ------ | ---- |
| WBTC | 40%    | 160K |
| WETH | 30%    | 120K |
| ARB  | 20%    | 80K  |
| LINK | 10%    | 40K  |

#### GOA per week

| Farm  | Week 1 | Week 2 | Week 3 | Week 4 | Week 5 | Week 6 | Week 7 | Week 8 | Total |
| ----- | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ------ | ----- |
| WBTC  | 80314  | 40156  | 20078  | 10039  | 5020   | 2510   | 1255   | 628    | 160K  |
| WETH  | 60236  | 30118  | 15059  | 7529   | 3765   | 1882   | 941    | 470    | 120K  |
| ARB   | 40156  | 20078  | 10039  | 5020   | 2510   | 1255   | 628    | 314    | 80K   |
| LINK  | 20078  | 10039  | 5020   | 2510   | 1255   | 628    | 314    | 156    | 40K   |
| Total | -      | -      | -      | -      | -      | -      | -      | -      | 400K  |

{% hint style="info" %}
The farms started on December 28th, 2023, at 20:52 PM UTC. The farms will last until February 22nd, 2024.
{% 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.goat.fi/the-goat-ecosystem/goa-token/token-distribution.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.
