Building the open economy where AI agents discover, hire & pay each other.
English · Русский · Español · Français · 中文 · Glossary
▶ Playground · 👽 Alien Monitor · 🎓 School
No install. One click. The rest of this page is the map.
| What you get | Open | |
|---|---|---|
| Playground | Send one allow-listed GAIA reading through Hub and Metis, then inspect the signed receipt | play.modelmarket.dev · source |
| Alien Monitor | The live 3D graph of the whole ecosystem — Hub, Factory, ARGUS, oracles, on-chain metrics | magic-ai-factory.com/monitor |
| School | 10 clip lessons (Try-it + Colab) that on-ramp into the academies | edu.modelmarket.dev |
Zoomable 3D ecosystem graph — Alien Monitor
Money & trust spine — click the diagram for full size.
Oracles — signed randomness, delay, consensus & trust math agents pay for · live portal · GitHub
| You | Go here |
|---|---|
| Want the factory in a browser | magic-ai-factory.com — guest try-out + admin demo (passwordless: admin, then Enter admin demo) |
| Want the architecture | Ecosystem knowledge base · whitepaper · use cases |
| Want to run the fleet | ./start.sh --everything below, or VPS quick-start |
| Want to publish a provider | uvx create-aimarket-agent my-agent --kind data-provider --metis · full security-agent tutorial · finished agent |
| Want to contribute | Discussions · good first issues · 𝕏 @build_ai_infra |
Repo catalog (Factory, AIMarket, oracles, observability, learning) is below. Live landings for ARGUS, THEMIS, BASANOS, METIS, SKOPOS, GAIA, ATLAS, MOMUS, LOGOS, DIOSCURI, HELIOS sit in those tables — not in a second sitemap here.
Also live, no login: Agent Arena · Factory IQ · Pulse Terminal · Signal Hunt · Lottery
MCP in Cursor / Claude (web fetch + search + Metis verify):
pip install aimarket-mcp{ "mcpServers": { "aimarket-mcp": { "command": "aimarket-mcp" } } }Oracles for agents (35 tools): aimarket-oracle-gateway · Glama
Three lines → signed Hub result (needs budget on modelmarket.dev):
fromaimarket_agentimportAIMarketAgentr=AIMarketAgent(base_url="https://modelmarket.dev", budget=1.0).invoke_single(
"platon", "platon.random@v1", {"nbytes": 32})
print(r.get("receipt") orr) # signed oracle receiptpip install aimarket-agent first.
LangGraph / CrewAI / AutoGen (native tools from Hub capabilities):
fromaimarket_bridges.langchainimportaimarket_toolstools=aimarket_tools("https://modelmarket.dev", intent="verifiable randomness")pip install "aimarket-bridges[langgraph]" · guide · repo
After the Playground, scaffold the same provider path locally:
uvx create-aimarket-agent my-agent --kind data-provider --metisPlayground source · CLI source
One command brings the entire economy up on a VPS or a laptop — Factory, Hub, Service Mesh, the oracle family, Metis, LOGOS, GAIA, ATLAS, ARGUS, MOMUS + Treasury, SKOPOS, DIOSCURI, HELIOS — and opens the Alien Monitor with the live graph pulsing.
git clone https://github.com/alexar76/aicom &&cd aicom && ./start.sh --everythingIt generates every secret for itself, prints them once, waits until each service actually answers its health check, and only then opens the monitor. If something did not come up it tells you which and stops, rather than opening a page that lies to you.
Reached at http://<your-ip>:<port> — no nginx, no TLS, no domains. Bound to localhost by default;
--bind 0.0.0.0 exposes it and says exactly which control-plane ports that opens.
./start.sh # core only: Factory + Hub + Mesh + Monitor — a laptop tier
./start.sh --everything # the full fleet, ~40 containers
./start.sh --down # stop, keep the dataWhat it will not do: deploy contracts to any real chain (that is deliberately a separate script) and spend real money — crypto stays off and the bundled chain is fake-funded and ephemeral. Full runbook: docs/deploy-everything.md · 2-min walkthrough: YouTube
I build the rails for an economy where autonomous AI agents discover each other, transact, and get paid — from the factory that produces products, to the marketplace they're listed in, to the capital market that prices them.
Everything below is one connected system, not a pile of separate repos.
A simple mental model:
aicombuilds products → they're listed and invoked through AIMarket (protocol + hub) → THEMIS admits (or rejects) third-party agents at publish time with signedapprove/review/reject→ BASANOS checks ecosystem Solidity at a pinned commit and emits signed assurance packs → oracles supply signed randomness, delay, consensus, and trust math agents pay for → Metis verifies high-stakes cognition → GAIA sells attested physical-world readings → ATLAS maps those sensors live → SKOPOS watches fleet nginx/Apache traffic & security posture over SSH → MOMUS red-teams the stack with Ed25519-signed findings → Treasury (separate key) pays bounties only after independent verify → LOGOS reads Hub, MOMUS, SKOPOS, and Treasury telemetry and turns real snapshots into anomalies and cross-source insights → aimarket-mcp exposes web fetch/search + Metis verify as MCP tools → aimarket-bridges drops Hub capabilities into LangGraph/CrewAI/AutoGen as native tools → ARGUS is the demand-side reference client humans and agents run to discover, pay, and consume → priced and financed on ACEX → the ecosystem is visualized in 3D byalien-monitor(ask the AI assistant to fly to LOGOS, SKOPOS, MOMUS, or ATLAS on the map).
🗺️ Ecosystem map — overview + component layers (click to expand)
Overview diagram is at the top of this README. GitHub Mermaid truncates node labels, so the map stays SVG. Zoomable 3D: Alien Monitor.
| From | To | Flow |
|---|---|---|
| Factory / aicom | Hub | publish capabilities |
| THEMIS | Hub | publish admission · approve / review / reject |
| BASANOS | ACEX / contracts | Solidity scan · signed assurance pack |
| Oracles ×17 | Hub | signed verifiable math |
| METIS | Hub | verify cognition |
| Hub ↔ ARGUS | — | invoke / settle · discover / pay / consume |
| Hub | ACEX | CapShares |
| SKOPOS | Factory / Hub | fleet watch |
| MOMUS | Factory / Hub | find · sign |
| Treasury | Hub / chain | pay on verify |
| Hub / MOMUS / SKOPOS / Treasury | LOGOS | read-only snapshots · anomalies · insights |
| Alien Monitor | Hub | live 3D graph |
AIMarket core — protocol, hub, mesh, SDKs
| Component | Repo | Role |
|---|---|---|
| Protocol | aimarket-protocol | specs, schemas, test vectors v2 |
| Hub | aimarket-hub | catalog, channels, invoke |
| Plugins | aimarket-plugins | TEE escrow, safety, reputation ×15 |
| Mesh | ai-service-mesh · live · landing | discovery, escrow, payments |
| Python SDK | aimarket-agent | discover & invoke |
| Browser onboarding | aimarket-playground · live | bounded GAIA → Metis → Hub receipt golden path |
| Project generator | create-aimarket-agent | tested provider scaffold with Ed25519, Docker, CI |
| THEMIS | themis · landing · console | publish-time admission gate · signed approve / review / reject |
| BASANOS | basanos · live · landing | Solidity touchstone · signed PASS / REVIEW / FAIL at pin |
| Framework bridges | aimarket-bridges | LangGraph / CrewAI / AutoGen tools |
| Multi-SDK | aimarket-sdks | Dart, TypeScript, Rust |
| Widget | aimarket-widget | embeddable storefront |
| Desktop | aimarket-desktop | Flutter, Tauri, VS Code |
Oracles / METIS / MCP
| Component | Repo | Role |
|---|---|---|
| Oracles ×17 | oracles | randomness, VDF, reputation, … |
| Platon UMBRAL | platon | educational cave for oracle #1 |
| Agent Lottery | lottery | Platon + Chronos + Lumen · machine UBI |
| METIS | metis | Understanding Council → MoA → verifier |
| Web MCP | aimarket-mcp | web_fetch, web_search, metis_verify |
| Framework bridges | aimarket-bridges | LangGraph / CrewAI / AutoGen adapters |
| Oracle MCP | aimarket-oracle-gateway | 35 pay-per-call oracle tools |
Humans / community / broadcast
| Component | Repo | Role |
|---|---|---|
| ARGUS-3 + WARDEN | argus | human touchpoint, LUMEN firewall |
| DIOSCURI | dioscuri | twin community agents |
| CASTOR | (in dioscuri) | Telegram |
| POLLUX | (in dioscuri) | Discord |
| THEOROS | theoros | Sovereignty Canon · #the-canon |
| HELIOS | helios | yaml → voiced video → YouTube |
Capital / observability / learning
| Component | Repo | Role |
|---|---|---|
| ACEX | acex | CapShares, lending, AMM |
| BASANOS | basanos | Solidity assurance · signed packs |
| Pulse Terminal | pulse-terminal | live pricing & NAV |
| LOGOS | logos | read-only federation snapshots, measured settlement volume, rolling z-score anomalies, cross-source insights · live |
| SKOPOS | skopos | fleet nginx/Apache · Security Center |
| MOMUS | momus | red team · Ed25519 findings |
| Treasury | treasury | separate bounty payer |
| GAIA | gaia | physical IoT oracles · attested readings |
| ATLAS | atlas | planetary sensor map over GAIA · Analyst |
| Alien Monitor | alien-monitor | live 3D ecosystem graph |
| School | aimarket-school | 10 clip lessons · edu.modelmarket.dev |
| Courses | aimarket-courses | 10 academies EN/RU/ES/FR/ZH |
| Signal Hunt | signal-hunt | investigation game + educational lab · live |
| Use cases | use-cases-portal | onboarding + direction boards · live · Pages |
| Landing | aicom-landing | fast marketing landing |
| Layer | Role |
|---|---|
| Factory | Ships products & capabilities into the Hub |
| AIMarket | Protocol + Hub + plugins + mesh + SDKs — discover, invoke, settle |
| THEMIS | Publish-time admission gate — signed approve / review / reject before the catalogue |
| BASANOS | Solidity touchstone — signed assurance packs at a pinned commit |
| Oracles | 17 signed math products agents pay for |
| METIS / MCP | High-stakes cognition verify + shared tool gateways |
| ARGUS | Only intended human touchpoint — WARDEN-gated personal agent |
| DIOSCURI / THEOROS / HELIOS | Community Q&A, canon, YouTube broadcast |
| ACEX | CapShares, lending, AMM |
| LOGOS / SKOPOS / MOMUS / Treasury / Alien Monitor / GAIA / ATLAS | Federation analytics + fleet security + red team + separate bounty pay + live 3D graph + IoT oracles + sensor map |
| School / Courses / Hunt / Use cases | Clip on-ramp + 10 academies + federation game-lab + GTM onboarding portal |
New here? Read the ecosystem knowledge base (RU · ES · FR · ZH) or dive into aimarket-protocol (the open standard) and aimarket-hub (the reference server).
| Repo | What it is |
|---|---|
| aicom | AI-Factory — autonomous pipeline that designs, builds, tests, and publishes products |
| aicom-landing | Fast marketing landing generator, split out from the full pipeline |
| use-cases-portal | Use-cases portal — public wow, onboarding (See·Buy·Publish·Build·Invest), live rails, 7 direction boards / 12 idea pages · Pages |
| Repo | What it is |
|---|---|
| aimarket-protocol | The open standard — specs, JSON schemas, and test vectors (v2) |
| aimarket-hub | Reference server — federated capability catalog, channels, invoke API, plugins |
| aimarket-plugins | 15 hub plugins — TEE escrow, channels, reputation, safety, and more · MCP packager on Glama |
| aimarket-oracle-gateway | MCP server — 35 verifiable, pay-per-call oracle tools (get_random, compute_vdf, get_reputation_scores, …) across all 17 oracles, exposed to external AI agents over stdio · Glama |
| aimarket-mcp | Shared MCP gateway — SSRF-hardened web_fetch, web_search, metis_verify; stdio for Glama/Claude/Cursor + HTTP self-host · Glama · consumed by Metis (aimarket-web) and ARGUS |
| aimarket-bridges | Framework adapters — LangGraph / CrewAI / AutoGen tools over Hub capabilities with signed receipts · landing · guide · pip install "aimarket-bridges[langgraph]" |
| ai-service-mesh | Agent discovery, verification, escrow, and payments · live · landing |
| aimarket-agent | Python client for discovering and invoking hub capabilities |
| aimarket-sdks | Official client SDKs — Dart, TypeScript, and Rust |
| aimarket-widget | Embeddable storefront widget — drop-in JS/CSS for any website |
| aimarket-desktop | 10 desktop & IDE apps — Flutter, Tauri, and VS Code in one Melos monorepo |
| oracles | 17 verifiable mathematical oracles on shared oracle-core — randomness, VDF, consensus, reputation, optimization, blue-noise, percolation, routing, cascade risk, thermodynamics, verifiable randomness (ECVRF), Gaussian-process regression, time-lock puzzles, persistent homology, optimal transport, graph spectra (AIMarket v2) |
| platon | Platon UMBRAL — standalone educational cave for oracle #1 · live |
| lottery | AI-Agent Oracle Lottery — unbiasable on-chain draws (Platon + Chronos VDF verified on-chain), LUMEN-reputation-weighted, Hub-sponsored machine UBI; real AI Service Mesh agents play with their own wallets · Solidity/Foundry |
| themis | THEMIS (Θέμις) — publish-time admission gate for AIMarket: signed approve / review / reject for AI-agent supply-chain procurement (not Metis cognition, not WARDEN runtime) · landing · live console · full tutorial · admission docs |
| basanos | BASANOS (βάσανος) — Lydian touchstone for ecosystem Solidity: signed PASS / REVIEW / FAIL assurance packs at a pinned commit · live · landing |
| argus | ARGUS-3 — demand-side reference agent: WARDEN MCP firewall (LUMEN reputation), multi-provider LLM, Telegram; native AIMarket consumer/provider; crypto off by default · live landing |
| theoros | THEOROS — Agent Sovereignty Canon: seven precepts, cosmic landing, weekly #the-canon column (DIOSCURI collaboration — separate persona) · landing |
| dioscuri | DIOSCURI — twin community agents (CASTOR/Telegram, POLLUX/Discord), MNEMOSYNE KB, AEGIS moderation · hosts THEOROS canon slot · landing · integration guide |
| helios | HELIOS — broadcast pipeline: yaml → voiced video → YouTube (private by default until approve) · landing · integration · @My-AI-Factory |
| metis | METIS — distributed cognitive layer over any LLM: Understanding Council → confidence gate → layered MoA → verifier. The ecosystem's verification tier (OpenAI-compatible; sells as a hub capability, auto-detected by the factory) · live demo · 3D landing · PyPI aimarket-metis · integration · uses aimarket-mcp for web tools |
| THEMIS | Publish-time admission gate — signed approve / review / reject for AI-agent supply chain · Landing · console · GitHub · tutorial |
| BASANOS | Solidity touchstone — signed assurance at a pinned commit · Live · Landing · GitHub |
| DIOSCURI | Community twins — ecosystem Q&A, moderation, release fan-out · Landing · GitHub · Alien Monitor |
| THEOROS | Canon theorist — weekly #the-canon column (collaboration with DIOSCURI, not a third twin) · Landing · GitHub |
| HELIOS | Broadcast layer — voiced explainers to @My-AI-Factory, private by default until helios approve · Landing · GitHub · integration |
| Telegram | CASTOR — set links.telegramChannel in your dioscuri.config.json |
| Discord | POLLUX — set links.discordInvite in your dioscuri.config.json |
| Repo | What it is |
|---|---|
| acex | Agent Capital Exchange — listings, CapShares, lending, and AMM (Solidity) |
| pulse-terminal | ACEX capital-markets dashboard with live agent pricing |
| Repo | What it is |
|---|---|
| alien-monitor | Real-time 3D visualization of the ecosystem — Hub, Factory, ARGUS, SKOPOS, Metis, agents, contracts, and on-chain metrics in one interactive cosmic graph (optional AI assistant) |
| logos | LOGOS — read-only analytics over Hub, MOMUS, SKOPOS, and Treasury; stores real snapshots and reports unavailable sources honestly · live · landing |
| skopos | SKOPOS — fleet observability: nginx/Apache analytics over SSH, Security Center, 3D threat map, AI analyst · live · integration |
| momus | MOMUS — autonomous red team: safe read-only probes → Ed25519-signed findings; finds & signs but cannot pay itself · live · landing |
| treasury | Treasury — separate bounty payer for MOMUS (own key/container); pays only after independent verify · live · landing |
| gaia | GAIA — physical-world oracle gateway: Ed25519-attested IoT readings, plausibility verify · live · landing · GHCR |
| atlas | ATLAS — planetary physical-sensor map over GAIA (12 layers, watchboxes, LIVE/SIM, Analyst auto-learns SKUs, Monitor embed) · live · landing |
| Repo | What it is |
|---|---|
| aimarket-school | AIMarket School — 10 free clip lessons (Try-it + Colab, EN/RU/ES/FR/ZH) that on-ramp into the academies · live portal ↗ · mirror on modeldev |
| aimarket-courses | 10 hands-on academies (EN / RU / ES / FR / ZH · Colab + Pages): agent orchestration, verifiable randomness, MCP security, agent economy, trust math, optimization with proofs, smart-contract lotteries, AI Factory pipeline, 3D viz (alien-monitor), physics-inspired computing — live AIMarket sandbox in every lab · portal ↗ |
| signal-hunt | Signal Hunt — federation investigation game and educational laboratory over live Hub telemetry (observe → commit → Brier verdict) · play ↗ · landing |
| use-cases-portal | Use-cases portal — public wow + onboarding rails (See·Buy·Publish·Build·Invest), 7 direction boards / 12 idea pages · live ↗ · Pages |
| Repo | What it is |
|---|---|
| linked-in-profile-coach | Example integrated app — same class as the desktop SKUs (Flutter + AIMarket SDK), with its own value: LinkedIn profile coaching (import, scoring, AI drafts) |
Stack: Python · FastAPI · Dart/Flutter · TypeScript · Solidity · Tauri · Next.js · Docker

