# VIBES Token

**VIBES** is not a currency nor representation of financial value. It is not a reserve-backed token. It is an experimental digital asset.

{% hint style="danger" %}
Like all tech, products, and programs in VIBES, this token is an experiment.&#x20;

**Proceed at your own risk.**
{% endhint %}

## Utility

Currently, the only utility of the **VIBES** token is curation. NFTs are curated into the VIBES network when they are infused with **VIBES**.

{% content-ref url="/pages/-MiqihP0RCSavc\_oS7oq" %}
[Curation](/protocol/curation.md)
{% endcontent-ref %}

## Token Specification

**VIBES** is a standard ERC-20 token, which is a fungible token standard compatible with nearly every Ethereum/Polygon software and hardware wallet. The token parameters are as follows:

* **Token address**: `0xd269af9008C674B3814b4830771453D6a30616eb` ([polygonscan](https://polygonscan.com/token/0xd269af9008c674b3814b4830771453d6a30616eb))
* **ERC-20 name:** VIBES
* **ERC-20 symbol**: VIBES
* **ERC-20 decimals**: 18

The token has no pausing functionality but there is an active minter role being held by the [VIBES multisig](/protocol/governance.md#vibes-multisig). This may be revoked in the future.

Token holders may burn their tokens, which transfers to the zero-address and decreases the `totalSupply` reported by the token contract.

The token contract is verified on [polygonscan](https://polygonscan.com/token/0xd269af9008c674b3814b4830771453d6a30616eb).

{% content-ref url="/pages/-MdnwfFOerPq29fWHVxV" %}
[⚙️ Architecture](/resources/architecture.md)
{% endcontent-ref %}

## Circulating Supply and Current Allocations

The initially minted supply for **VIBES** was 1,000,000,000 (1 billion).

Funds have been allocated and distributed incrementally with unallocated funds held by the [VIBES multisig](/protocol/governance.md#vibes-multisig).

Total circulating supply is currently far less that the 1 billion minted (see the [Protocol Info](https://www.sickvibes.xyz/protocol) page on [sickvibes.xyz](https://www.sickvibes.xyz/))

{% content-ref url="/pages/-MeQiuT6guwuoJNkeORH" %}
[Treasury Allocations](/protocol/vibes-token/treasury-allocations.md)
{% endcontent-ref %}


---

# 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.sickvibes.xyz/protocol/vibes-token.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.
