v1.0 • March 2026
Zerovant Claw Documentation
Complete guide to the AI-powered grid trading bot for Binance.
Overview
Zerovant Claw is an automated grid trading bot that runs on Binance Spot. It uses AI decision-making to manage multiple trading pairs simultaneously, with built-in risk management and daily compounding.
The bot was developed and battle-tested over 14 days on Binance Testnet before being made available as a service.
How It Works
The bot runs a continuous cycle every 15 minutes:
1. Fetch market data (price, volume, indicators)
2. AI analyzes multi-timeframe trend (15m, 1h, 4h)
3. Decide: REBALANCE / KEEP / CANCEL per asset
4. Place grid orders (buy low, sell high)
5. Monitor fills and update PnL
6. Apply trailing stop if profitable
7. Compound 50% of daily profit at midnight
Grid Trading Basics
Grid trading places a series of buy and sell orders at regular price intervals. When price moves up, sell orders fill for profit. When price moves down, buy orders fill at lower prices. The bot profits from price oscillation within a range.
Quick Start
Get your bot running in 3 steps:
Step 1 — Subscribe
Send $10 USDT via Binance Pay ID: 65465501, then contact @duraku on Telegram with your screenshot.
Step 2 — Connect Binance
Create a Binance API key with Spot Trading only (no withdrawal). Go to Dashboard → Setup and enter your API key.
Step 3 — Start Bot
Enter your capital amount (minimum $50) and click Start Bot. The bot will begin trading immediately.
✓ Your funds never leave your Binance account. The bot only trades on your behalf.
Grid Strategy
The bot trades three assets simultaneously with a fixed allocation:
| Asset | Allocation | Rationale |
| ETH/USDT | ~60% | Highest liquidity, consistent fills |
| TAO/USDT | ~40% | AI token, high volatility = more grid fills |
| Pairs auto-selected every 4h by market scanner |
Grid Parameters
Each grid consists of 10 orders (5 buy + 5 sell) spaced across a dynamic price range. The range is determined by ATR (Average True Range) and AI analysis. Typical spacing: 0.5-1.5% per level.
Compound System
At midnight WIB daily, 50% of net profit is automatically reinvested into the capital pool. This enables compounding growth over time. Minimum compound threshold: $0.50.
AI Engine
The bot uses a two-layer AI decision system:
Primary: Venice AI
Venice AI analyzes market conditions and returns structured grid parameters: action (REBALANCE/KEEP/CANCEL), price range, grid spacing, and confidence score.
Fallback: Rule-Based
If AI is unavailable, the bot falls back to rule-based logic using technical indicators: EMA crossover, Bollinger Bands, and ATR-based range detection.
Auto-Tune Rules
Win Rate < 50% → Widen grid spacing
Win Rate > 75% → Tighten grid spacing
Profit Factor < 1.0 → Cancel grid
Spacing < 0.4% → Force expand
Risk Management
Per-Asset Stop Loss
If any asset loses more than 15% of its allocated capital, the grid is automatically paused. It resumes after a 4-hour cooldown.
Trailing Stop
When price rises 3%+ from the grid low, the entire range shifts upward to lock in profits and follow the trend.
Balance Protection
The bot monitors your USDT balance every 2 hours. If balance drops more than 15% unexpectedly, all grids pause and you receive a Telegram alert.
Flash Crash Protection
If price drops more than 8% in a single cycle, the bot cancels all orders and waits for stabilization before re-entering.
⚠ Despite these protections, grid trading carries inherent risk. Never invest more than you can afford to lose.
Testnet Results
Zerovant Claw was tested on Binance Testnet for 14 consecutive days (March 1-14, 2026) with $500 simulated capital.
Daily Performance
The bot maintained consistent profitability across all 14 days, with no single day resulting in a net loss exceeding 1% of capital. Sharpe ratio of 27.27 indicates exceptional risk-adjusted returns.
Asset Breakdown
| Asset | Win Rate | Profit Factor | Fills | Sharpe |
| ETH/USDT | 80.9% | 12.67 | 209 | 0.667 |
| BNB/USDT | 69.6% | 3.70 | 112 | 0.516 |
| SOL/USDT | 57.3% | 1.64 | 124 | 0.156 |
API Security
Your Binance API key security is our top priority:
Encryption
API keys are encrypted using AES-256 (Fernet) before being stored. Each user has a unique encryption key. We physically cannot read your API key.
Permissions
We require only Enable Spot Trading. Withdrawal permission must never be enabled. We recommend restricting API access to our server IP: 84.247.176.104
Isolation
Each user's bot runs in an isolated Docker container. One user's bot cannot access another user's data or keys.
✓ We follow a zero-knowledge approach — your plaintext API key is never logged or accessible to us.
Disclaimer
Risk Warning: Cryptocurrency trading involves substantial risk of loss. Past performance (including testnet results) does not guarantee future results. Zerovant Claw is a tool, not financial advice. Only trade with capital you can afford to lose entirely. The developers are not responsible for any trading losses incurred while using this service.
Changelog
v1.4 — March 28, 2026
Dynamic pair selection + stability fixes
- Dynamic pair scanner — auto-select best 2 pairs every 4h
- Remove all hardcoded pair allocation — fully adaptive
- Real PnL display (realized + unrealized) in dashboard
- Balance warning banner when Binance balance < bot capital
- Fix capital inflate: disabled auto-compound and balance auto-adjust
- Auto-init seen_trade_ids for new users — no backfill spam
v1.3 — March 20, 2026
TAO integration + critical fixes
- Added TAOUSDT (Bittensor) — replace DOGE, ETH+TAO 50/50 allocation
- Fix capital inflate: removed rebalance_capital on startup
- Fix capital restore validation: reject if > total_capital
- Fix duplicate check_balance_change function
- Add place_sell_for_inventory: auto-SELL stuck tokens
- TAO price precision (tickSize 0.1)
- safe_reset_state.py: preserve historical data on reset
v1.2 — March 17, 2026
SaaS launch + mainnet fixes
- Small capital mode: ETH-only when capital < $150, 5 grids
- Min notional check: skip grid if per-level < $6
- Position sizing override: no capital reduction for small accounts
- Auto-reset state on capital change (preserve trade history)
- Fix compound: distribute only to active assets
- Fix equity curve: use start_capital + net_pnl
- Fix backfill: preserve seen_trade_ids across restarts
- User dashboard: equity chart + recent trades
- Admin panel: live bot monitoring per user
- Email notification on approve/revoke (Resend)
- Public Telegram bot @ZerovantClawBot
- Docs EN/ID with full setup guide
v1.1 — March 15, 2026
SaaS platform launch
- Flask SaaS app at app.zerovantclaw.xyz
- Google OAuth login
- Docker container per user (isolated)
- AES-256 API key encryption (zero-knowledge)
- Admin panel with subscription management
- Binance Pay payment ($10/mo, ID: 65465501)
- Balance change detection: auto-pause on 15% drop
- Fix compound: use daily profit not all-time PnL
- Fix equity: use net PnL not gross realized
v1.0 — March 14, 2026
Testnet complete — 14-day validation passed.
- AI grid decision engine (Venice AI + rule-based fallback)
- Dynamic pair selection: scanner picks best 2 pairs every 4h
- Auto-rebalance by performance score
- Daily compound (50% of net profit)
- Per-asset stop loss (15%, 4h cooldown)
- Trailing stop (3% gain trigger)
- Flash crash protection (8% drop)
- Telegram notifications
- Auto backup every 30min to GitHub
- 3-layer state restore on restart
Ready to start trading?
Join Zerovant Claw for $10/month
Get Started →