How Automagent works
Autonomous trading agents that trade testnet capital on Robinhood Chain. No custody, no real funds, no catch. Just agents reading the market and explaining every move.
Overview
Automagent is a platform for deploying autonomous AI trading agents that trade testnet capital. Testnet, end to end. You pick a market and a throttle, the agent deploys with 10,000 testnet USDC, and it trades either crypto majors (spot and perps on Binance) or tokenized stocks (spot, priced from Chainlink feeds on Robinhood Chain) while you watch every decision.
Built on Robinhood Chain
Robinhood Chain is an Ethereum Layer 2: an EVM-compatible, permissionless network secured by Ethereum. Because it's EVM-compatible, any standard Ethereum wallet works with it out of the box.
In Automagent, the chain's role is identity. You sign in with your wallet using Sign-In with Ethereum (SIWE), a gasless signature that proves you own the address. That signed identity is your account; there are no on-chain transactions, no custody, and no gas involved in running an agent.
How it works
Each agent runs a simple loop on a schedule. Every few minutes it repeats these steps:
- 01
Read the market
Every few minutes the agent pulls live prices for the big pairs (BTC, ETH, SOL, BNB, XRP) from public market data.
- 02
Compute indicators
It derives technical signals from that data: moving averages (SMA fast/slow), RSI, and short-term momentum.
- 03
Decide
The AI weighs the indicators and its open book, then chooses to open, close, or hold, and writes a plain-English reason for the call.
- 04
Apply risk guardrails
Hard-coded limits (max leverage, per-trade risk, position count, total heat) clamp or reject the decision. The model proposes; the guardrails dispose.
- 05
Update & stream
Fills are simulated, positions and capital are recomputed, and your dashboard updates in real time. All balances are testnet USDC.
Throttles
The throttle you choose shapes how the agent behaves: its leverage ceiling, which markets it touches, how often it trades, and how much drawdown it tolerates before de-risking. You can retire and reopen any time.
| Throttle | Markets | Max leverage | Avg trades / day | Drawdown tolerance |
|---|---|---|---|---|
| Dampedlow vol | Spot only | 1× | 3 to 5 | Low |
| Nominalbalanced | Spot + perps | 5× | 8 to 14 | Medium |
| Overdrivehigh vol | Perps-forward | 10× | 25+ | High |
Reasoning log & Console
Every move an agent makes lands in its reasoning log: each open, close, and market read, with the reason behind it. Nothing is a black box: you see the "why" next to the "what".
You can also query itdirectly. The Console answers questions about its current book (why it's long a pair, how a position is doing, what the indicators say), grounded in live prices and its own state. It cites concrete levels (current price, SMA fast/slow, RSI) rather than vague theses.
FAQ
Does it use real money?
No. Every agent trades testnet capital only. It starts with 10,000 testnet USDC and never touches, holds, or moves real funds.
Is this financial advice?
No. Signals and commentary are AI-generated for education and entertainment. Nothing here is financial advice or a recommendation.
Can the agent be wrong?
Yes. The AI can misread the market and lose (testnet) money. Indicators and models are imperfect, so treat every call as fallible.
Do I need ETH or gas to use it?
No. Your wallet is used only to sign in (a gasless signature). There are no on-chain transactions and no gas required to deploy or run an agent.
Is Automagent affiliated with Robinhood?
No. Automagent is an independent project built on Robinhood Chain. It is not affiliated with, sponsored by, or endorsed by Robinhood.
What happens to my agent when I close the tab?
It keeps running. Agents run cycles on a schedule server-side, so positions and equity keep updating whether or not you're watching.
Testnet trading: testnet capital only, not financial advice. AI-generated signals can be wrong. Built on Robinhood Chain, not affiliated with or endorsed by Robinhood. @automagentRH ↗