Prerequisites
Before you begin, make sure you have:- A Gigabrain account
- A Telegram account
- USDC for funding the agent’s wallets (optional, you can set up the agent first and fund later)
Create your SuperAgent
Create a Telegram bot
Your SuperAgent needs its own Telegram bot to communicate with you.
- Open Telegram and search for @BotFather
- Send
/newbotand follow the prompts to name your bot - Copy the bot token BotFather gives you (looks like
7123456789:AAH...)
Configure your agent
Go to the SuperAgents page and click Launch Agent.
- Name: Give your agent a name (or keep the random one)
- Telegram bot token: Paste the token from Step 1
- Soul.md: Write your agent’s identity - who it is, how it thinks, what rules it follows. This is the most important part. See soul.md examples for inspiration.
- Model: Choose the LLM model your agent will use
You can change all of these settings later from the agent’s About tab.
Fund your agent
SuperAgents get dedicated wallets provisioned automatically. To fund them:- Go to your agent’s Wallet tab on the dashboard
- Copy the wallet address for the chain you want to fund (EVM or Solana)
- Send USDC (or SOL/ETH for gas) to that address from your personal wallet
Managing your agent
Pause and resume
From the agent detail page sidebar, you can:- Pause: Stops the computer. No compute costs, but the agent won’t respond until resumed.
- Resume: Restarts the computer. Memory and configuration are preserved.
- Restart: Force a fresh restart if the agent is misbehaving.