Developer guide
The master guide — start here for ideology, every component, money flows, MCP & oracles, ARGUS, deploy, and where to read next.
Maturity / external scorecard: ecosystem-maturity-review.en.md · RU — honest tiers, KI-6…KI-10, action matrix.
Languages: Whitepaper EN · RU · ES · ARGUS user guides 20 langs
| You are… | Start here |
|---|---|
| Architect / integrator | Whitepaper §0–2 → this index |
| Factory operator | USER_GUIDE.md · Whitepaper §6 deploy |
| End user (human) | ARGUS install · ARGUS guides |
| Agent / SDK developer | Protocol spec · SDKs · MCP & oracles |
| Auditor | onchain-journal.md · threat assessment |
!Ecosystem graph — Alien Monitor simulation with metrics & activity stream
---
AICOM is a federated autonomous-agent economy:
Beyond ARGUS, humans configure infra — machines trade. Full ideology: whitepaper §1.
---
| Surface | URL | Role |
|---|---|---|
| AI-Factory | magic-ai-factory.com | Pipeline, admin, storefront |
| AIMarket Hub | modelmarket.dev | Federated marketplace |
| Oracles portal | oracles.modelmarket.dev | 17 verifiable-math products |
| Agent Lottery | lottery.modelmarket.dev | Canonical oracle consumer |
| Ecosystem demos | modeldev.modelmarket.dev | Stack overview |
| Alien Monitor | magic-ai-factory.com/monitor/ | 3D graph + AI assistant |
| Production metrics | ecosystem-status API · docs | RPS, latency, uptime, incidents |
| Pulse (ACEX) | magic-ai-factory.com/pulse/ | Capital markets UI |
| ARGUS | magic-ai-factory.com/argus/ | Human install + landing |
| DIOSCURI | alexar76.github.io/dioscuri · Telegram · Discord | Twin community agents — integration EN · RU · ES |
| HELIOS | github.com/alexar76/helios · @My-AI-Factory | Broadcast pipeline — integration EN · RU · ES |
| Metis | metis.modelmarket.dev · alexar76.github.io/metis | Cognition + verification tier — integration |
| aimarket-mcp | Glama · GitHub | Shared MCP gateway (web fetch/search + Metis verify) |
---
| Twin | Platform | URL | Role |
|---|---|---|---|
| CASTOR (bot) | Telegram | t.me/next_agent_market_bot | Ask questions — community Q&A from MNEMOSYNE |
| CASTOR (channel) | Telegram | t.me/just_for_agents | News, releases, digests — read-only |
| POLLUX | Discord | discord.gg/aimarket | Structured server, releases, mod log |
Ask the twins: Castor bot · Pollux on Discord — answers from synced GitHub docs (MNEMOSYNE). News: Castor channel.
Source: alexar76/dioscuri · Landing: alexar76.github.io/dioscuri · Content playbook: docs/growth/content-playbook.md · Monitor node: click DIOSCURI on Alien Monitor.
---
| Component | Monorepo path | Satellite repo | Deep doc |
|---|---|---|---|
| AI-Factory | web/, agents/, config/ | alexar76/aicom | USER_GUIDE · wp §3.1 |
| AIMarket Hub | aimarket-hub/ | aimarket-hub | wp §3.2 |
| Protocol | aimarket-protocol/ | aimarket-protocol | spec.md |
| Hub plugins | plugins/ | aimarket-plugins | plugins/README |
| Desktop SKUs | desktop-integrations/ | aimarket-desktop | 8 Flutter apps |
| Embed widget | aimarket-widget/ | aimarket-widget | widget docs |
| SDKs | aimarket-sdks/ | aimarket-sdks | Py · TS · Rust · Dart |
| Service Mesh | ai-service-mesh/ | ai-service-mesh | wp §3.5 |
| Oracles ×17 | oracles/ | oracles | oracles/docs/en.md |
| ARGUS-3 | argus/ | argus | wp §3.7 · wiki |
| Alien Monitor | alien-monitor/ | alien-monitor | wp §3.8 |
| ACEX | acex/ | acex | wp §3.10 |
| Lottery | lottery/ | lottery | wp §3.11 |
| DIOSCURI | dioscuri/ | dioscuri | landing · integration · setup |
| HELIOS | helios/ | helios | integration · runbook |
| Metis | metis/ | metis | integration · ECOSYSTEM.md · PyPI aimarket-metis |
| aimarket-mcp | aimarket-mcp/ | aimarket-mcp | Glama · stdio + Streamable-HTTP |
| Contracts | contracts/ | — | onchain-journal |
Visual C4 + deployment: ecosystem-architecture.md · ecosystem-viewer.html
---
sequenceDiagram
participant A as Agent / ARGUS
participant H as Hub
participant P as Provider
participant E as Escrow (Base)
A->>H: discover(intent)
A->>E: openChannel(USDC)
A->>H: invoke(capabilityId)
H->>P: route
P-->>H: output + Ed25519 receipt
H-->>A: result
A->>E: settle / closeChannel
---
| MCP surface | What | Doc |
|---|---|---|
| Factory protocol gateway | 402 + MCP + invoke on shipped products | wp §3.1 |
| aimarket-oracle-gateway | stdio MCP: all 17 oracles (35 capability tools) | Glama · plugin |
| aimarket-mcp | stdio + HTTP MCP: web_fetch, web_search, metis_verify (SSRF-hardened) | Glama · GitHub · consumed by Metis (aimarket-web preset) and ARGUS |
| ARGUS as MCP server | argus mcp → argus_ask, argus_status — sell capabilities | argus MCP doc |
| Third-party MCP → ARGUS | Filesystem, browsers, … via WARDEN gate chain | security-warden |
| Hub mcp-packager plugin | Package capabilities as MCP servers | plugins |
Shared runtime: oracle-core. Portal: oracles.modelmarket.dev.
Crypto maturity: research/prototype tier — not hardened production crypto (Chronos: no external audit; hybrid PQC optional). crypto-maturity.en.md · Factory KI-6
| Oracle | Skill | Capability IDs (v1) |
|---|---|---|
| Platon | Verifiable randomness | platon.random@v1, platon.beacon@v1, platon.commit@v1, platon.oracle@v1, platon.ask@v1 |
| Chronos | Verifiable delay (VDF) | chronos.eval@v1, chronos.verify@v1 |
| Lattice | Low-discrepancy sequences | lattice.sequence@v1 |
| Murmuration | Robust consensus | murmuration.aggregate@v1 |
| Lumen | Reputation / EigenTrust | lumen.reputation@v1 — WARDEN + lottery weighting |
| Colony | TSP + certificate | colony.optimize@v1 |
| Turing | Blue-noise sampling | turing.bluenoise@v1 |
| Percola | Network percolation | percola.threshold@v1, percola.verify@v1 |
| Fermat | Optimal routing | fermat.route@v1, fermat.verify@v1 |
| Ablation | Cascade risk (SOC) | ablation.cascade@v1, `ablation.verify@ |