OPTXOPTX DOCS
AARON Protocol

AARON Protocol Overview

652015

Asynchronous Audit RAG Optical Node — gaze attestation router bridging biometrics to Solana.

AARON (Asynchronous Audit RAG Optical Node) is the gaze attestation router for the OPTX platform. It validates privacy-preserving gaze proofs from client devices, records session state in SpacetimeDB, and bridges verified attestations to Solana via the DePIN program.

AARON connects JETT Auth (your biometric gaze signature) through the OPT𝕏 secure bridge to the public OPTX blockchain on Solana. Private compute runs on edge hardware; only opaque proof hashes go on-chain.

curl https://aaron.jettoptics.ai/session \
  -H "Content-Type: application/json" \
  -d '{"user_id": "demo-user"}'

Naming Hierarchy

NameFull FormDescription
JETT AuthJett Encryption Temporal Template AuthBiometric gaze signature + SSO 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 NodeOn-chain protocol + private edge router. DePIN node that validates and routes.
OPTXThe Public Blockchain & Token NetworkThe public-facing Solana mainnet token and protocol.
AGTAgentive Gaze TensorBiometric tensor system (COG/EMO/ENV) powering JETT Auth.

What Does AARON Stand For?

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

DePIN = Decentralized Physical Infrastructure Network. AARON 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.
  • Camera data stays on your local device (never uploaded to a cloud).
  • An opaque mathematical proof of your gaze goes to the 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.
HEDGEHOGThe BrainMCP context bridge. Routes AI queries to Grok, stores gaze data in SpacetimeDB, tracks API usage.
AARON + JOE + HEDGEHOG — Frontend to AARON Router, JOE Agent, HEDGEHOG Brain, Solana chain
AARON + JOE + HEDGEHOG System Architecture

Core Principles

  • Privacy First — Raw biometric data never leaves the validator node. Only opaque 32-byte proof hashes go on-chain.
  • Opaque Proofs — AGT tensor sequences are hashed into attestation digests. No proprietary encoding is exposed in public APIs.
  • x402 Native — Micropayment attestation built-in. Pay-per-action with $OPTX staking tiers.

Source Code

The AARON Router is open source: