> For the complete documentation index, see [llms.txt](https://dev.hybrid-chain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.hybrid-chain.com/guides/consumer-platforms-and-payments/global-remittance-platforms.md).

# Global Remittance Platforms

**Overview:** Hybrid-Chain empowers you to build an international, peer-to-peer remittance platform. Users can send and receive funds instantly across borders using blockchain-backed digital assets, without needing bank accounts or financial intermediaries. This opens up financial access to underbanked regions while offering lightning-fast settlement, ultra-low fees, and full transparency.

**Platform Benefits:** By leveraging Hybrid-Chain’s Secure Send, self-custody Hybrid-Vaults, and multi-chain interoperability, remittance operators can deliver high-speed, low-cost transfers across dozens of fiat and crypto currencies. Recipients can access funds immediately in their own wallets and optionally swap or withdraw into local currency—all while maintaining full custody and transaction privacy.

**Integration Flow:**

1. Log in or register users via your frontend (mobile/web app)
   * Optionally use Hybrid-Chain's user APIs to manage registration, KYC, and 2FA setup
2. Generate and display Layer-1 compatible deposit addresses (e.g., for BTC, ETH, SOL, USDT)
   * Use QR codes or direct copy-paste integration
   * Enable fiat onramps via partners or embedded APIs if required
3. Once the deposit is received:
   * Hybrid-Chain’s Indexers validate and sign the transaction
   * Deposit is reflected instantly in the user's margin/balance using `GetWalletBalance()`
4. Allow users to send funds using Secure Send:
   * Input can be an email address, phone number, or wallet ID
   * If recipient has no account yet, one is created dynamically and funds are held in escrow until first login
5. Recipient receives instant notification and can redeem funds into their wallet
   * Funds are accessible in their Vault or Margin Wallet
   * Recipients may swap the asset into another supported token or withdraw to Layer-1
6. Optional: implement localized services for cash-out:
   * Partner with local banks or fintechs for fiat withdrawal
   * Issue physical debit cards linked to wallet
   * Enable ATM or retail network cash pickup via QR voucher

**Optional Add-ons:**

* Enable multi-hop remittance where sender pays in one currency and receiver collects in another via instant swaps
* Offer loyalty tokens or fee discounts for frequent senders
* Embed AML/Compliance workflows with address reputation scoring
* Introduce staking or deposit pools to subsidize gas costs

**Note:** Operators must comply with applicable anti-money laundering (AML), know-your-customer (KYC), and money transmission regulations in the regions where users are sending or receiving funds. Hybrid-Chain supports the infrastructure and compliance hooks but does not provide legal guarantees.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dev.hybrid-chain.com/guides/consumer-platforms-and-payments/global-remittance-platforms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
