You're viewing a demo portfolio

Join the waitlist
PRSM

bridge_quote

Active

Tool of aeX402 RPC (Solana + Robinhood Chain)

declared in 0.1.0

Bridge/swap ANY asset across ANY chain via LI.FI (the engine behind Jumper) — e.g. Arbitrum USDC → Robinhood Chain (4663) USDG, or bridge into ETH for gas. Returns the best route (estimated output, fees, bridge used, duration) PLUS an unsigned transactionRequest (to/data/value/gasLimit) that the CALLER signs and submits on the fromChain — no keys are held here. Chains by id or key (1 Ethereum, 42161 Arbitrum, 8453 Base, 10 Optimism, 137 Polygon, 999 HyperEVM, 4663 Robinhood Chain). Tokens by symbol or 0x address.

Parameters schema

{
  "type": "object",
  "required": [
    "fromChain",
    "toChain",
    "fromToken",
    "toToken",
    "fromAmount",
    "fromAddress"
  ],
  "properties": {
    "toChain": {
      "type": "string",
      "description": "Destination chain id or key, e.g. 4663 (Robinhood Chain)"
    },
    "toToken": {
      "type": "string",
      "description": "Destination token symbol or 0x address, e.g. USDG or ETH"
    },
    "fromChain": {
      "type": "string",
      "description": "Source chain id or key, e.g. 42161 or ARB"
    },
    "fromToken": {
      "type": "string",
      "description": "Source token symbol or 0x address, e.g. USDC"
    },
    "toAddress": {
      "type": "string",
      "description": "Recipient on the destination chain (defaults to fromAddress)"
    },
    "fromAmount": {
      "type": "string",
      "description": "Amount in the source token's smallest unit (e.g. 1000000 = 1 USDC at 6 decimals)"
    },
    "fromAddress": {
      "type": "string",
      "description": "Sender 0x address on the source chain"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

aeX402 RPC (Solana + Robinhood Chain)

1/7 registries
View full server →
bridge_quote — aeX402 RPC (Solana + Robinhood Chain) — PRSM MCP