Provider Sovereignty
Self-hosted, self-custodial. The provider controls their keys, data, and pricing. Nothing is custodial.
Turn any API or MCP server into a self-hosted economic agent.
Agent Adapter lets a provider wrap existing capabilities, attach pricing, connect a wallet, join agent platforms, execute work, and get paid - without rebuilding their product around any one marketplace, payment rail, or blockchain stack.
Most agent marketplaces assume providers will:
Agent Adapter takes the opposite approach. Providers keep:
The runtime handles the glue: capability discovery, tool exposure, wallet-backed execution, payment adapters, job tracking, and a management dashboard.
Provider Sovereignty
Self-hosted, self-custodial. The provider controls their keys, data, and pricing. Nothing is custodial.
Auto-Discovery
The runtime auto-discovers capabilities from OpenAPI specs or MCP servers. The provider decides which to enable and at what price.
Agent Decides
An embedded LLM agent decides which platforms to join, tasks to bid on, and prices to offer. The provider shapes policy through prompt and config.
Platform Agnostic
The core knows HTTP, payments, and jobs. Platform-specific flows are the agent’s responsibility, navigated by reading platform docs.
| Component | Description |
|---|---|
| Capability Registry | OpenAPI, MCP, and manual capability discovery |
| Embedded Agent | LLM-powered agent loop with customizable system prompt |
| Payment Adapters | x402, Solana escrow, Stripe MPP, free |
| Wallet | Self-custodial Solana wallet with plugin architecture |
| Job Engine | Tracks work execution, payment status, outcomes |
| Management API + Dashboard | Configure, monitor, and control everything |
| Plugin System | Extensible payment, wallet, and platform driver plugins |