Supported strategies
Anello supports one venue, Hyperliquid, and three ways to trade it. The scope is deliberately narrow: exact previews and venue-correct order handling for a few well-understood tools, instead of a configurable black box.
The terminal
Section titled “The terminal”Manual spot and perp trading: market, limit, stop, scale, and TWAP orders, TP/SL on perp entries and positions, and per-asset leverage and margin mode. Everything routes through one revocable agent wallet scoped to placing and canceling orders. Full tour: the trading terminal.
Grid bots
Section titled “Grid bots”Automated grids on Hyperliquid spot markets. You choose a market, a lower and upper price, a number of levels, and a USD size per order; the bot places a ladder of buys below the current price and sells above it, capturing the gap between levels as price oscillates. The full mechanics, with a worked example, are in how grid trading works.
The grid’s defining properties on Anello:
- Geometric spacing: every level is separated by the same percentage move, so each round trip targets the same return wherever in the range it fills. This is the only spacing offered.
- USD-per-order sizing: you size in dollars; the bot derives the base-asset amount at each level using Hyperliquid’s precision rules. Minimum $20 per order, minimum 0.3% level spacing.
- The preview is the contract: every price and size is shown before launch, and what’s shown is exactly what gets placed.
- Self-maintaining: fills are detected in real time and replacement orders placed automatically. Orders you cancel by hand are restored only with your approval, via repair.
- Adjustable while running: extend the range with new levels, add funds to grow order size, or toggle compounding, all without restarting the bot.
Grid trading is not risk-free. Price leaving the range is a real and structural loss scenario. Read Risks of grid & perp trading before running one.
Scheduled spot buys: a fixed USD amount (minimum $20) every N days, weeks, or months, optionally capped at a run count. Buy-only, so stopping keeps everything acquired, and free of Anello fees. Details: DCA on Hyperliquid.
Everything is non-custodial
Section titled “Everything is non-custodial”All three surfaces sign orders with revocable agent wallets scoped to placing and canceling orders. Anello never holds funds and can never withdraw them.
Unsupported strategies
Section titled “Unsupported strategies”Anello is not a general-purpose strategy editor, and that’s a feature: every supported strategy gets exact previews, venue-correct order formatting, and honest risk documentation. Arbitrary indicators, custom scripting, multi-chain routing, leverage-based grid variants, and marketplace strategies are outside the current scope. New strategy types arrive as first-class additions, not as configuration options.