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
| Node | Zone | Description |
|---|---|---|
| r9 | XRPL | Primary wallet (rq9mNYMK...) |
| Xaman | XRPL | Payload signing (zero seed exposure) |
| TJ | XRPL | TraderJoe β 4 autonomous trading agents |
| USDC | XRPL | Circle USDC source |
| Guards | Wormhole | 19 guardian validator nodes |
| VAA | Wormhole | Verified Action Approval (13/19 quorum) |
| NTT | Wormhole | NTT Transceiver with jett_vault PDA |
| USDC | Solana | Circle USDC minted on Solana |
| AgenC | Solana | SubJOE agent coordination hub |
| SubJOE | Solana | Sub-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.
| Parameter | Value |
|---|---|
| Guardian Nodes | 19 |
| Quorum | 13/19 |
| Transceiver | Custom OPTX with jett_vault PDA |
| Asset | Circle USDC (native burn/mint) |
TraderJoe Swarm
Four autonomous agents operate on XRPL, managed through the Xaman wallet with zero seed exposure:
| Agent | Strategy | Role |
|---|---|---|
| TraderJoe1 | Passive LP | XRP/RLUSD liquidity provision, auto-compounding |
| TraderJoe2 | Lag Monitor | 30s oracle monitoring, latency arbitrage detection |
| TraderJoe3 | Hooks | Xahau Hooks rebalancing (paper mode) |
| TraderJoe4 | Grid | 6% range, 10-level grid RLUSD/XRP + USDC/XRP |
XRPL Wallet
| Field | Value |
|---|---|
| Address | rq9mNYMKhzy9EgmBmwfWKn6fs5qgPpVmk |
| Domain | joe.agent |
| Signing | Xaman 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 ID | Purpose |
|---|---|
001822B0A74828D69FAA2496A8EB51C1 | Agent identity + staking |
5EA0FBF4E90A345EC89FD09604732433 | Agent 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.
Related
- Cross-Chain Bridge Flow β Full pipeline diagram
- Agent Identity β Cross-chain identity model
- Solana Native β Home chain operations