> 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/tokens.md).

# Tokens

#### `$BW` — BEP-20 utility token of the protocol <a href="#usdthe-bep-20-utility-token-of-the-protocol" id="usdthe-bep-20-utility-token-of-the-protocol"></a>

`$BW`emissions currently have two key objectives:

* Reach and maintain adequate liquidity to facilitate optimal trading conditions — `$BW` are emitted as farming rewards to incentivize deep liquidity
* Encourage decentralized governance — `$BW` can be used to take part in the governance for continuous development of the platform. The long term goal is to achieve true decentralization.

#### `veBW` — ERC-721 governance token in the form of an NFT (non-fungible token) <a href="#vethe-erc-721-governance-token-in-the-form-of-an-nft-non-fungible-token" id="vethe-erc-721-governance-token-in-the-form-of-an-nft-non-fungible-token"></a>

`veBW` is the vote-escrowed version of `$BW`. Users can lock their `$BW` tokens for up to 2 years to get `veBW`. The longer the lock, the higher the amount of `veBW` voting power received.

<figure><img src="/files/6Fv0S64QjOwZGpDc4Qwf" alt=""><figcaption></figcaption></figure>

To encourage continuous locking and sustained participation from stakeholders, the `veBW` balance of users declines over time until it reaches zero at the conclusion of the initial locking period. `veBW` positions can be increased, split up and resold on a secondary market.

#### **`bwNFT` — ERC-721 founders' token in the form of an NFT (non-fungible token)** <a href="#thenft-erc-721-founders-token-in-the-form-of-an-nft-non-fungible-token" id="thenft-erc-721-founders-token-in-the-form-of-an-nft-non-fungible-token"></a>

`bwNFT` can be staked for revenue sharing. The staking pool receives a share of trading fees from Blockwise, as well as royalties from secondary sales of`bwNFT`.

#### Token Addresses <a href="#token-addresses" id="token-addresses"></a>

`$BW` [`0xB236b181590B15aE841976F036CFf64c9A1f8B9d`](#user-content-fn-1)[^1]

[^1]:


---

# 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/tokens.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.
