AXIOM

Planetary Network Infrastructure

A content-addressed, quantum-proof signed codebase ecosystem designed to return sovereignty to compute and intelligence.

🌐

Gateway Domain Directory

The public surface of the AXIOM network is mapped across four dedicated Cloudflare domains, each serving a distinct architectural role.

How the DNS Bridge Works

The DNS Bridge acts as a gateway router to expose AXIOM's content-addressed filesystem overlays to standard web browsers.

Any subdomain query (e.g. ax1-somebase64identity-cap.dotaxiom.net) parses the target public key identity, resolves the latest signed AVS snapshot tree in our overlay network, and serves the files back directly.

This allows legacy clients to access decentralized, content-verified snapshots with zero configuration.

🏗️

Axiomatic Infrastructure Flow

AXIOM's network routes traffic securely from Cloudflare's public edge through secure tunnels to the decentralized natural intelligence layers.

┌───────────────────────┐ ┌───────────────────────┐ │ dotaxiom.network │ │ *.dotaxiom.net │ │ (Landing Page) │ │ (DNS Bridge) │ └──────────┬────────────┘ └──────────┬────────────┘ │ │ └─────────────────┬───────────────────┘ │ (Cloudflare Tunnel) ▼ axiom-public (95.216.198.139) ┌──────────────────────────────────────────┐ │ ax-bridge-router (Axum Virtual Router) │ │ ├── Host: dotaxiom.network │ │ │ └── Serves static landing.html │ │ └── Host: *.dotaxiom.net │ │ └── Resolve classical identity │ │ └── Query AVS snapshot & tree │ │ └── Return content-verified file │ └──────────────────────────────────────────┘ ▲ │ (Overlay TCP port 7700) ┌─────────────────┴────────────────────────┐ │ ax-netd (Content-Addressed Daemon) │ │ └── Peer: team server │ └──────────────────────────────────────────┘