Architecture Flows
Cross-Chain Bridge
EMOView in MOA
553510
XRPL → Wormhole NTT → Solana pipeline with native USDC, guardian validation, and MPO Tempo x402 payments.
Cross-Chain Bridge Flow (XRPL → Solana)
The OPTX bridge connects XRPL and Solana ecosystems through Wormhole NTT with native USDC burn/mint — no wrapped tokens.
| Node | Zone | Description |
|---|---|---|
| r9 | XRPL | Primary XRPL wallet |
| Xaman | XRPL | Payload signing — no 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 |
| Vault | Solana | astroknots.space staking vault |
| MPO | Solana | MPO Tempo x402 agent payments → loops back to r9 |
Pipeline Stages
1. XRPL Entry
- r9 Wallet: Primary XRPL wallet with XRP + RLUSD + USDC
- Xaman Signing: All transactions signed via Xaman (no seed exposure)
- TraderJoe Swarm: 4 autonomous trading agents (passive LP, lag monitor, Hooks rebalancing, grid trading)
2. Wormhole NTT Bridge
- 19 Guardian Nodes: Validate cross-chain messages
- 13/19 Quorum: Required for VAA signature verification
- NTT Transceiver: Custom OPTX transceiver with
jett_vaultPDA - Native USDC: Burn on source chain, mint on destination — no wrapped tokens
3. Solana Settlement
- AgenC Hub: Coordinates SubJOE agents for DeFi operations
- MetaplexJOE Registry: On-chain agent identity via Metaplex Core Assets
- Helius Webhooks: Real-time monitoring of on-chain events
- astroknots Vault: Primary DApp for staking and yield aggregation
4. Payment Loop
- MPO Tempo x402: Agent-to-agent payments via Circle USDC
- Revenue flows back to XRPL wallet, completing the loop
TraderJoe Swarm (4 Agents)
| Agent | Strategy | Role |
|---|---|---|
| TraderJoe1 | Passive LP | Liquidity provision with auto-compounding |
| TraderJoe2 | Lag Monitor | 30s oracle monitoring, latency detection |
| TraderJoe3 | Hooks | Xahau Hooks rebalancing (paper mode) |
| TraderJoe4 | Grid | 6% range, 10-level grid trading |
Related
- EVM via LayerZero — LayerZero OFT bridge details