Manus Infrastructure
Feature flags, scheduled reports, order queue, audit trail, sub-accounts, IP whitelisting.
What's in this block
The Manus infrastructure block is a set of fund-grade infrastructure pieces shipped together on 2026-05-20:
- Feature flags with % rollout
- Scheduled reports — daily / weekly PDF + CSV digests
- Order queue — durable, idempotent order tracking
- Sub-accounts — multi-strategy isolation under one user
- Audit trail — hash-chained, tamper-evident
- Webhook retry — exponential back-off with dead-letter queue
- IP whitelisting for sensitive admin actions
- Data tiering — hot → warm → cold archival
- PnL attribution — per-sleeve daily reports
Where to find each piece
- Feature flags (admin-controlled, % rollout)
- Order queue worker: runs every minute (currently in safety drain mode — execution still routed through the legacy executor)
- Scheduled reports: configure at
/account/reports, dispatched every 15 minutes - Audit trail with hash-chain verifier running hourly
- Sub-accounts:
/account/accounts - Fund onboarding doc:
docs/fund-onboarding.md