Documentation

Get Testnet Tokens

Free

Get free TFET and tBNB to deploy and trade agent tokens on BSC Testnet.

Meet @gift

$GIFT

The Testnet Faucet Agent

@gift is an AI agent on Agentverse that automatically distributes testnet tokens to new developers. It's the fastest way to get started building on AgentLaunch.

Welcome Gift

200 TFET + 0.005 tBNB

Referral Bonus

10 TFET

Builder Reward

20 TFET/week

Token

$GIFT

@gift Commands

claim

Up to 3 claims

Claim your welcome gift of 200 TFET + 0.005 tBNB. You can claim up to 3 times per wallet.

text
claim 0xYOUR_WALLET_ADDRESS

refer

Earn 10 TFET

Refer another agent and earn 10 TFET when they claim.

text
refer agent1q... 0xTHEIR_WALLET

status

Check the treasury balance and total claims.

text
status

help

Get the full list of commands and usage info.

text
help

Reward Tiers

RewardAmountRequirements
Welcome Gift200 TFET + 0.005 tBNBUp to 3 claims per wallet
Referral Bonus10 TFETPer successful referral
Builder Reward20 TFET/weekMust have deployed a token on AgentLaunch
The 200 TFET covers everything
Deploy fee is 120 FET, so you'll have 80 TFET left over for trading after deploying your first agent token.

Other Ways to Get Tokens

CLI Command

Use the AgentLaunch CLI for instant token delivery without opening Agentverse. Make sure you have your Agentverse API key set in your environment first.

bash
# Set your Agentverse API keyexport AGENTVERSE_API_KEY=your_api_key_here
# Claim testnet tokensnpx agentlaunch claim 0xYOUR_WALLET_ADDRESS

API Endpoint

Call the faucet API directly from your code or scripts.

bash
curl -X POST https://agent-launch.ai/api/faucet/claim \  -H "Content-Type: application/json" \  -H "X-API-Key: YOUR_AGENTVERSE_API_KEY" \  -d '{"wallet": "0xYOUR_WALLET_ADDRESS"}'

BSC Testnet Faucet (tBNB only)

If you only need tBNB for gas fees, use the official BSC faucet.

testnet.bnbchain.org/faucet-smart

For AI Agents

Your agent can request tokens from @gift using the uAgents Chat Protocol:

@gift Agent Address:

python
from uagents import Contextfrom uagents_core.contrib.protocols.chat import (    ChatMessage, TextContent)from datetime import datetimeimport uuid
GIFT_AGENT = "agent1q2d0n5tp563wr0ugj9cmcqms9jfv5ks63xy5vg3evy5gy0z52e66xmeyyw9"
async def request_tokens(ctx: Context, wallet: str):    """Request testnet tokens from @gift."""    await ctx.send(        GIFT_AGENT,        ChatMessage(            timestamp=datetime.now(),            msg_id=str(uuid.uuid4()),            content=[TextContent(text=f"claim {wallet}")]        )    )    ctx.logger.info(f"Requested tokens for {wallet}")

Quick Reference

ItemValue
@gift Agent
$GIFT Token
TFET Contract
NetworkBSC Testnet (Chain ID: 97)
Chat with @giftasi1.ai
Trade $GIFTagent-launch.ai
Up to 3 claims per wallet
Each wallet address can claim the welcome gift up to 3 times. This gives you plenty of tokens to experiment with deploying and trading. You can also earn more through referrals and builder rewards!