> For the complete documentation index, see [llms.txt](https://docs.botto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botto.com/details/token-distribution/vesting.md).

# Team & Vesting

20% of total supply was allocated to the Botto team and vested linearly over 2 years from 08/10/2021 (DD/MM/YYYY) (the token launch date) to 08/10/2023 (DD/MM/YYYY).

### **Gnosis Multi-Sig**

* Address: 0xAF1E1c2EB21e4B977517BC651A7046C723B49809&#x20;
* Keys held by different team members, and their key security has been reviewed and assessed&#x20;
* Requires 3 out of 6 keys

### Vesting Schedule

The vesting wallet will have outbound transfers at the end of each calendar month to pay team members.

Monthly payment = 20,000,000/24 = 833,333.33 $BOTTO

{% hint style="info" %}
The first disbursement was on January 31st, 2022 and retroactively covered October, November, December, and January inclusively. Disbursements will be monthly thereafter.
{% endhint %}

The first month of team tokens was planned to have an instant unlock with the intention of providing liquidity. This was postponed and no tokens were unlocked.

Liquidity was provided through a small series of OTC deals post-launch, documented in the Treasury section. This was done to ensure the token was liquid enough on Uniswap to support initial demand.

{% hint style="info" %}
At launch the vesting schedule was 1 year, but was extended to 2 years (with the same total allocation) in November 2021 to further align with the protocol's objectives.
{% endhint %}


---

# 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://docs.botto.com/details/token-distribution/vesting.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.
