Skip to content

Bots Overview

Aegis provides a suite of automated hedging bots, each targeting a different market scenario for concentrated liquidity LP positions. Three bots are currently live and operational.


Bastion

LP Protection. Opens short futures positions when the LP price exits the range, protecting against impermanent loss exposure. Uses lower_short and upper_short legs.

Bastion documentation

Vanguard

Breakout. Opens a long futures position when price breaks above the LP range upper bound. Live today: bullish_breakout / upper_long leg. Bidirectional targets are pending.

Vanguard documentation

Orbit

Mean-Reversion (live). Opens futures positions from inside the LP range when price approaches a range edge. Configurable direction: long-only, short-only, or both. Fully implemented and running end-to-end.

Orbit documentation


BotStrategy type
VaultComing soon
ScoutComing soon
GridComing soon

A single LP pool can run Bastion, Vanguard, and Orbit simultaneously. Each bot type operates independently:

  • Each bot has its own strategy configuration and parameter set.
  • Each bot type requires a separate execution wallet (API key pair).
  • The bots do not interfere with each other’s leg state or order flow.

Each execution wallet can have only one active strategy per perpetual symbol. To run the same bot on multiple LP positions with the same underlying pair, you need one execution wallet per position.

Numeric example:
You want to run Bastion on 3 separate ETH/USDC LP positions → you need 3 Bastion execution wallets, one per position.

See Wallet-Bot Binding for full details and multi-bot usage examples.