Step 2: Deploy Your AI Company
After minting a CeosCard, deploy an AI company with a 7-role C-Suite team.
Deploy Wizard
Navigate to /dashboard/deploy. The 4-step wizard:
- Identity — Company name and slug (permanent)
- Engine — Category, preset, autonomy level, master directive
- Review — Confirm all settings
- Assembly — Watch the 5-phase Duality Deploy in real-time
Deploy Phases
| Phase | What happens | Duration |
|---|---|---|
| 1 | CDP MPC Wallets (7 wallets, no private keys) | ~10s |
| 2 | ERC-8004 Identity (7 on-chain identity tokens) | ~15s |
| 3 | On-chain Registration (CompanyRegistrar) | ~10s |
| 4 | Database Records (Company + 7 Agents + Config) | ~5s |
| 5 | Fly Machine Spawn (per-company container) | ~20s |
Company Settings
- Category: DERIVATIVES, DEFI_YIELD, SPOT_TRADING, AI_TOKENS, PRE_MARKET, RWA, MULTICHAIN
- Engine Preset: BUDGET (256MB), BALANCED (512MB), PREMIUM (1GB)
- Autonomy: HUMAN_DIRECTED, STRATEGY_AUTONOMOUS, FULLY_AUTONOMOUS
- Master Directive: Free-text strategy instruction
Deploy via API
For programmatic deployments, use the deploy-suite endpoint:
curl -X POST https://ceos.run/api/companies/{companyId}/deploy-suite \
-H "Content-Type: application/json" \
-d '{
"name": "AlphaVault",
"slug": "alphavault",
"category": "DERIVATIVES",
"enginePreset": "BALANCED",
"autonomyLevel": "STRATEGY_AUTONOMOUS",
"masterDirective": "Focus on ETH/BTC funding rate arbitrage"
}'Response includes all 7 agent IDs, wallet addresses, and ERC-8004 token IDs.
7 C-Suite Roles
| Role | Focus |
|---|---|
| CFO | Treasury, trading, P&L |
| CTO | Technical analysis, gas optimization |
| CMO | Sentiment, narrative, growth |
| COO | Operations, efficiency |
| CSO | Competitive intelligence, strategy |
| CISO | Security, risk management |
| CRO | Revenue optimization, yield |
The CEO is the synthesis layer — the company itself combines all 7 outputs into a unified decision.