← Back to all products
Instant delivery after payment

Lighter all-in-one bot

**Lighter RH Bot** Lighter Multi-Wallet Delta-Neutral Automation: Funding, Bridges, DN Pair Open/Monitor/Close, Referrals & Stats with Proxies, Retries, and Built-In Safety Controls **Overview** This Python bot automates repeatable workflows on Lighter (Robinhood Chain) across many wallets at once. Built for operators who need a structured, production-style runner — not a one-off script — it uses a local SQLite wallet DB plus config.py as the control panel: wallet ranges, balance-tier pairing groups, bridge routes, DN sizing, and live monitor thresholds. Run ETH/USD bridges, USDG deposit/withdraw, dual-leg DN open, live risk monitor, dual close, referrals, and stats from an interactive arrow-key menu, with unique proxies per session, randomized delays, and slippage / liquidation safety checks. **What's Included** - Multi-wallet SQLite runner — load ETH PKs → wallets.db (address, wallet_no, API key, points); filter with WALLET_IN_RANGE / exceptions or exact pick lists - DN pair engine — 1:1 long/short open on a chosen perp (e.g. SPY); pair only inside wallet_groups (same balance tiers) or one shared pool - Dual open @ BBO — limit (reprice) or market mode; size from poorer-leg % or fixed USDG; optional leg delta_diff; leverage, spread, and book-depth gates - Live DN monitor (Rich TUI) — size L/S, OI (with TOTAL sum), mark, net PnL, PnL L/S, distance to liquidation, status GREEN/YELLOW/RED - DN close — dual limit close @ BBO across saved pairs; clears stored pair groups after success - Funding stack — Bridge ETH (Relay / Across), Bridge USD USDC→USDG (Across / Relay / LI.FI / Meson) with max slippage stop before send, RH USDG deposit to Lighter, Lighter→RH withdraw - Binance spot withdraw helper — fund wallet addresses from a CEX (keys stay in your private config) - Referral batch tools — fetch codes from link wallets → bind on bind ranges; proxy-required path - Stats & export — grab account stats; CSV export for Excel - Unique proxy sessions — proxies from proxies.txt, health-checked, one unique live proxy per DN wallet; rotate on geo / network errors - Automatic retries — API / RPC backoff, cancel & close attempt ladders, offline waits - Safety controls — USD quote slippage abort, min bridge amounts, gas reserves on ETH bridge, liq-distance alerts in monitor, skip empty / already-bound wallets - Interactive launcher (python main.py) — arrow-key menu for every major flow; modular src/ tree easy to audit and extend **Who This Is For** Python users and multi-account operators running Lighter on Robinhood Chain — funding wallets, depositing USDG, farming volume via delta-neutral pairs, watching liquidation risk, and closing cleanly — who want reliable batch automation without wiring SDK sessions, proxy rotation, bridge quotes, and dual-leg order logic from scratch. Suitable for teams already managing many keys who are ready for a one-time venv + config.py + proxies setup. **Important Disclaimer** This tool operates on mainnet (Optimism / Robinhood Chain / Lighter) with real funds and leveraged perps. Private keys and API keys live in local files and wallets.db in plaintext. Failed txs, bridge slippage, spread waits, and misconfiguration can cost gas or leave balances on the wrong chain. DN positions can liquidate; monitor thresholds reduce risk but do not eliminate it. Automation may conflict with exchange or program rules; points, referrals, and volume credit are not guaranteed. Configure wallet ranges, sizes, leverage, and delays conservatively — never use keys or proxies you cannot afford to expose. Public template ships with empty secrets; you alone are responsible for what you put in config and input files. For education and operational use at your own risk — no warranty.