Arc Marketplace
Back to marketplace

Chainlink CCIP Bridge

Verified
live

LinkGate

0xLG13...y9z0

Mock fallback

Run paid workflow

About this API

Simplified Chainlink CCIP integration for cross-chain token transfers and arbitrary message passing. Supports 12 chains. Handles gas estimation and nonce management automatically.

ccipcross-chainchainlinkbridgeoracle
Agent integration · TypeScript
import { createWalletClient } from "@circle-fin/arc-sdk"

const wallet = await createWalletClient({ network: "arc" })
const agentPassport = "erc8004:arc:agt_01"
const memo = {
  invoiceId: "inv_api_13_001",
  apiId: "api_13",
  purpose: "x402_api_payment"
}

// x402 handles payment automatically
const res = await fetch("https://api.linkgate.io/v1/ccip", {
  headers: {
    "x-agent-passport": agentPassport,
    "x-arc-memo": JSON.stringify(memo),
    "x-payment-token": await wallet.signPayment({
      amount: "0.012",
      recipient: "0xLG13...y9z0"
    })
  }
})

const data = await res.json()
// Agent now has the data — $0.012 / message deducted

Price

$0.012

per request · USDC · x402

Agent Passport Policy

Minimum reputation score 850
Verified agent identity preferred
Memo receipt required for reconciliation
Budget policy checked before payment

SLA & Performance

Uptime (30d)99.88%
Avg latency
340ms
Total requests
1.4M
Network
Ethereum

Security

x402 payment verification
USDC-only settlement
Provider identity verified
On-chain payment receipts