Updated August 2026 · 5 min read
"Is AI trading safe?" usually means two things: can the AI steal my money? and can I lose money trading? The answers are different — and a good design answers both before you deposit anything.
The strongest safety property is structural: the AI never holds your funds. It holds a trading-only agent wallet — an address you approve on Hyperliquid that can open and close positions but cannot withdraw. Withdrawals always require your own wallet signature.
And it's revocable: remove the agent's permissions on-chain any time, and it stops being able to trade instantly.
Trading always carries risk. The honest design caps it:
Paper trading runs the exact same agent on real market data with simulated money. Watch every trade, reason, and risk decision for a week before risking anything.
Safety depends on the architecture. A non-custodial setup keeps funds in your own account and grants the AI trading-only permissions — it can trade within a budget but can never withdraw. Combined with per-trade stop-losses and daily circuit breakers, the worst case is the budget you chose.
No. On Hyperliquid, the agent wallet is approved with trading-only permissions (approveAgent). Withdrawals require your own wallet signature. You can revoke the agent's permissions on-chain at any time.
Losses are capped: stop-losses close positions at -2.5%, daily circuit breakers pause new entries at -5% and close everything at -8%. The maximum loss is your trading budget — never your main wallet.
This page is educational, not financial advice. Read the Risk Disclosure before live trading.