> 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/decentralized-neobanking.md).

# Decentralized Neobanking

**Overview:** Build a scalable, borderless neobank platform that puts users in control of their assets from day one. Hybrid-Chain allows you to offer a fully decentralized wallet experience, complete with deposits, swaps, cross-chain transfers, bill payments, and merchant support—all without ever taking custody of user funds.

**Platform Benefits:** Hybrid-Chain enables you to deploy your own white-labeled wallet infrastructure backed by self-custody Hybrid-Vaults and RSA-secured identity. You can offer everything a traditional bank does—balance tracking, multi-currency support, identity verification, and even payment cards—without hosting a single user deposit.

**Integration Flow:**

1. **User Onboarding & Wallet Provisioning:**
   * Use `RegisterUser()`, `Enable2FA()`, and `CreateVault()` to provision secure, user-owned wallets
   * Use optional identity verification APIs for KYC integration
2. **Asset Deposits & Multi-chain Wallet Support:**
   * Display deposit addresses for each supported asset (BTC, ETH, USDT, etc.)
   * Indexers monitor chains and push deposit confirmations to the core ledger
   * Balances update instantly using `GetWalletBalance()`
3. **Currency Conversion and Swaps:**
   * Integrate `TokenSwap()` to allow instant asset conversion across supported pairs
   * Include spread logic or market rates from internal liquidity pools or aggregators
4. **Payments & Transfers:**
   * Users can send funds using `SecureSend()` (email, phone, or wallet ID)
   * Cross-border, cross-chain transfers are automatically routed and abstracted
   * Optionally allow fiat bill pay or mobile money integrations via third-party gateways
5. **Spending Tools and Extras:**
   * Generate `VirtualCard()` or link vaults to a real debit card
   * Enable spending controls, token limits, and category tagging
   * Introduce savings products, staking options, or reward tokens
6. **Admin Tools & Compliance:**
   * Access transaction logs, KYC data, flagged activity, and risk analytics via Admin Dashboard
   * Set AML triggers, transfer limits, or wallet blacklisting rules dynamically

**Optional Add-ons:**

* Launch a native stablecoin or utility token to provide fee discounts or cashback
* Offer personal or business-level accounts with tiered access
* Automate tax calculation, invoice generation, and regulatory exports
* Enable API access for embedded finance use-cases

**Note:** Operating a neobank—even in decentralized form—may still fall under e-money, VASP, or money transmission regulations in certain jurisdictions. Ensure your product structure aligns with applicable legal frameworks.


---

# 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:

```
GET https://dev.hybrid-chain.com/guides/consumer-platforms-and-payments/decentralized-neobanking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
