# Deploy a Token

Deploy your own ERC-20 token via CoinMechanic.&#x20;

* [https://coinmechanic.io](https://coinmechanic.io/)

**If you already have a token you'd like to use, you can skip this step.**

This could be a social token, community token, governance token... or anything else you could imagine.&#x20;

{% hint style="info" %}
**You could also use any existing ERC-20 token** (such as $ENS, $RARI, or $USDC) for your realm.

Check your local jurisdiction's securities law before you get too crazy.
{% endhint %}

#### Deploy

Select **Build Token** from the CoinMechanic site, setup your token however you wish:

![Token Builder UI](/files/x0xSpWRo9AUiSFso6QPC)

Once your token has been deployed, you can easily add it to your MetaMask. The initial supply will have been minted to your wallet:

![Token deployed screen](/files/7pqhAEyQ6VupLGPtHhEA)

{% hint style="info" %}
**Notice the Contract address for your token** -- this is needed later when you configure your HyperVIBES realm.
{% 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.hypervibes.xyz/guides/getting-started/deploy-a-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.
