Back to Documentation

AITBC System Components

Overview of all components in the AITBC platform, their status, and documentation links.

Core Components

Blockchain Node

PoA/PoS consensus with REST/WebSocket RPC, real-time gossip layer, and comprehensive observability. Production-ready with devnet tooling.

Live
Learn More

Coordinator API

FastAPI service for job submission, miner registration, and receipt management. SQLite persistence with comprehensive endpoints.

Live
Learn More

Marketplace Web

Vite/TypeScript marketplace with offer/bid functionality, stats dashboard, and mock/live data toggle. Production UI ready.

Live
Learn More

Explorer Web

Full-featured blockchain explorer with blocks, transactions, addresses, and receipts tracking. Responsive design with live data.

Live
Learn More

Wallet Daemon

Encrypted keystore with Argon2id + XChaCha20-Poly1305, REST/JSON-RPC APIs, and receipt verification capabilities.

Live
Learn More

Trade Exchange

Bitcoin-to-AITBC exchange with QR payments, user management, and real-time trading. Buy tokens with BTC instantly.

Live
Learn More

Pool Hub

Miner registry with scoring engine, Redis/PostgreSQL backing, and comprehensive metrics. Live matching API deployed.

Live
Learn More

Architecture Overview

The AITBC platform consists of 7 core components working together to provide a complete AI blockchain computing solution:

┌─────────────┐ ┌──────────────┐ ┌─────────────┐ │ Clients │────▶│ Coordinator │────▶│ Blockchain │ │ │ │ API │ │ Node │ └─────────────┘ └──────────────┘ └─────────────┘ │ │ │ ▼ ▼ ▼ ┌─────────────┐ ┌──────────────┐ ┌─────────────┐ │ Wallet │ │ Pool Hub │ │ Miners │ │ Daemon │ │ │ │ │ └─────────────┘ └──────────────┘ └─────────────┘

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

Quick Links

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: