The Centiiv Protocol acts as an open, decentralized liquidity aggregation layer that bridges fiat banking networks and mobile money systems with global blockchain networks.
By unifying these payment systems under a single API, the protocol supports a variety of integrations across different platforms, applications, and user types. Below are the primary use cases and how they are typically implemented.
1. Cross-Border Remittance Platforms
Target Audience: FinTech platforms, remittance businesses, and money transfer operators (MTOs).
Traditional cross-border corridors can be slow, capital-inefficient, and dependent on multiple intermediary correspondent banks. Remittance platforms use Centiiv to handle both funding and payout legs dynamically.
- Regional Payouts (Off-ramp): Platforms holding digital assets like USDC can settle transactions to end-receivers instantly using local rails. By calling
/requestswith polymorphic destination fields, they can disburse directly to:- Nigerian bank accounts (NUBAN).
- Mobile money wallets in Kenya (M-Pesa), Ghana (MTN), and Uganda (MTN/Airtel).
- Digital payment apps in China (Alipay or WeChat Pay).
- Chained Corridors (Fiat-to-Fiat): By chaining on-ramp and off-ramp requests, remittance platforms can facilitate direct corridor transfers (such as NGN to CNY) without holding pre-funded local currency pools in multiple destination markets.
2. Web3 Wallets & Consumer Neobanks
Target Audience: Non-custodial wallets, DeFi applications, and modern neobanks.
To make decentralized applications accessible, users need straightforward ways to deposit and withdraw funds directly from their bank accounts.
- In-App On-Ramping: Wallets can embed the
/public/quoteendpoint to show real-time exchange rates. When the user initiates a purchase, the wallet creates an on-ramp request via/requests, providing the user's personal blockchain address as thedestinationAddress. The user is shown a local virtual account to make a bank transfer, and the stablecoins are deposited directly into their wallet once confirmed. - In-App Off-Ramping: Users can sell their digital assets directly to local fiat. The neobank initiates an off-ramp request, displays the temporary payment address to the user, and the protocol handles the local bank transfer once the user sends the crypto.
- Analytics Tracking: Developers can pass the
X-PlatformorX-Applicationheaders (e.g.,mobile-app-ios,web-dashboard) to identify which client application or platform generated the transaction, aiding in transaction reporting.
3. Global Gig Platforms & Payroll Providers
Target Audience: Freelance marketplaces, global HR/payroll software, and remote companies.
Paying contractors, freelancers, and remote employees in emerging markets presents compliance, routing, and cost challenges.
- Local Disbursements: Platforms can hold stablecoin treasuries and initiate bulk off-ramp payouts to contractors in their respective local currencies. For instance, a US-based company can pay their designers in Kenya via M-Pesa or their developers in Nigeria via bank transfer, executing transactions directly from their treasury wallet.
- Tracking and Reconciliation: Using the
metadataparameter in the/requestspayload, platforms can attach internal transaction references, invoice IDs, or employee identifiers. This data remains tied to the protocol request and can be queried later via/requests/{id}to facilitate automated ledger reconciliation.
4. B2B Merchant Settlements & E-Commerce
Target Audience: E-commerce gateways, import-export companies, and B2B SaaS platforms.
B2B settlement across borders often requires significant paperwork and experiences high FX volatility.
- Invoice Payments: International merchants can issue invoices containing virtual bank details generated by the Centiiv on-ramp API. Local buyers pay into the local virtual account, and the merchant receives the equivalent stablecoin in their global treasury.
- Paybill and Paytill Support (Kenya): For merchants operating in East Africa, the protocol supports direct disbursements to registered business numbers via the
PAYBILLandPAYTILLdestination schemas under the Kenya off-ramp payload. This allows foreign businesses to settle utility bills, supply chain costs, and merchant-to-merchant invoices using stablecoins.
5. Liquidity Providers & Market Makers
Target Audience: Licensed over-the-counter (OTC) desks, local payment processors, and liquidity providers.
Local financial entities with access to fiat banking rails or mobile money integration can participate in the protocol as Node operators.
- Order Routing: Node operators can plug into the protocol network and receive volume routed by the protocol's selection algorithms.
- Directed Routing: For aggregators with existing preferred partnerships, the
targetNodeIdparameter in the/public/quoteand/requestsendpoints can be utilized. This bypasses the default routing algorithm and directs the transaction specifically to the designated LP node to satisfy custom commercial arrangements.