> For the complete documentation index, see [llms.txt](https://blockwise-1.gitbook.io/blockwise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blockwise-1.gitbook.io/blockwise/tokenomics/launch-timeline.md).

# Launch Timeline

On Blockwise, periods are separated into weekly epochs. During each timeframe, emissions are voted through a [gauge voting system](/blockwise/blockwise-overview.md). In order to guarantee a flawless launch and incentivize the best behaviors from inception, the protocols' features will be implemented over the first three epochs.

New launch timeline with the upgraded system

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

#### EPOCH 0 - 15th of May <a href="#epoch-0-5th-of-january" id="epoch-0-5th-of-january"></a>

* Launch of Blockwise
* Users claim their `veBW`/`$BW` airdrop on Blockwise
* Protocols receive their `veBW` initial allocation
* `veBW` holders vote for the first time (Vote #1)
* No emissions, no bribes deposited

#### EPOCH 1 - 20th of May <a href="#epoch-1-12th-of-january" id="epoch-1-12th-of-january"></a>

* `$BW` emissions kick-off according to EPOCH 0 gauge weight vote results
* Protocols start submitting bribes
* `$BW`/`$BNB` pool seeded
* Vote #2

#### EPOCH 2 - 30th of May <a href="#epoch-2-19th-of-january" id="epoch-2-19th-of-january"></a>

* Fees generated during EPOCH 0 can be claimed by `veBW` voters
* First weekly `veBW` distribution (rebase)
* Vote #3

#### EPOCH 3 - 10th of  June <a href="#epoch-3-26th-of-january" id="epoch-3-26th-of-january"></a>

* Bribes deposited during EPOCH 1 can be claimed by `veBW` voters
* Fees generated during EPOCH 1 can be claimed by `veBW` voters
* Second weekly `veBW` distribution (rebase)


---

# 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://blockwise-1.gitbook.io/blockwise/tokenomics/launch-timeline.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.
