# β‘ Agent Quick Deploy Guide
> **Copy-paste ready prompts - Get agents working immediately**
---
## π― Deployment Order
1. Launch all 5 agents simultaneously with Phase 1 prompts
2. They work in parallel until facilitator is complete
3. Each agent moves to their Phase 2 automatically
4. Continue through Phase 3, 4, etc.
---
## π Phase 1: Facilitator (Copy These)
### Agent 1 Prompt
```
Read /workspaces/universal-crypto-mcp/AGENT_1_FACILITATOR_CORE.md fully and execute all tasks. Start with Phase 1 Core Types, then move through each phase. Create the package structure at packages/facilitator/. After completing all phases, read /workspaces/universal-crypto-mcp/AGENT_PHASE2_PROMPTS.md and find your Phase 2 prompt.
```
### Agent 2 Prompt
```
Read /workspaces/universal-crypto-mcp/AGENT_2_FACILITATOR_SETTLEMENT.md fully and execute all tasks. Wait until Agent 1 creates the core types, then implement settlement for all networks. After completing all phases, read /workspaces/universal-crypto-mcp/AGENT_PHASE2_PROMPTS.md and find your Phase 2 prompt.
```
### Agent 3 Prompt
```
Read /workspaces/universal-crypto-mcp/AGENT_3_FACILITATOR_API.md fully and execute all tasks. Wait until Agent 1's types and Agent 2's settlement are ready, then build the REST API. After completing all phases, read /workspaces/universal-crypto-mcp/AGENT_PHASE2_PROMPTS.md and find your Phase 2 prompt.
```
### Agent 4 Prompt
```
Read /workspaces/universal-crypto-mcp/AGENT_4_FACILITATOR_MONITORING.md fully and execute all tasks. Build the monitoring infrastructure in parallel with others. After completing all phases, read /workspaces/universal-crypto-mcp/AGENT_PHASE2_PROMPTS.md and find your Phase 2 prompt.
```
### Agent 5 Prompt
```
Read /workspaces/universal-crypto-mcp/AGENT_5_FACILITATOR_DEPLOYMENT.md fully and execute all tasks. Build Docker and deployment infrastructure. After completing all phases, read /workspaces/universal-crypto-mcp/AGENT_PHASE2_PROMPTS.md and find your Phase 2 prompt.
```
---
## π Auto-Continuation
Each agent prompt ends with "read Phase 2 prompts and continue". This creates an infinite loop of productive work.
---
## π Expected Timeline
| Phase | Duration | Deliverable |
|-------|----------|-------------|
| Phase 1 | 2-4 hours | Facilitator MVP |
| Phase 2 | 2-4 hours | Extended features |
| Phase 3 | 2-4 hours | Revenue infrastructure |
| Phase 4+ | Ongoing | Continuous improvement |
---
## π οΈ If An Agent Gets Stuck
Provide this recovery prompt:
```
Review your progress against the checklist in your assignment document.
Identify the first incomplete item and focus on that.
If blocked by a dependency, check if that agent has completed their work.
If unclear on requirements, reference the existing codebase patterns in:
- /workspaces/universal-crypto-mcp/x402/ (x402 patterns)
- /workspaces/universal-crypto-mcp/packages/marketplace/ (SDK patterns)
- /workspaces/universal-crypto-mcp/packages/payments/ (payment patterns)
```
---
## π File Reference
| File | Purpose |
|------|---------|
| AGENT_ORCHESTRATION_MASTER.md | Overview & coordination |
| AGENT_1_FACILITATOR_CORE.md | Core engine tasks |
| AGENT_2_FACILITATOR_SETTLEMENT.md | Settlement tasks |
| AGENT_3_FACILITATOR_API.md | API tasks |
| AGENT_4_FACILITATOR_MONITORING.md | Monitoring tasks |
| AGENT_5_FACILITATOR_DEPLOYMENT.md | Deployment tasks |
| AGENT_PHASE2_PROMPTS.md | All Phase 2 prompts |
| AGENT_PHASE3_PROMPTS.md | All Phase 3 prompts |
---
## β
Success Criteria
Facilitator is complete when:
- [ ] `packages/facilitator/` exists with full implementation
- [ ] All unit tests pass
- [ ] Docker image builds
- [ ] API responds to health check
- [ ] Payment verification works
- [ ] Settlement works on Base testnet
- [ ] Prometheus metrics exposed
- [ ] Documentation written
---
## π° Revenue Unlocked Per Phase
```
Phase 1: $100K/year (0.1% facilitator fees)
Phase 2: +$90K/year (listings, credits, wallets)
Phase 3: +$200K/year (gateway, subscriptions, API)
Phase 4: +$110K/year (staking, webhooks)
ββββββββββββββββββββββββββββββββββββββββββββ
Total: $500K ARR
```
---
## π Launch Checklist
After all phases complete:
- [ ] Deploy facilitator to production
- [ ] Configure production secrets
- [ ] Set up monitoring alerts
- [ ] Announce on social media
- [ ] Monitor first transactions
- [ ] Collect and reinvest revenue
---
**LFG! π₯**