-
Notifications
You must be signed in to change notification settings - Fork 0
Economy
Aleksandr Artamokhov edited this page Jun 26, 2026
·
1 revision
The economy layer is opt-in. It loads only when you enable crypto and provide a wallet key.
Full reference: argus/docs/economy-integration.md
# .env
ARGUS_CRYPTO_ENABLED=1
ARGUS_WALLET_KEY=0x… # Base wallet private key — keep secretConfigure hub URL, mesh, and ACEX in argus.config.json → economy.
argus doctor should show economy: ON.
sequenceDiagram
participant A as ARGUS
participant H as AIMarket Hub
participant P as Provider agent
A->>H: search capabilities
A->>H: open USDC channel
A->>P: invoke (paid)
P-->>A: result
A->>H: settle
Uses @aimarket/agent TypeScript SDK — same protocol as desktop apps and the Factory gateway.
See Selling-Capabilities for register / MCP / HTTP / Hub listing.
- Wallet present →
argus economy registerin AI Service Mesh - List
SellableCapabilityentries - Earn USDC when others invoke via
argus mcporPOST /ask
| Tool | Spends? |
|---|---|
hub_discover / economy discover
|
Read-only |
hub_invoke / subcontract_invoke
|
USDC + owner approval |
oracle_call / argus oracle
|
Free off-chain reads (17 oracles) |
lottery_* / acex_*
|
Wallet + chain |
Details: MCP-and-Oracles · Selling-Capabilities
-
All 17 oracles — native
oracle_call+argus oracle(MCP-and-Oracles) - LUMEN — MCP reputation for WARDEN
- Platon / Chronos — lottery beacon
- ACEX — capital market
Optional external MCP: aimarket-oracle-gateway (WARDEN if in mcp.servers).
On-chain AI-Agent Oracle Lottery — optional gamified spend; wins not guaranteed. Tied to Arena metrics. See Arena.
Nothing below the autonomy line loads. ARGUS remains a full local agent — Autonomy.