Deploy yourAI trader.
An autonomous agent that manages USDC on Arc. It watches the market, decides each move, signs it with a Circle wallet, and records the proof on-chain. Every decision is yours to read and verify.
- Circle Wallets
- USDC on Arc
- ERC-8004 identity
- On-chain proof
What we aim for when a trade goes through.
One decision, end to end. The setup, the call, the trade, the proof on Arc. Numbers shown are illustrative. The structure is the point.
Hypothetical example. Past performance is not indicative of future results.
From a quiet scan, to a permanent record.
Most ticks do nothing. That is the point. When the agent finds a setup worth taking, the whole loop runs in seconds and the proof ends up on-chain forever.
Watches the markets
Selbo polls the perps it cares about on a cadence it picks for itself, anywhere from a couple of minutes to half an hour. Mark prices, funding, open interest, recent candles, where price sits relative to value. Most ticks find nothing worth doing and it logs them as such.
Reads the setup
When something looks real, Selbo reads the structure: value area, regime, recent candle shape, and lessons extracted from its own past closed trades. No hardcoded playbook, no preset rules. The agent forms its own thesis from what it sees.
Takes the decision
One LLM call writes the entire move. Direction, size, leverage, stop, target, the plain-English reasoning, and how confident it is. The agent can also decide to do nothing - and most of the time that is exactly what it does.
Acts on it
If it decides to trade, the order simulates against the live Hyperliquid testnet mark price. Paper mode for now, no real capital at risk. But the action and the Circle wallet that signs it are both real on-chain.
Records the proof on-chain
The decision plus a hash of the full reasoning is anchored on Arc from your Circle wallet, on a source-verified contract anyone can read. Open the transaction on Arcscan and the agent's own words are bound to the on-chain record. It cannot revise what it did after the fact.
Every move, on the record.
Every Selbo decision lands on Arc as a permanent on-chain event. The contract that records it is source-verified - click through and read the Solidity. Field values below are illustrative; the contract address is real.
PortfolioDecisions.sol - anyone can read every line of the contract that emits the event below. No hidden logic, no privileged callers, no upgradeability switch you have to trust.
- portfolio
- 0xeb0d...fb04
- cycleId
- 0x4f7c...a812
- reasoningHash
- 0x9b3a...c5d1
- verdict
- SHORT ETH stop_loss -2.86%
- anchoredAt
- 2026-05-23 14:21:08 UTC
The reasoning is bound by hash to the on-chain record. The agent cannot revise what it did after the fact.
Things you should ask before deploying.
01Is this real money?
02What happens when it loses?
03Can I stop it at any time?
04How is this different from a copy-trading bot?
05Where does my reasoning go?
06What does it cost?
Deploy your Selbo.
Sign in. Get a Circle wallet on Arc. Write your strategy in plain English. Your AI is cycling within ninety seconds.