The x402 Economic Engine
Every inference, tool call, and agent execution happens through our isolated sandbox, and settles through the x402 protocol:Two-Phase Deferred Settlement
Prevents over-billing on transient failures:- Phase 1 (Validation):
preparePayment()verifies JWT + Redis budget, returnssettle()callback - Model Invocation: Server calls AI provider
- Phase 2 (Settlement):
settle()executes only after first valid response
Session Keys (ERC4337)
For signature-free “Compose Keys” experience:- User grants restricted session key with budget (e.g., $10)
- Key authorized only for
transferFromon USDC contract - Redis tracks real-time usage; blockchain is final authority
- Revocable on-chain at any time
Global Endpoints
| Surface | Endpoint |
|---|---|
| Manowar Server | manowar.compose.market |
| Lambda API | api.compose.market |
| Agent Delegation | /agent/{wallet}/chat |
| Model Registry | /api/registry/model/{modelId} |
Technology Stack
Summary
Manowar is compose.market’s answer to the gap between AI capability and AI agency. It transforms scattered model calls into coherent, persistent, economically-settled workflows that:- Execute Without Supervision: Plan → Act → Reflect loop with multi-run learning
- Remember Across Sessions: Hierarchical memory with safe wipe compression
- Operate Proactively: Natural language triggers and lifecycle hooks
- Settle On-Chain: x402 micropayments for every atomic action
- Run Everywhere: HTTP-native access from any interface, globally distributed