AxionaxAxionax
← Back to Documentation

Architecture & DeAI Layer

The Axionax Protocol is a Layer-1 blockchain designed specifically for Decentralized AI (DeAI) workloads. It combines traditional PoS consensus for transactions with a novel Proof of Probabilistic Checking (PoPC) mechanism for verifiable inference.

Core Blockchain

At its foundation, Axionax is EVM-compatible. Smart contracts are written in Solidity, and users interact with the network using standard Ethereum tooling. However, the underlying node software is custom-built in Rust to maximize performance and memory safety.

The DeAI Layer

Traditional blockchains cannot perform heavy AI computations (like Automatic Speech Recognition or Fraud Detection) because every node must redundantly execute every instruction to reach consensus. AI models are non-deterministic and computationally expensive.

Axionax solves this using the DeAI Layer:

  • Python Integration: Validators embed a Python runtime via PyO3, allowing them to load PyTorch, TensorFlow, or Whisper models directly into node memory.
  • Off-Chain Execution: Heavy ML tasks are executed off-chain by a subset of specialized "Worker Nodes".
  • Proof of Probabilistic Checking (PoPC): Instead of all nodes repeating the work, a single node generates a cryptographically sound "proof of execution". A random committee of validators checks this proof probabilistically. If the proof is valid with 99.99% confidence, the result is committed on-chain.

Marketplace Integration

Developers can lease compute resources via the Axionax Marketplace. Transactions are handled by an Escrow smart contract:

  1. User deposits AXX tokens into an Escrow contract for Job X.
  2. Worker node performs the AI task.
  3. Worker node submits the result and PoPC proof to the network.
  4. Validators verify the proof.
  5. If verified, the Escrow contract automatically releases the AXX tokens to the worker.

Security & Audits

The protocol ensures economic finality. Malicious workers who submit invalid proofs face immediate slashing of their staked AXX tokens. The v1.9.0 testnet is actively undergoing security audits to validate these economic incentives.

Site visitsผู้เข้าชมสะสม: