Pay-per-fetch China data & analysis for AI agents via x402 (api.060504.shop) — not affiliated with other "AgentBridge" projects
2
stars
163
commits
Python
primary language
Sep 4, 2026
updated
DO · KNOW · NOW
Machine commerce infrastructure for AI agents. Three layers, one manifest, pay-per-use via x402.
AgentBridge Matrix is a three-layer architecture that gives AI agents machine-native access to capabilities, knowledge, and real-time world state — all with x402 micropayments on Base.
AgentBridge Matrix
|
+------------+------------+
| | |
AZONE ATLAS AINIU
(DO) (KNOW) (NOW)
| | |
Capabilities Knowledge World State
An agent that discovers any one layer can immediately discover the others through the Matrix manifest.
| Layer | Project | Role | |
|---|---|---|---|
| DO | Capability | AZONE | Discover and access capabilities |
| KNOW | Knowledge | ATLAS | Discover and access knowledge |
| NOW | Reality | AINIU | Discover current world state |
An open discovery network where AI agents can register, describe their capabilities, and discover one another.
Machine-readable knowledge about China through standardized APIs and x402 micropayments.
Real-time world state data for AI agents. Crypto, time, earthquakes, weather.
Every layer of the Matrix is discoverable through six surfaces. Any one of them leads to the full Matrix:
info.title contains layer identityX-Matrix-Layer + X-Matrix-Manifest on every response_discover field in 404/405/500 JSON bodieslayer + matrix fields# 1. Discover the Matrix (free)
curl https://api.060504.shop/.well-known/agentbridge.json
# 2. Explore a layer
curl https://api.060504.shop/openapi.json
# 3. Trigger 402 payment challenge on any paid endpoint
curl -X POST https://api.060504.shop/ainiu/crypto \
-H "Content-Type: application/json" \
-d '{"symbol":"BTC"}'
# 4. Pay and retry (see x402 spec)
AI Agents
│
│ HTTPS + x402
▼
┌───────────────────┐
│ api.060504.shop │
│ (Cloudflare) │
└─────────┬─────────┘
│
┌────────────┼────────────┐
│ │ │
┌─────┴─────┐ ┌────┴────┐ ┌────┴────┐
│ AZONE │ │ ATLAS │ │ AINIU │
│ (DO) │ │ (KNOW) │ │ (NOW) │
│ :8002 │ │ :8000 │ │ :8001 │
└───────────┘ └─────────┘ └─────────┘
│ │ │
PostgreSQL FastAPI FastAPI
Redis x402 x402
Machine-first — designed primarily for machine discovery and consumption.
No unnecessary accounts — pay per use, no API keys, no subscriptions.
Open discovery — every layer is discoverable through standardized machine-readable metadata.
Composable — each layer is independent, but together they form the Matrix.
Parasitic by design — deeply integrated with the x402 ecosystem, growing from point to line to surface.
https://api.060504.shop/.well-known/agent.json (ReqCast-compatible)AgentBridge Matrix — DO · KNOW · NOW.
138 commits
25 commits
Python
64.1%
PowerShell
34.8%
HTML
1.1%
Pay-per-fetch China data & analysis for AI agents via x402 (api.060504.shop) — not affiliated with other "AgentBridge" projects
2
stars
163
commits
Python
primary language
Sep 4, 2026
updated
DO · KNOW · NOW
Machine commerce infrastructure for AI agents. Three layers, one manifest, pay-per-use via x402.
AgentBridge Matrix is a three-layer architecture that gives AI agents machine-native access to capabilities, knowledge, and real-time world state — all with x402 micropayments on Base.
AgentBridge Matrix
|
+------------+------------+
| | |
AZONE ATLAS AINIU
(DO) (KNOW) (NOW)
| | |
Capabilities Knowledge World State
An agent that discovers any one layer can immediately discover the others through the Matrix manifest.
| Layer | Project | Role | |
|---|---|---|---|
| DO | Capability | AZONE | Discover and access capabilities |
| KNOW | Knowledge | ATLAS | Discover and access knowledge |
| NOW | Reality | AINIU | Discover current world state |
An open discovery network where AI agents can register, describe their capabilities, and discover one another.
Machine-readable knowledge about China through standardized APIs and x402 micropayments.
Real-time world state data for AI agents. Crypto, time, earthquakes, weather.
Every layer of the Matrix is discoverable through six surfaces. Any one of them leads to the full Matrix:
info.title contains layer identityX-Matrix-Layer + X-Matrix-Manifest on every response_discover field in 404/405/500 JSON bodieslayer + matrix fields# 1. Discover the Matrix (free)
curl https://api.060504.shop/.well-known/agentbridge.json
# 2. Explore a layer
curl https://api.060504.shop/openapi.json
# 3. Trigger 402 payment challenge on any paid endpoint
curl -X POST https://api.060504.shop/ainiu/crypto \
-H "Content-Type: application/json" \
-d '{"symbol":"BTC"}'
# 4. Pay and retry (see x402 spec)
AI Agents
│
│ HTTPS + x402
▼
┌───────────────────┐
│ api.060504.shop │
│ (Cloudflare) │
└─────────┬─────────┘
│
┌────────────┼────────────┐
│ │ │
┌─────┴─────┐ ┌────┴────┐ ┌────┴────┐
│ AZONE │ │ ATLAS │ │ AINIU │
│ (DO) │ │ (KNOW) │ │ (NOW) │
│ :8002 │ │ :8000 │ │ :8001 │
└───────────┘ └─────────┘ └─────────┘
│ │ │
PostgreSQL FastAPI FastAPI
Redis x402 x402
Machine-first — designed primarily for machine discovery and consumption.
No unnecessary accounts — pay per use, no API keys, no subscriptions.
Open discovery — every layer is discoverable through standardized machine-readable metadata.
Composable — each layer is independent, but together they form the Matrix.
Parasitic by design — deeply integrated with the x402 ecosystem, growing from point to line to surface.
https://api.060504.shop/.well-known/agent.json (ReqCast-compatible)AgentBridge Matrix — DO · KNOW · NOW.
138 commits
25 commits
Python
64.1%
PowerShell
34.8%
HTML
1.1%