Skip to main content
This guide walks you through creating a SuperAgent from the Gigabrain dashboard.

Prerequisites

Before you begin, make sure you have:
  1. A Gigabrain account
  2. A Telegram account
  3. USDC for funding the agent’s wallets (optional, you can set up the agent first and fund later)

Create your SuperAgent

1

Create a Telegram bot

Your SuperAgent needs its own Telegram bot to communicate with you.
  1. Open Telegram and search for @BotFather
  2. Send /newbot and follow the prompts to name your bot
  3. Copy the bot token BotFather gives you (looks like 7123456789:AAH...)
Name your bot something memorable like MyHLTrader_bot. You’ll be chatting with it daily.
2

Configure your agent

Go to the SuperAgents page and click Launch Agent.
  1. Name: Give your agent a name (or keep the random one)
  2. Telegram bot token: Paste the token from Step 1
  3. 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.
  4. Model: Choose the LLM model your agent will use
You can change all of these settings later from the agent’s About tab.
3

Launch

Click Create and your agent will begin provisioning. This takes about 30 seconds. Once the status shows Live, your agent is running and ready.Open Telegram, find your bot, and send it a message to start chatting.

Fund your agent

SuperAgents get dedicated wallets provisioned automatically. To fund them:
  1. Go to your agent’s Wallet tab on the dashboard
  2. Copy the wallet address for the chain you want to fund (EVM or Solana)
  3. Send USDC (or SOL/ETH for gas) to that address from your personal wallet
Only send funds you’re willing to risk. Agent wallets are managed by the platform. Always keep your own backups of any significant holdings elsewhere.

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.

Edit soul.md

Go to the About tab and edit the soul.md directly. Changes are picked up automatically within seconds, no restart needed.

Enable or disable skills

Go to the Skills tab to toggle capabilities on or off. Disabling a skill prevents the agent from using it. The agent restarts automatically when skills change.

Destroy

Permanently deletes the agent and its computer. Memory and configuration are not recoverable.
Before destroying an agent, withdraw any remaining funds from its wallets. Destruction is permanent.

Next steps