OPTXOPTX DOCS
Architecture Flows

Gaze-Gated Policy

Biometric verification flow for sensitive operations — AARON Router creates gaze challenges that gate task execution.

Gaze-Gated Policy Enforcement

Tasks flagged with gaze_required: true require biometric verification before an agent can claim them.

CodeFull NameRole
JOEAstroJOEAgent claiming the task
APIhermes-optx-apiTask orchestration API
AARAARON RouterGaze verification on Jetson
USRUser (Mobile)Human performing gaze sequence
DBSpacetimeDBEdge database for attestations

AGT Tensor Classification

The AARON Router classifies iris landmarks (MediaPipe FaceLandmarker 468/473) into three Agentive Gaze Tensor (AGT) types:

TensorNamePatternMeaning
COGCognitiveFocused, intentional gazeTask execution, concentration
EMOEmotionalMicro-expression correlatedSentiment, affect, stress
ENVEnvironmentalPeripheral, scanningSpatial awareness, context

Verification Flow

  1. Session Creation: AARON generates a session ID and QR challenge
  2. Gaze Sequence: User performs 4-6 gaze positions, holding each ≥500ms
  3. Tensor Classification: AARON classifies each position into COG/EMO/ENV
  4. Entropy Scoring: Measures randomness/uniqueness of the gaze pattern (0-1585 range)
  5. Attestation: Results stored in SpacetimeDB gaze_attestation table with hash, entropy, and verification status

When Gaze is Required

  • High-value task operations (reward > threshold)
  • Sensitive data access
  • Agent wallet transactions
  • Policy changes
  • Any task with gaze_required: true

On this page