AARON Protocol Overview
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
| Name | Full Form | Description |
|---|---|---|
| JETT Auth | Jett Encryption Temporal Template Auth | Biometric gaze signature + SSO on the validator node. The identity layer. |
| OPT𝕏 | Optical Program Technologic 𝕏tension | The secure bridge that turns JETT Auth into verifiable on-chain proofs. |
| AARON | Asynchronous Audit RAG Optical Node | On-chain protocol + private edge router. DePIN node that validates and routes. |
| OPTX | The Public Blockchain & Token Network | The public-facing Solana mainnet token and protocol. |
| AGT | Agentive Gaze Tensor | Biometric tensor system (COG/EMO/ENV) powering JETT Auth. |
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. Classification maps iris movement to COG/EMO/ENV tensor regions.
- N — Node: 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 /sessioncreates a challenge.POST /verifyvalidates 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
| Component | Role | Description |
|---|---|---|
| AARON | The Router | Validates gaze proofs, manages auth sessions, bridges to Solana. The front door for all authentication. |
| JOE | The Agent | JETT Optical Engine. Autonomous AI agent on the validator node. Executes tools, manages services. |
| HEDGEHOG | The Brain | MCP context bridge. Routes AI queries to Grok, stores gaze data in SpacetimeDB, tracks API usage. |
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:
- jettoptx-aaron-router — FastAPI edge router for gaze session management, proof validation, and Solana bridging.
- jettoptx-aaron-public — Cloudflare edge gateway (AARON routes + HEDGEHOG MCP).