{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "x402factory-ai-solana-bridge",
  "title": "X402factory \u00b7 Solana Bridge",
  "url": "https://x402factory.ai/solana/bridge",
  "category": "finance",
  "summary": "X402factory \u00b7 Solana Bridge \u2014 x402-protected finance API. Pay $1.00 per call on solana. Indexed by x402all.",
  "seo": {
    "title": "X402factory \u00b7 Solana Bridge \u2014 x402 finance API \u00b7 $1.00 per call",
    "description": "X402factory \u00b7 Solana Bridge \u2014 x402-protected finance API. Pay $1.00 per call on solana. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [
    "May process personal / identity data."
  ],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 33.333,
    "median_category_atomic": 30000
  },
  "pricing_review_required": true,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "BRiDGeEqiNGZrvLWCHLBmfwuagC3cUhAEFzYCaJDFCME",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "1000000",
      "max_timeout_seconds": 600,
      "mime_type": "application/json",
      "description": "Solana \u2192 Base USDC microbridge discovery. Default example uses 1.00 USDC deposited to the Solana bridge wallet. Provide a Base receiver address (0x...) and an amount (min 0.01 USDC, steps of 0.01) to create a concrete bridge quote. The bridge charges a 2.5% commission; the remainder is delivered as USDC on Base.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "amount": {
              "type": "string",
              "required": false,
              "description": "Amount in USDC to bridge from Solana to Base. Optional; minimum 0.01 USDC, steps of 0.01 USDC. When omitted, defaults to 1.00 USDC."
            },
            "receiver": {
              "type": "string",
              "required": true,
              "description": "Destination Base wallet address (0x...) that should receive bridged USDC."
            }
          }
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the bridge completed (sent or refunded)."
          },
          "action": {
            "type": "string",
            "description": "Action performed, always 'bridge_usdc_solana_to_base'."
          },
          "status": {
            "type": "string",
            "description": "Bridge status: 'sent' when Base transfer succeeded, 'refunded' when Solana refund was sent, or 'failed' when both send and refund failed."
          },
          "message": {
            "type": "string",
            "description": "Human-readable status message."
          },
          "fee_usdc": {
            "type": "string",
            "description": "Bridge commission in USDC."
          },
          "base_txid": {
            "type": "string",
            "description": "Base transaction hash of the USDC transfer to the receiver."
          },
          "bridge_id": {
            "type": "string",
            "description": "Internal bridge id for support and debugging."
          },
          "dest_chain": {
            "type": "string",
            "description": "Destination chain name (always 'base')."
          },
          "refund_txid": {
            "type": "string",
            "description": "Solana transaction id of the refund when the bridge failed."
          },
          "payer_wallet": {
            "type": "string",
            "description": "Solana wallet that paid the bridge x402 payment."
          },
          "source_chain": {
            "type": "string",
            "description": "Source chain name (always 'solana')."
          },
          "amount_in_usdc": {
            "type": "string",
            "description": "USDC amount paid on Solana."
          },
          "amount_out_usdc": {
            "type": "string",
            "description": "USDC amount delivered on Base after commission."
          },
          "receiver_wallet": {
            "type": "string",
            "description": "Base wallet that should receive bridged USDC."
          },
          "sol_payment_txid": {
            "type": "string",
            "description": "Solana transaction id of the bridge payment (x402 settlement)."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "BRiDGeEqiNGZrvLWCHLBmfwuagC3cUhAEFzYCaJDFCME",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "49000000",
      "max_timeout_seconds": 600,
      "mime_type": "application/json",
      "description": "Solana \u2192 Base USDC microbridge. This request will accept a payment of 49.000000 USDC on Solana to the bridge wallet and, after a 2.5% commission of approximately 1.225000 USDC, will attempt to deliver around 47.775000 USDC on Base to the specified receiver. If the Base transfer cannot be completed after 2 attempts, the bridge refunds the full original amount on Solana; if the refund also fails after 3 attempts, the bridge is marked as failed and manual support is required.",
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "amount": {
              "type": "string",
              "required": false,
              "description": "Amount in USDC to bridge from Solana to Base. Optional; minimum 0.01 USDC, maximum 50.00 USDC, steps of 0.01 USDC. When omitted, defaults to 1.00 USDC."
            },
            "receiver": {
              "type": "string",
              "required": true,
              "description": "Destination Base wallet address (0x...) that should receive bridged USDC."
            }
          }
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the bridge completed (sent or refunded)."
          },
          "action": {
            "type": "string",
            "description": "Action performed, always 'bridge_usdc_solana_to_base'."
          },
          "status": {
            "type": "string",
            "description": "Bridge status: 'sent' when Base transfer succeeded, 'refunded' when Solana refund was sent, or 'failed' when both send and refund failed."
          },
          "message": {
            "type": "string",
            "description": "Human-readable status message."
          },
          "fee_usdc": {
            "type": "string",
            "description": "Bridge commission in USDC."
          },
          "base_txid": {
            "type": "string",
            "description": "Base transaction hash of the USDC transfer to the receiver."
          },
          "bridge_id": {
            "type": "string",
            "description": "Internal bridge id for support and debugging."
          },
          "dest_chain": {
            "type": "string",
            "description": "Destination chain name (always 'base')."
          },
          "refund_txid": {
            "type": "string",
            "description": "Solana transaction id of the refund when the bridge failed."
          },
          "payer_wallet": {
            "type": "string",
            "description": "Solana wallet that paid the bridge x402 payment."
          },
          "source_chain": {
            "type": "string",
            "description": "Source chain name (always 'solana')."
          },
          "amount_in_usdc": {
            "type": "string",
            "description": "USDC amount paid on Solana."
          },
          "amount_out_usdc": {
            "type": "string",
            "description": "USDC amount delivered on Base after commission."
          },
          "receiver_wallet": {
            "type": "string",
            "description": "Base wallet that should receive bridged USDC."
          },
          "sol_payment_txid": {
            "type": "string",
            "description": "Solana transaction id of the bridge payment (x402 settlement)."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "BRiDGeEqiNGZrvLWCHLBmfwuagC3cUhAEFzYCaJDFCME",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000000",
      "max_timeout_seconds": 600,
      "mime_type": "application/json",
      "description": "Solana \u2192 Base USDC microbridge. This request will accept a payment of 50.000000 USDC on Solana to the bridge wallet and, after a 2.5% commission of approximately 1.250000 USDC, will attempt to deliver around 48.750000 USDC on Base to the specified receiver. If the Base transfer cannot be completed after 2 attempts, the bridge refunds the full original amount on Solana; if the refund also fails after 3 attempts, the bridge is marked as failed and manual support is required.",
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "amount": {
              "type": "string",
              "required": false,
              "description": "Amount in USDC to bridge from Solana to Base. Optional; minimum 0.01 USDC, maximum 50.00 USDC, steps of 0.01 USDC. When omitted, defaults to 1.00 USDC."
            },
            "receiver": {
              "type": "string",
              "required": true,
              "description": "Destination Base wallet address (0x...) that should receive bridged USDC."
            }
          }
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the bridge completed (sent or refunded)."
          },
          "action": {
            "type": "string",
            "description": "Action performed, always 'bridge_usdc_solana_to_base'."
          },
          "status": {
            "type": "string",
            "description": "Bridge status: 'sent' when Base transfer succeeded, 'refunded' when Solana refund was sent, or 'failed' when both send and refund failed."
          },
          "message": {
            "type": "string",
            "description": "Human-readable status message."
          },
          "fee_usdc": {
            "type": "string",
            "description": "Bridge commission in USDC."
          },
          "base_txid": {
            "type": "string",
            "description": "Base transaction hash of the USDC transfer to the receiver."
          },
          "bridge_id": {
            "type": "string",
            "description": "Internal bridge id for support and debugging."
          },
          "dest_chain": {
            "type": "string",
            "description": "Destination chain name (always 'base')."
          },
          "refund_txid": {
            "type": "string",
            "description": "Solana transaction id of the refund when the bridge failed."
          },
          "payer_wallet": {
            "type": "string",
            "description": "Solana wallet that paid the bridge x402 payment."
          },
          "source_chain": {
            "type": "string",
            "description": "Source chain name (always 'solana')."
          },
          "amount_in_usdc": {
            "type": "string",
            "description": "USDC amount paid on Solana."
          },
          "amount_out_usdc": {
            "type": "string",
            "description": "USDC amount delivered on Base after commission."
          },
          "receiver_wallet": {
            "type": "string",
            "description": "Base wallet that should receive bridged USDC."
          },
          "sol_payment_txid": {
            "type": "string",
            "description": "Solana transaction id of the bridge payment (x402 settlement)."
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402factory-ai",
    "host": "x402factory.ai",
    "url": "https://x402factory.ai",
    "favicon": "https://x402factory.ai/x402factoryfavoicon.jpg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402factory-ai-solana-bridge",
    "url": "https://x402all.com/resource/x402factory-ai-solana-bridge",
    "name": "X402factory \u00b7 Solana Bridge",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/x402factory-ai-solana-bridge",
        "@type": "Offer",
        "price": "1",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "1.000000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402factory-ai-solana-bridge",
        "@type": "Offer",
        "price": "49",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "49.000000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402factory-ai-solana-bridge",
        "@type": "Offer",
        "price": "50",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "50.000000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      }
    ],
    "sameAs": "https://x402factory.ai/solana/bridge",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402factory-ai",
      "url": "https://x402factory.ai",
      "name": "x402factory.ai",
      "@type": "Organization"
    },
    "identifier": "x402factory-ai-solana-bridge",
    "description": "X402factory \u00b7 Solana Bridge \u2014 x402-protected finance API. Pay $1.00 per call on solana. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402factory-ai-solana-bridge",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402factory-ai-solana-bridge",
  "callability": {
    "status": "partial",
    "schema_callability": 0.282,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.2,
    "validated_at": "2026-05-10T23:21:03.540785+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://x402factory.ai/solana/bridge",
    "content_type": "application/json",
    "response_schema": {
      "ok": {
        "type": "boolean",
        "description": "True when the bridge completed (sent or refunded)."
      },
      "action": {
        "type": "string",
        "description": "Action performed, always 'bridge_usdc_solana_to_base'."
      },
      "status": {
        "type": "string",
        "description": "Bridge status: 'sent' when Base transfer succeeded, 'refunded' when Solana refund was sent, or 'failed' when both send and refund failed."
      },
      "message": {
        "type": "string",
        "description": "Human-readable status message."
      },
      "fee_usdc": {
        "type": "string",
        "description": "Bridge commission in USDC."
      },
      "base_txid": {
        "type": "string",
        "description": "Base transaction hash of the USDC transfer to the receiver."
      },
      "bridge_id": {
        "type": "string",
        "description": "Internal bridge id for support and debugging."
      },
      "dest_chain": {
        "type": "string",
        "description": "Destination chain name (always 'base')."
      },
      "refund_txid": {
        "type": "string",
        "description": "Solana transaction id of the refund when the bridge failed."
      },
      "payer_wallet": {
        "type": "string",
        "description": "Solana wallet that paid the bridge x402 payment."
      },
      "source_chain": {
        "type": "string",
        "description": "Source chain name (always 'solana')."
      },
      "amount_in_usdc": {
        "type": "string",
        "description": "USDC amount paid on Solana."
      },
      "amount_out_usdc": {
        "type": "string",
        "description": "USDC amount delivered on Base after commission."
      },
      "receiver_wallet": {
        "type": "string",
        "description": "Base wallet that should receive bridged USDC."
      },
      "sol_payment_txid": {
        "type": "string",
        "description": "Solana transaction id of the bridge payment (x402 settlement)."
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "partial"
    },
    "contract_hash": "d090eb4c7691674cbabd7aed38401e1a6ae2b485fc5116f1613434edd9707230"
  }
}