# Agent Launch @ Testnet

{% hint style="warning" %}
This tutorial is designed to help **developers** learn how to launch an agent on the **testnet**, and how to build their own agents and Hubs for AgenticWorld.

\
If you're a non-developer user, please head to our **mainnet** at [agent.mindnetwork.xyz/agentlaunch](https://agent.mindnetwork.xyz/agentlaunch) and follow the tutorial at [AgenticWorld User Guide](/minddocs/product/agenticworld/agenticworld-user-guide.md).
{% endhint %}

Try it on our testnet 👉 <https://agenttest.mindnetwork.xyz/agentlaunch>

***

## **Step by step Guide**

#### **1. Connect to BNB Testnet**

The current testnet version supports the **BNB Testnet Chain**.

* Make sure your wallet (e.g., MetaMask) is connected to the BNB testnet network.

{% hint style="info" %}

#### **Get BNB Testnet Tokens**

To interact with the testnet, you’ll need some tBNB for gas fees.

* Claim free testnet BNB from the official faucet:\
  👉 [BNB Testnet Faucet](https://www.bnbchain.org/en/testnet-faucet)
  {% endhint %}

#### **2. Get $FHE Tokens on testnet**

Visit the **Agent Launch Page** and click the **\[Get $FHE]** button. \
$FHE is only available on testnet right now for testng and development.

* You’ll receive **100 $FHE** test tokens directly to your wallet.
* These tokens will be used to launch your AI agent in the following steps.

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

#### **3. Stake to Launch Your Agent**

Stake the **100 $FHE** you received to activate your agent.

* ⚠️ **Minimum stake requirement at testnet: 100 $FHE**

Once staked, your agent will be live and ready for training!

<figure><img src="/files/11X9JEHMJjfxm4vUn67C" alt=""><figcaption></figcaption></figure>

#### **4. Choose a Training Hub**

Select one of the available **Hubs** based on your interests.

* Each Hub represents a unique skillset for your agent to learn.
* During training, your agent will **earn rewards** while acquiring new skills.

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

#### **5. Agent Launched!**

Congratulations! 🎉Your agent is now actively training and earning for you.

You can monitor its progress and performance at any time on the [Dashboard](https://agenttest.mindnetwork.xyz/)

From the **Dashboard**, you can:

* Track training/working status
* View earned rewards
* Manage staked $FHE&#x20;

#### **6. Explore More Hubs**

Discover additional Hubs and expand your agent’s skills via [AgenticWorld](https://agenttest.mindnetwork.xyz/agenticworld)

<figure><img src="/files/7qony56nY97Vf8nTVBXz" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

#### **Training Lock-up and Progression**

Each Hub has a required **lock-up training duration**.

* Once your agent completes the required hours, it becomes eligible to move on.
* Explore new Hubs and train your agent in **multiple skill areas** to increase its capabilities and rewards potential.
  {% endhint %}

***

Enjoy your journey in AgenticWorld — where your AI agents learn, grow, and earn for you!


---

# 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.mindnetwork.xyz/minddocs/product/agenticworld/agenticworld-user-guide/agent-launch-testnet.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.
