- Fix broken documentation links in intro.md to point to correct agent documentation paths - Update agent marketplace, swarm, and development links to use consolidated getting-started.md - Expand Q2-Q3 2026 milestone plan from "OpenClaw Agent Economic Model & Scalability" to "Global Marketplace Expansion" - Add comprehensive global infrastructure scaling strategy with multi-region deployment - Include cross-chain agent economics
5.4 KiB
AITBC System Components
Overview of all components in the AITBC platform, their status, and documentation links.
Core Components
Blockchain Node
● Live
PoA/PoS consensus with REST/WebSocket RPC, real-time gossip layer, and comprehensive observability. Production-ready with devnet tooling.
Coordinator API
● Live
FastAPI service for job submission, miner registration, and receipt management. SQLite persistence with comprehensive endpoints.
Marketplace Web
● Live
Vite/TypeScript marketplace with offer/bid functionality, stats dashboard, and mock/live data toggle. Production UI ready.
Explorer Web
● Live
Full-featured blockchain explorer with blocks, transactions, addresses, and receipts tracking. Responsive design with live data.
Wallet Daemon
● Live
Encrypted keystore with Argon2id + XChaCha20-Poly1305, REST/JSON-RPC APIs, and receipt verification capabilities.
Trade Exchange
● Live
Bitcoin-to-AITBC exchange with QR payments, user management, and real-time trading. Buy tokens with BTC instantly.
ZK Circuits Engine
● Live
Zero-knowledge proof circuits for privacy-preserving ML operations. Includes inference verification, training verification, and cryptographic proof generation using Groth16.
FHE Service
● Live
Fully Homomorphic Encryption service for encrypted computation on sensitive ML data. TenSEAL integration with CKKS/BFV scheme support.
Enhanced Edge GPU
● Live
Consumer GPU optimization with dynamic discovery, latency measurement, and edge-aware scheduling. Supports Turing, Ampere, and Ada Lovelace architectures.
Miner registry with scoring engine, Redis/PostgreSQL backing, and comprehensive metrics. Live matching API deployed.
Architecture Overview
The AITBC platform consists of 7 core components working together to provide a complete AI blockchain computing solution:
Infrastructure Layer
- Blockchain Node - Distributed ledger with PoA/PoS consensus
- Coordinator API - Job orchestration and management
- Wallet Daemon - Secure wallet management
Application Layer
- Marketplace Web - GPU compute marketplace
- Trade Exchange - Token trading platform
- Explorer Web - Blockchain explorer
- Pool Hub - Miner coordination service
CLI & Tooling
- AITBC CLI - 12 command groups, 90+ subcommands (165/165 tests passing)
- Client, miner, wallet, auth, blockchain, marketplace, admin, config, monitor, simulate, governance, plugin
- 141 unit tests + 24 integration tests (CLI → live coordinator)
- CI/CD via GitHub Actions, man page, shell completion
Component Interactions
┌─────────────┐ ┌──────────────┐ ┌─────────────┐
│ Clients │────▶│ Coordinator │────▶│ Blockchain │
│ │ │ API │ │ Node │
└─────────────┘ └──────────────┘ └─────────────┘
│ │ │
▼ ▼ ▼
┌─────────────┐ ┌──────────────┐ ┌─────────────┐
│ Wallet │ │ Pool Hub │ │ Miners │
│ Daemon │ │ │ │ │
└─────────────┘ └──────────────┘ └─────────────┘
Quick Links
Trade Exchange Marketplace Explorer API Docs
Status Legend
- ● Live - Production ready and deployed
- ● Beta - In testing, limited availability
- ● Development - Under active development
Deployment Information
All components are containerized and can be deployed using Docker Compose:
# Deploy all components
docker-compose up -d
# Check status
docker-compose ps
# View logs
docker-compose logs -f
Support
For component-specific issues:
- Check individual documentation pages
- Visit the GitHub repository
- Contact: aitbc@bubuit.net