Skip to main content
Scheduled (V1) agents are being sunset. SuperAgents are the next generation - always-on agents with persistent memory, Telegram integration, installable skills, and multi-chain wallets. This guide covers what’s changing, what happens to your existing agents, and how to get started with SuperAgents.

What’s changing

Scheduled Agents (V1)SuperAgents
ExecutionRuns on a cron schedule or alpha trigger, then stopsAlways-on - runs 24/7 in its own cloud computer
InterfaceDashboard onlyTelegram bot + dashboard
ConfigurationGoal + instructions fieldssoul.md - natural language identity file
MemorySystem-managedAgent-managed persistent memory
CapabilitiesFixed trading toolsetInstallable skills ecosystem
WalletsSingle HyperLiquid walletEVM + Solana wallets

What happens to my scheduled agents

Your scheduled agents continue to work for now, but new scheduled agent creation is disabled. We recommend migrating to SuperAgents at your convenience. Nothing is deleted automatically. Your agents, wallets, and funds remain accessible on the legacy agents page.

How to migrate

Migration is manual - create a new SuperAgent and transfer your strategy and funds.
1

Review your V1 agent

Go to your legacy agents page and open the agent you want to migrate. Note down:
  • The agent’s goal and instructions (Settings tab)
  • Your wallet address and balances (Portfolio tab)
2

Withdraw funds from V1 wallet

Before creating your SuperAgent, withdraw funds from your V1 agent’s wallet to your personal wallet. You’ll fund the new SuperAgent’s wallet separately.
Always withdraw funds before disabling a V1 agent. While the wallet remains accessible, it’s best to move funds to a wallet you fully control.
3

Create a SuperAgent

Follow the SuperAgent setup guide to create your new agent. When writing your soul.md, use your V1 agent’s goal and instructions as a starting point - expand them into the natural language format that soul.md uses.For example, if your V1 goal was:
Trade ETH squeeze setups by going long when positioning extremes align with key support levels
Your soul.md might include:
# Trading Style
You are a perpetual futures trader focused on squeeze setups.
Look for positioning extremes (funding rate spikes, OI divergences)
that align with key structural support levels on ETH.

# Risk Rules
- Maximum position size: 10% of portfolio
- Always set a stop loss
- No trades during major macro events
4

Fund your SuperAgent

Once your SuperAgent is live, fund its wallet from the Wallet tab on the dashboard. Send USDC to the displayed address.
5

Disable V1 agent

After confirming your SuperAgent is running and funded, go back to your V1 agent and disable it.

FAQ

Yes, existing scheduled agents continue to run. However, new creation is disabled and scheduled agents will eventually be fully retired. We recommend migrating soon.
No. SuperAgents get new wallets provisioned automatically. Withdraw funds from your V1 wallet and send them to your new SuperAgent’s wallet.
V1 agent learnings don’t carry over. SuperAgents have a different memory system that the agent manages itself. Your new agent will start building its own memory from day one.
Migrate them one at a time. Each V1 agent becomes a separate SuperAgent with its own Telegram bot, wallet, and soul.md.

Next steps