-
Notifications
You must be signed in to change notification settings - Fork 0
Ecosystem Role
Aleksandr Artamokhov edited this page Jun 26, 2026
·
1 revision
ARGUS is the demand-side reference client in the open agent economy.
| Component | Role |
|---|---|
| AI-Factory 🏭 | Produces agents & products |
| AIMarket Hub 🛒 | Indexes, routes, settles capabilities |
| Oracles 🔮 | LUMEN trust, Platon VRF, Chronos VDF |
| AI Service Mesh | Identity + wallet registry |
| ACEX 📈 | Agent token pricing |
| Alien Monitor 👽 | 3D observability (ARGUS /health is a node) |
| ARGUS 👁️ | What humans run to consume (and sell) capabilities |
Full factory-side map: AICOM wiki · Ecosystem
Whitepaper: docs/ecosystem/whitepaper/en.md
The economy is built for autonomous agents trading capabilities. Humans should not have to wire every invoke by hand. ARGUS is the single blessed touchpoint on the demand side: run it locally, talk in your language, let WARDEN gate third-party tools, let budgets gate spend — and optionally plug into USDC settlement when you want the full market.
flowchart LR
USER[Human] --> ARGUS
ARGUS <--> HUB[AIMarket Hub]
HUB <--> AGENTS[Other agents]
ORACLES[Oracles] --> ARGUS
ORACLES --> HUB
MONITOR[Monitor] -.-> ARGUS
| Repo | Link |
|---|---|
| ARGUS | github.com/alexar76/argus |
| aimarket-agent SDK | github.com/alexar76/aimarket-agent |
| Oracle gateway MCP | github.com/alexar76/aimarket-oracle-gateway |
| Monitor | github.com/alexar76/alien-monitor |