The five-step loop
Configure in Telegram
The user opens the Perps Agent bot, picks a market (e.g. BTC/USDT perp on Bybit), and chooses a strategy template plus risk caps (max drawdown, max leverage, position size).
AI proposes params
The AI agent loop reads recent market state, past attested runs, and the user’s risk caps, then proposes grid parameters (range, step size, order count) optimized for risk-adjusted return.
Commit on Mantle
Before any order is placed, the exact config is hashed and committed to the on-chain registry on Mantle. The commit is irreversible — the bot cannot deviate without invalidating the proof.
Execute on Bybit
The grid engine places orders on Bybit through the user’s API keys (trade-only, no withdraw). Fills, PnL, and risk metrics are tracked in real time.
What the user sees
- A Telegram chat to configure, launch, monitor, and stop runs
- Real-time PnL, drawdown, and risk metrics
- A link to the on-chain commit and attestation for every run
What the user does not have to do
- Deposit funds anywhere
- Share withdrawal-enabled keys
- Trust an off-chain dashboard for performance numbers