OPTXOPTX DOCS
AARON Protocol

AARON Protocol Overview

Asynchronous Audit RAG Optical Node β€” the biometric proof protocol that underpins the Astro Knots registry.

AARON (Asynchronous Audit RAG Optical Node) is the biometric proof protocol that underpins the Astro Knots registry. It generates privacy-preserving gaze proofs by encoding AGT tensor sequences into knot invariants, then anchoring them on Solana via CSTB attestations.

AARON connects JETT Auth (your biometric gaze signature) through OPT𝕏 (the secure bridge) to the public OPTX blockchain on Solana. Private compute on edge hardware, public attestations on-chain.

curl https://api.astroknots.space/aaron \
  -H "Content-Type: application/json" \
  -d '{
    "query": "register",
    "gaze": "MEDIUM",
    "x402": "0.05 OPTX"
  }'

Naming Hierarchy

NameFull FormDescription
JETT AuthJoule Encryption Temporal Template AuthBiometric gaze signature + SSO system on the validator node. The identity layer.
OPT𝕏Optical Program Technologic 𝕏tensionThe secure bridge that turns JETT Auth into verifiable on-chain proofs.
AARONAsynchronous Audit RAG Optical NodeThe on-chain protocol + private edge router. DePIN node that validates and routes.
OPTXThe Public Blockchain & Token NetworkThe public-facing Solana mainnet token and protocol. What the world sees.
AGTAgentive Gaze TensorThe biometric tensor system (COG/EMO/ENV) that powers JETT Auth. Performs the Web4 actions for authentication.

What Does AARON Stand For?

  • A β€” Asynchronous: Non-blocking event-driven architecture. Sessions, proofs, and attestations process in parallel across edge and chain.
  • A β€” Audit: Every gaze proof, wallet signature, and token action is cryptographically logged. Immutable trail from eye to chain.
  • R β€” RAG: Retrieval-Augmented Generation. Aaron enriches AI responses with real-time context from SpacetimeDB, Solana state, and gaze history.
  • O β€” Optical: Gaze biometrics via iris tracking. The camera becomes the key. Proprietary classification maps iris movement to COG/EMO/ENV tensor regions.
  • N β€” Node: Runs on OPTX Validator Nodes across the Solana mainnet. Private compute that never exposes raw biometric data to the network.

DePIN = Decentralized Physical Infrastructure Network. AARON is a DePIN node that validates human identity through gaze via JETT Auth, bridges proofs through OPT𝕏, and earns $OPTX on the public network.

For Humans

Aaron is a privacy-first login system that uses your eyes instead of passwords.

  • You look at your screen. Your gaze pattern becomes your identity.
  • The camera data stays on a local device (never uploaded to a cloud).
  • A mathematical proof of your gaze goes to Solana blockchain.
  • You earn $OPTX tokens for proving you are human.
  • No passwords. No emails. No centralized database. Just your eyes.

For Agents

Aaron exposes a stateless REST API for autonomous agent integration.

  • POST /session creates a challenge. POST /verify validates a gaze proof.
  • All I/O is JSON over HTTPS. No cookies, no sessions on the agent side.
  • Agents call Aaron via x402 micropayments ($OPTX per attestation).
  • SpacetimeDB subscriptions enable real-time event-driven workflows.
  • Bridge service watches verified sessions and auto-submits to Solana.

How AARON + JOE + HEDGEHOG Work Together

ComponentRoleDescription
AARONThe RouterValidates gaze proofs, manages auth sessions, bridges to Solana. The front door for all authentication.
JOEThe AgentJETT Optical Engine. Autonomous AI agent on the validator node. Executes tools, manages services, talks via Matrix chat.
HEDGEHOGThe BrainMCP context bridge. Routes AI queries to Grok 4.20, stores gaze data in SpacetimeDB, tracks API usage. The memory layer.
  User (Eyes + Wallet)
        |
        v
  +-----------+     +-----------+     +-------------+
  |  Frontend |---->|   AARON   |---->| SpacetimeDB |
  | (Next.js) |     |  Router   |     |  (Edge DB)  |
  +-----------+     +-----+-----+     +------+------+
        |                 |                   |
        |           validates            stores gaze
        |           gaze proof           sessions +
        |           + AGT tensors        attestations
        |                 |                   |
        |                 v                   v
        |           +-----+-----+     +------+------+
        |           |    JOE    |<--->|  HEDGEHOG   |
        |           |  (Agent)  |     |   (Brain)   |
        |           +-----+-----+     +------+------+
        |                 |                   |
        |           executes tools      routes AI to
        |           Matrix chat,        Grok 4.20,
        |           service mgmt        tracks tokens
        |                 |                   |
        |                 v                   v
        |           +-----+-----+     +------+------+
        |           |  Solana   |     |   SQLite    |
        |           |  (Chain)  |     | (API audit) |
        |           +-----------+     +-------------+
        |                 |
        v                 v
  $OPTX minted     Attestation PDA
  to wallet        stored on-chain

  ---------------------------------------------------
  All three run on OPTX Validator Nodes across the Solana mainnet.
  Raw biometric data never leaves the validator node.
  Only 32-byte opaque proofs reach the blockchain.

Core Principles

  • Privacy First β€” Raw biometric data never leaves the validator node. Only opaque 32-byte proofs go on-chain.
  • Knot-Encoded Proofs β€” Agentive Gaze Tensor (AGT) sequences encoded as knot invariants for privacy-preserving on-chain attestation.
  • x402 Native β€” Micropayment attestation built-in. Pay-per-action with $OPTX staking tiers.

Source Code

The AARON Router is open source:

  • aaron-router on GitHub β€” FastAPI edge router for gaze session management, proof validation, and Solana bridging.

On this page