Solana Native
Home chain operations — $OPTX, $JTX v2, Proof-of-Attention DePIN staking, and Metaplex agent identity.
Solana is the home chain for OPTX. All verification, staking, and agent identity lives here. This is the trust root that all bridges extend from.
Token Ecosystem
| Token | Standard | Purpose | Network |
|---|---|---|---|
| $JTX v2 | Token-2022 (SPL) | Governance + DOJO access gate | Mainnet |
| $OPTX | Token-2022 (SPL) | Utility — PoA rewards, gaze attestations | Devnet |
| $JTX v1 | SPL (legacy) | Revoked mint authority — do not integrate | Mainnet |
Token-2022 Transfer Hooks
$OPTX uses transfer hooks — programmable logic that executes on every token transfer. This enables:
- PoA reward distribution on validator attestation
- Gaze attestation stamps embedded in transfer metadata
A legacy on-chain field named
cstb_mintmay still appear in program account layouts. It is not a user-facing CompuStable product. Compute micropayments use external $SGL where applicable.
Metaplex Agent Identity
AstroJOE is registered as a Metaplex Core Asset on mainnet — the on-chain identity for the agent.
| Field | Value |
|---|---|
| Agent NFT | 9116eaELxZheLwJNu73LxQVsuaiugH8e11onkEw4ku9R |
| Standard | Core Asset (EIP-8004 Registration v1) |
| x402 Protocol | Supported |
DePIN Staking (Proof-of-Attention)
| Node | Description |
|---|---|
| Node | DePIN validator / edge compute (gaze proofs) |
| AARON | AARON Router — validates attestations |
| PoA | Proof-of-Attention program + stake / trust PDAs |
| OPTX | $OPTX rewards for validated sessions |
Validators participate via the PoA DePIN programs. AARON validates attestations (gaze proofs, uptime, edge availability); rewards flow as $OPTX.
Program Addresses
| Program | Address | Network |
|---|---|---|
PoA DePIN (jtx_optx_devnet_poa_trustjoe) | 85sqs4upQiPrvk1NMuyfHVQoW1EGdgk8m2cQb7uMxXTF | Mainnet |
| jett_vault | JTX5uXTiZ1M3hJkjv5Cp5F8dr3Jc7nhJbQjCFmgEYA7 | Mainnet |
| DePIN (legacy devnet ID) | 91SqqYLMi5zNsfMab6rnvipwJhDpN4FEMSLgu8F3bbGq | Devnet |
| $JTX v2 | JTXGnx83s2QZ2MwYkRD1cBKrqQKSdG5oe8vSYW5Zjoe | Mainnet |
RPC Configuration
All Solana interactions route through Helius RPC for enhanced reliability, webhooks, and DAS (Digital Asset Standard) API access.
Devnet: https://devnet.helius-rpc.com/?api-key=<key>
Mainnet: https://mainnet.helius-rpc.com/?api-key=<key>Related
- On-Chain Addresses — Complete address index
- Proof-of-Attention DePIN — Validator staking protocol
- Agent Identity — Metaplex registration flow