CRBOT Roadmap (prioritized) P1 — Launch-readiness 1) Mainnet deployment - Deploy CRBOT ERC20 to BSC mainnet with multisig admin/pauser; verify on BscScan; publish contract/multisig/treasury/LP/burn addresses. - Update docs (transparency.md, todo_prompts, FILE_PATHS) with live addresses and tx hashes. - Current state: testnet live at 0xD888E9d5d6Af1FE304C33906217Ff6a108952E41 (multisig 0x6746267718e05b707179cC9864c5aE99Bc7a531D); mainnet not deployed yet. Mainnet placeholders: token=, deploy_tx=, verify=. 2) Airdrop delivery wiring - Sender should POST wallet/tx_hash to /api/admin/airdrops/claims/tx (or /claims/{id}); keep “View tx” links live for users without manual entry. 3) Ops transparency kit - Populate transparency.md with contract addresses, roles, LP seeding tx, burn/treasury wallets; add deployment changelog. P2 — Locks, vesting, staking 4) Investor locks/vesting - Deploy/enforce vesting per vesting_plan.md (cliffs/linear unlocks); surface lock status in admin + transparency docs. 5) Staking (if required) - Deploy staking contract/APR config; wire UI to enable stake/unstake; publish address and audits. P3 — Payments & subscriptions 6) Auth + gating - Wallet auth nonce/signature endpoints; JWT carries CRBOT balance tier claims; middleware enforces Tier1/2/VIP. 7) Pricing & subscription flow - `/prices/crbot` from CoinGecko/DEX; `/payments/subscribe` with invoices; 50/25/25 split worker (ops/LP/burn) and monthly reports. 8) Checkout widget - Frontend widget for pay-with-CRBOT, shows status via webhook/chain watcher; tie into JWT refresh. P4 — Monitoring & UX polish 9) Collector/health - Keep token_collector running with staleness alerts; expose health endpoint; add alerting for Pause/Unpause/Burn/Transfer anomalies. 10) UI QA - Desktop/mobile QA for token page, admin token tab, airdrops; fix wallet-connect UX; ensure copy/BscScan links are correct on mainnet.