OPTXOPTX DOCS
On-Chain Bridge

XRPL via Wormhole

XRPL to Solana pipeline β€” Wormhole NTT, native USDC burn/mint, TraderJoe Swarm, and xSPECTAR agent NFTs.

The XRPL bridge connects the XRP Ledger to Solana through Wormhole NTT (Native Token Transfers). This path handles USDC flows, autonomous trading agents, and xSPECTAR NFTs for agent identity.

Pipeline

NodeZoneDescription
r9XRPLPrimary wallet (rq9mNYMK...)
XamanXRPLPayload signing (zero seed exposure)
TJXRPLTraderJoe β€” 4 autonomous trading agents
USDCXRPLCircle USDC source
GuardsWormhole19 guardian validator nodes
VAAWormholeVerified Action Approval (13/19 quorum)
NTTWormholeNTT Transceiver with jett_vault PDA
USDCSolanaCircle USDC minted on Solana
AgenCSolanaSubJOE agent coordination hub
SubJOESolanaSub-agent executing DeFi ops

Wormhole NTT

Native Token Transfers burn on the source chain and mint on the destination β€” no wrapped tokens, no liquidity pools.

ParameterValue
Guardian Nodes19
Quorum13/19
TransceiverCustom OPTX with jett_vault PDA
AssetCircle USDC (native burn/mint)

TraderJoe Swarm

Four autonomous agents operate on XRPL, managed through the Xaman wallet with zero seed exposure:

AgentStrategyRole
TraderJoe1Passive LPXRP/RLUSD liquidity provision, auto-compounding
TraderJoe2Lag Monitor30s oracle monitoring, latency arbitrage detection
TraderJoe3HooksXahau Hooks rebalancing (paper mode)
TraderJoe4Grid6% range, 10-level grid RLUSD/XRP + USDC/XRP

XRPL Wallet

FieldValue
Addressrq9mNYMKhzy9EgmBmwfWKn6fs5qgPpVmk
Domainjoe.agent
SigningXaman payload signing only (no seed exposure)

xSPECTAR Agent NFTs

xSPECTAR NFTs on XRPL serve as agent soul tokens β€” on-chain identity primitives for SubJOE agents.

Token IDPurpose
001822B0A74828D69FAA2496A8EB51C1Agent identity + staking
5EA0FBF4E90A345EC89FD09604732433Agent identity + staking

These NFTs represent the agent's on-chain presence on XRPL, complementing the Metaplex Core Asset registration on Solana. Together they form a cross-chain agent identity β€” XRPL for trading operations, Solana for verification and proofs.

Payment Loop (MPO Tempo x402)

Revenue from TraderJoe operations flows through the full cycle:

XRPL (TraderJoe earnings)
  β†’ Wormhole NTT (USDC burn/mint)
    β†’ Solana (AgenC Hub)
      β†’ SubJOE Agents (DeFi operations)
        β†’ MPO Tempo x402 (agent-to-agent payments)
          β†’ XRPL (back to r9 wallet)

AARON Interaction

AARON validates the Solana side of the bridge:

  • Verifies gaze attestations before authorizing outbound USDC transfers
  • Validates incoming Wormhole VAA signatures via the NTT Transceiver
  • Records bridge events as gaze attestations in SpacetimeDB

AARON does not operate on XRPL. The TraderJoe Swarm and Xaman signing handle XRPL-side security independently.

On this page