All articles
solanapaymentsstablecoinsdefifintech

Credible Finance: DeFi pools as working capital for card settlement

Credible (Colosseum-backed, $700M+ processed) is a payments orchestrator with a twist: merchants get paid T+0 from stablecoin liquidity pools on Solana and Polygon while card acquirers settle T+3 in the background. The architecture, the 16% APY pool, and the honest read.

Share
devrels.xyz/a/138short link

Every card payment hides a three-day loan. The customer pays instantly, the acquirer settles the merchant at T+3, and someone — usually the merchant's cash flow — eats the float. Credible Finance turns that float into a DeFi product: merchants get paid T+0 from stablecoin liquidity pools on Solana and Polygon, the pools get repaid when the acquirer settles, and LPs earn yield for financing the gap. It's the most concrete "DeFi meets real payments" mechanism we've covered — and it grew out of a Solana hackathon.

From remittance hack to $700M processed

Credible placed second at the Solana Cypherpunk Hackathon with stablecoin remittance rails for India, got picked for Colosseum's accelerator (a ~0.67% selection rate, $250K investment), and widened from remittance into full payments orchestration. Today the site claims $700M+ processed across 42+ markets, 86+ payment methods, with backers including Polygon, Circle, Outlier Ventures, 0G Labs, Colosseum, and the Stellar Community Fund. The regulated entity is Kiwimoney Inc, a FinCEN-registered MSB.

What it actually is

An orchestration layer, not another gateway — one API in front of many rails:

  • Pay-in: cards, local rails (UPI, Pix, SEPA, ACH), and stablecoins — 86+ methods behind one integration.
  • Pay-out: instant global payouts drawn from stablecoin liquidity.
  • Global collection accounts: named USD/EUR accounts — the virtual-account pattern from our bank-APIs piece.
  • AI risk underwriting per transaction — which matters because instant settlement is a credit decision (more below).

The mechanism worth studying

text
customer pays by card ──► acquirer (settles T+3)
                              │
merchant paid instantly ◄── stablecoin pool (Solana / Polygon)
                              │
pool repaid at T+3 ◄──────── acquirer settlement
LPs earn ~16% APY for financing the 3-day float

The stablecoin pool is doing what a merchant-cash-advance desk does at a bank — but as an on-chain liquidity pool with transparent balances and programmatic repayment. Solana's role is the settlement rail: pools live where stablecoin transfers are fast and near-free, so the "pay the merchant now" leg costs cents, not wire fees.

The honest flip side: 16% APY is not risk-free yield. LPs are underwriting acquirer settlement risk, merchant chargebacks, and Credible's own risk models — that's what the AI underwriting is for, and it's why this is closer to private credit than to a money market. Size positions accordingly.

Developer surface, honestly

  • REST API for payments, payouts, ledger, and webhooks, with a sandbox — standard fintech shape, keys via onboarding (it's a regulated MSB, so expect KYB).
  • The public GitHub is thin. github.com/crediblefinance has three repos: sdk-examples (two JavaScript auth-signing examples), a brand kit, and switch — which is a fork of Juspay's Hyperswitch, the well-known open-source Rust payments switch, not original Credible code. Building on Hyperswitch is a reasonable engineering choice; just read "our open-source switch" with that context.
  • Where it sits in the landscape: Bridge/Sphere/Grid sell you rails; Credible sells orchestration + instant settlement financing on top of rails. Different layer, complementary to the bank-API stack.

Resources

TL;DR

  • Credible = payments orchestration (cards + local rails + stablecoins, one API) with T+0 merchant settlement financed by stablecoin pools on Solana and Polygon.
  • Solana-hackathon origin story, Colosseum-backed, $700M+ processed, Circle and Polygon on the cap table.
  • The 16% APY pool is private credit, not passive yield; the "open-source switch" is a Hyperswitch fork. Good product, read the fine print.

Keep reading

Get new articles in your inbox

Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.

Credible Finance: DeFi pools as working capital for card settlement | devrels.xyz