OPTXOPTX DOCS
Infrastructure

Proof-of-Attention DePIN

652015

On-chain gaze attestation, OPTX reward distribution, and the Anchor PoA DePIN programs in jettoptx-poa-depin.

Proof-of-Attention (PoA) is the Solana DePIN rail that anchors verified gaze sessions on-chain and distributes $OPTX rewards. Programs and the TypeScript SDK live in jettoptx-poa-depin.

Naming: Anchor crate / module is jtx_optx_devnet_poa_trustjoe (renamed from jtx_cstb_trust). CompuStable / $CSTB is not a product. The on-chain cstb_mint field is a legacy layout slot only. Compute micropayments use external $SGL where applicable; see jtx.astroknots.space. Audit brief: jettoptx-poa-depin/docs/AUDIT.md.

Reward Distribution

ShareRecipientDescription
60%ProviderUser who contributes verified gaze / attention
30%ClientApplication requesting verification
10%ProtocolTreasury for network operations

Attestation Flow

1. User starts gaze training / session (MOJO or DOJO)
2. On-device capture classifies gaze β†’ AGT tensors (COG/EMO/ENV)
3. Quality thresholds met (duration, entropy, difficulty)
4. AARON Router verifies opaque proof (raw biometrics never leave device)
5. SpacetimeDB records session + attestation events
6. PoA program on Solana creates / updates attestation PDA
7. $OPTX reward path settles for validated sessions
8. Attestation hash remains on-chain for later verification

Requirements (governance parameters):
  - Min gaze duration
  - Min entropy
  - Difficulty target
  - AGT constraint: COG + EMO + ENV normalize to unity

Programs

ProgramNetworkAddress
PoA DePIN (jtx_optx_devnet_poa_trustjoe)mainnet85sqs4upQiPrvk1NMuyfHVQoW1EGdgk8m2cQb7uMxXTF
PoA trust (devnet)devnet79nQsecDspUWxvAMyJvK36EUty4yEoP5ssLvHZuNiugF
jett_vaultmainnetJTX5uXTiZ1M3hJkjv5Cp5F8dr3Jc7nhJbQjCFmgEYA7

Source Code