Multiple wallets — what's possible today
Botely Phase 0 is founder-only and runs one bot on one wallet. Phase 1 adds multi-tenant (one user, one wallet each). Multi-wallet per user is Phase 2.
Phase 0 (now)
The SaaS at botely.trade currently runs a single live bot, on the founder's dYdX wallet. Public signups are gated; new accounts can view dashboards and (for the founder) generate trading keys, but no per-user bot execution exists yet.
If you want to run the bot yourself today, clone the repo, configure your own DYDX_* env vars, and run it on your own VPS. The SaaS handles signal distribution; the bot lives wherever you host it.
Phase 1 (planned)
Multi-tenant SaaS: each user has their own dYdX wallet, registers their own permissioned key via the in-app wizard, and Botely runs the bot on their behalf using that key. Funds stay in each user's subaccount 0 — Botely never holds custody.
Phase 1 will lift the founder gate on the trading-key wizard, expand wallet support to Cosmos Kit (Keplr + Leap + Cosmostation + dYdX Connect), and add a worker that consumes signals + per-user permissioned keys.
Phase 2 (later)
Multiple wallets / strategies per user. E.g., 'allocate 30% v6.4 + 50% v7' across two separate subaccounts. Or one wallet for ETH-only exposure, another for SOL+BNB.
Not on the roadmap yet — needs more user demand to justify the complexity.
What you can do TODAY
Subscribe to signals (paper / Lite / Pro) and execute manually or with your own scripts.
If you have admin / founder access, generate the trading key for the existing bot instance.
If you want to fork the bot, do it. The repo is open.