# Getting Started

Welcome to **HyperVIBES**.&#x20;

This step-by-step guide will walk you through using the HyperVIBES protocol on the **Goerli Test Network**:

* 🦊 Get your browser setup with a web3 wallet (<https://metamask.io/>)
* 🚰 Request some test tokens on the Goerli network (<https://faucet.paradigm.xyz/>)
* 🤑 Deploy your own ERC-20 token (<https://coinmechanic.io/>)&#x20;
* 🎨 Deploy a custom ERC-721 NFT contract (<https://wemint.art/>)&#x20;
* 🛸 Create a HyperVIBES realm (<https://app.hypervibes.xyz>)
* 🌈 **Infuse your NFTs**&#x20;

{% hint style="info" %}
You might have done some of these steps already. That's cool! This guide covers every point in the process so you can jump in and out where it makes senes.&#x20;

**HyperVIBES is all about experimentation.**&#x20;
{% endhint %}

{% content-ref url="/pages/UnKuaHNAsnc0WRGk3Gwm" %}
[Use Cases](/use-cases.md)
{% endcontent-ref %}

### Overview

**HyperVIBES** is a public and trustless protocol for infusing tokens inside of any NFT.&#x20;

Infused tokens can be mined and claimed by the NFT owner over time.

{% content-ref url="/pages/TCxTEGrA9urOECSFa8b3" %}
[Overview](/overview.md)
{% endcontent-ref %}

Today, you're going to launch your own personal ERC-20 token and NFT contract using community-authored tools that are 100% free. Then, you're going to use the HyperVIBES protocol to create your own realm and infuse your NFTs with your token.

{% hint style="info" %}
**This walkthrough will be done on an Ethereum test network**, it won't cost any real money.

These same steps can be taken on any mainnet blockchain as well when you're ready to launch your project.
{% endhint %}

### Steps

{% content-ref url="/pages/8ZUeRcHzTGDGDn0bZSSH" %}
[Setup Your Wallet](/guides/getting-started/setup-your-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/CamEr3bkzasu8Rh8gSYt" %}
[Drip Some Funds](/guides/getting-started/drip-some-funds.md)
{% endcontent-ref %}

{% content-ref url="/pages/rIwLKKYtCOw7viXpxhQP" %}
[Deploy a Token](/guides/getting-started/deploy-a-token.md)
{% endcontent-ref %}

{% content-ref url="/pages/xg3gszmSuqYSQsyHHnVz" %}
[Deploy an NFT Contract](/guides/getting-started/deploy-an-nft-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/NoHJjoa05a5mMQ5CZinZ" %}
[Create Your Realm](/guides/getting-started/create-your-realm.md)
{% endcontent-ref %}

{% content-ref url="/pages/0BdAW1owazLuILF3JW4N" %}
[Infuse Your NFTs](/guides/getting-started/infuse-your-nfts.md)
{% endcontent-ref %}

{% content-ref url="/pages/J9JpY5RYYM9NeBzgeKpk" %}
[Claim Tokens](/guides/getting-started/claim-tokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/TrZcme1902noNb7yeOlh" %}
[Share Your Realm](/guides/getting-started/share-your-realm.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.hypervibes.xyz/guides/getting-started.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.
