Solana Native
Home chain operations β $OPTX, $JTX, $CSTB tokens, 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 |
|---|---|---|---|
| $OPTX | Token-2022 (SPL) | Utility β DePIN rewards, bridge fees, gaze attestations | Devnet |
| $JTX | SPL Token | Governance β staking for minting/access, AARON priority | Mainnet |
| $CSTB | Token-2022 (SPL) | Attestation β DePIN validator staking via CSTB Trust | Devnet |
Token-2022 Transfer Hooks
$OPTX and $CSTB use transfer hooks β programmable logic that executes on every token transfer. This enables:
- DePIN reward distribution on validator attestation
- Bridge fee deduction before LayerZero OFT wrapping
- Gaze attestation stamps embedded in transfer metadata
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 |
| Agent Wallet | G8MxbW8LKEsvKvXRneCHpMASR4yDit7CzERW1ZfgPkqD |
| Owner | FEUwuvXbbSYTCEhhqgAt2viTsEnromNNDsapoFvyfy3H |
| Standard | Core Asset (EIP-8004 Registration v1) |
| x402 Protocol | Supported |
DePIN Staking (CSTB Trust)
| Node | Description |
|---|---|
| Node | DePIN Validator Node (edge compute, gaze proofs) |
| AARON | AARON Router β validates attestations on Solana |
| CSTB | $CSTB stake locked by validator in CSTB Trust |
| OPTX | $OPTX rewards minted via Token-2022 transfer hooks |
Validators stake $CSTB to participate in the DePIN network. AARON validates their attestations (gaze proofs, uptime, edge compute availability), and rewards flow back as $OPTX through Token-2022 transfer hooks.
Program Addresses
| Program | Address | Network |
|---|---|---|
| CSTB DePIN | 91SqqYLMi5zNsfMab6rnvipwJhDpN4FEMSLgu8F3bbGq | Devnet |
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
- CSTB Trust DePIN β Validator staking protocol
- Agent Identity β Metaplex registration flow