Documentation

Understanding Tokens

Beginner Guide

A complete guide to crypto tokens for people new to the space. Learn about wallets, addresses, FET, BNB, and how to use MetaMask.

What You'll Learn

What tokens are and how they work
Understanding blockchains and networks
How FET works on BNB Smart Chain
TFET and tBNB explained
Wallet addresses and private keys
Setting up MetaMask
Adding networks and tokens
Sending and receiving tokens

What Are Tokens?

Think of tokens like digital coins that exist on a blockchain (a shared, public ledger).

TermWhat It Means
TokenA digital asset on a blockchain (like digital money or points)
WalletSoftware that holds your tokens (like a digital bank account)
AddressYour unique identifier for receiving tokens (like an account number)
Private KeyYour secret password that controls your wallet (NEVER share this)
TransactionMoving tokens from one address to another
Gas FeeA small fee paid to process transactions (paid in the network's native token)

Understanding Blockchains

A blockchain is like a shared spreadsheet that thousands of computers maintain together. No single person controls it, and once something is written, it can't be changed.

Different blockchains are like different countries — each has its own currency, rules, and infrastructure:

BlockchainNative TokenKnown For
EthereumETHThe original smart contract platform
BNB Smart ChainBNBFaster and cheaper than Ethereum
Fetch.ai NetworkFETAI agent infrastructure
BitcoinBTCThe original cryptocurrency
Networks vs Tokens
  • Network/Blockchain = The infrastructure (like the postal system)
  • Token = The asset that moves on that infrastructure (like letters and packages)

Some tokens (like FET) exist on MULTIPLE networks. Same token, different "postal systems."

How FET Works on BNB Smart Chain

This is the key concept that confuses most beginners: FET exists on multiple blockchains.

NetworkToken VersionUse Case
Fetch.ai NetworkNative FETAgent-to-agent payments, staking
BNB Smart ChainFET (BEP-20)Trading, DeFi, AgentLaunch
EthereumFET (ERC-20)Trading, DeFi

Why AgentLaunch Uses BSC

Low fees

Transactions cost fractions of a cent (vs $5-50 on Ethereum)

Fast

3-second block times (vs 12+ seconds on Ethereum)

Wide adoption

Easy to trade on PancakeSwap and other DEXs

MetaMask compatible

Uses the same wallet as Ethereum

The Two-Token System

On BSC, you need two tokens to do anything:

BNB
Gas Token

Like gasoline for your car. You need it to do anything on the network.

FET
Value Token

The currency used in the Fetch.ai/AgentLaunch ecosystem.

TFET and tBNB Explained

We use two tokens on the BSC Testnet for testing:

tBNB (Test BNB)

  • What: Native token of BSC Testnet
  • For: Paying gas fees (transaction costs)
  • Value: None (play money for testing)
  • Mainnet: BNB (real value)

TFET (Test FET)

  • What: Test version of the FET token
  • For: Deploying agents, trading tokens
  • Value: None (play money for testing)
  • Mainnet: FET (real value)
Why Two Tokens?

tBNB = Pays for transaction processing (like postage stamps)
TFET = Used in the AgentLaunch platform (the actual money you're sending)

You need BOTH: tBNB to pay the "postage" and TFET to do things on AgentLaunch.

Understanding Wallet Addresses

A wallet address is like a bank account number, but public and permanent.

Example address:

0x742d35Cc6634C0532925a3b844Bc9e7595f8dE21
  • Always starts with 0x
  • 42 characters total
  • Mix of numbers (0-9) and letters (a-f, A-F)
Address vs Private Key

Address

  • Share it freely
  • Like your email address
  • If stolen: Nothing happens

Private Key

  • NEVER share
  • Like your password
  • If stolen: You lose everything

Setting Up MetaMask

MetaMask is the most popular browser wallet. Follow these steps to get started:

01

Install MetaMask

Go to metamask.io, click Download, choose your browser (Chrome, Firefox, Edge, or Brave), and add the extension.

02

Create a Wallet

Click the MetaMask icon, click 'Create a Wallet', and set a password. CRITICAL: Write down your 12-word Secret Recovery Phrase on paper and store it safely.

03

Find Your Address

Click the MetaMask icon. Your address is shown at the top (starts with 0x). Click it to copy the full address.

Download MetaMask

Adding BSC Network to MetaMask

By default, MetaMask only shows Ethereum. Add BNB Smart Chain using ChainList:

01

Open ChainList

Go to chainlist.org with MetaMask unlocked.

02

Enable Testnets

Check the 'Include Testnets' checkbox at the top of the page.

03

Add BSC Testnet

Search for 'BSC Testnet' or '97', find 'BNB Smart Chain Testnet', click 'Add to MetaMask', and approve.

Manual Network Details

FieldBSC TestnetBSC Mainnet
Network NameBNB Smart Chain TestnetBNB Smart Chain
RPC URLhttps://data-seed-prebsc-1-s1.binance.org:8545/https://bsc-dataseed.binance.org/
Chain ID9756
CurrencytBNBBNB
Explorertestnet.bscscan.combscscan.com

Adding TFET Token to MetaMask

MetaMask won't show your TFET balance until you add the token:

01

Switch to BSC Testnet

Make sure you're on the BSC Testnet network in MetaMask.

02

Import Token

Click 'Import tokens' at the bottom of the asset list.

03

Enter Contract Address

Paste the TFET contract address. Token Symbol and Decimals should auto-fill.

TFET Contract Address (Testnet):

FET Contract Address (Mainnet):

Common Questions

Why is my balance showing 0?

Wrong network (check you're on BSC Testnet), token not added (import TFET contract), or transaction still pending.

What's the difference between testnet and mainnet?

Testnet uses free play money (TFET, tBNB) for testing. Mainnet uses real tokens (FET, BNB) with real value.

Can I convert testnet tokens to real money?

No. Testnet tokens have no value and cannot be exchanged for mainnet tokens or real money.

I sent to the wrong address!

Unfortunately, blockchain transactions are irreversible. Always double-check addresses and send small test amounts first.

Do I need FET on the Fetch.ai network too?

For AgentLaunch: No. Everything happens on BSC. Agents on Agentverse have their own wallets handled by the platform.