Bridge Transfers

Orchestrate multi-rail fiat and crypto transfers via Bridge.xyz APIs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/deuriib/mintoria-skills --skill bridge-transfers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bridge Transfers
Source: https://github.com/deuriib/mintoria-skills/tree/main/skills/bridge-transfers
Command: npx skills add https://github.com/deuriib/mintoria-skills --skill bridge-transfers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates complex money movement across fiat and crypto rails via Bridge.xyz, simplifying setup and execution of transfers for fintech apps.

Core Features & Use Cases

  • Onramp/offramp between fiat and crypto across multiple rails (ACH, SEPA, SPEI, Ethereum, Solana, Polygon, etc.)
  • Wallet-to-wallet transfers and cross-border conversions with multi-rail support
  • End-to-end lifecycle: creation, tracking, templates, webhooks, receipts, and error handling

Quick Start

Call createTransfer with amount, on_behalf_of, source, and destination to move funds. For example, set source to USD via ach_push and destination to USDC on Ethereum to a recipient address.

Frequently Asked Questions about Bridge Transfers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transfer fiat to crypto using Bridge.xyz APIs?

To transfer fiat to crypto, call createTransfer with the amount, source, and destination parameters. Set the source to fiat rails like ACH or SEPA, and the destination to crypto on networks like Ethereum or Solana to execute the onramp.

Can I automate wallet-to-wallet transfers across different blockchain networks?

Yes, you can automate wallet-to-wallet transfers across different blockchain networks. The Skill orchestrates cross-rail conversions, supporting transfers across Ethereum, Solana, and Polygon using a typed transfer model.

What fiat and crypto rails are supported for cross-rail money movement?

Supported fiat rails include ACH, SEPA, and SPEI, while supported crypto rails encompass Ethereum, Solana, and Polygon. These rails enable multi-rail money movement for both onramp and offramp flows.

How does the Bridge transfer model handle API errors and duplicate requests?

The transfer model handles API errors through robust error handling mechanisms and prevents duplicate requests using idempotent API calls. This ensures reliable execution and protects against accidental double transfers.

Does the Bridge.xyz integration support transfer tracking and webhook notifications?

Yes, the integration supports end-to-end transfer lifecycle management, including transfer tracking and webhooks. It also provides receipts and templates with example TypeScript usage for complete transfer visibility.

What is the best way to offramp USDC to USD via ACH for a fintech app?

The best way to offramp USDC to USD is to use the createTransfer function, setting the source to USDC and the destination to USD via ACH push. This simplifies complex cross-rail money movement for fintech apps.