High-level architecture
You integrate once with Teel. Underneath, the same payout can route through any of several licensed partners — Teel picks per-transaction based on price, speed, and corridor coverage.How funds are orchestrated
Teel does not custody fiat. We are not a bank or a money transmitter, and we never hold partner or recipient funds in a Teel-owned bank account. Every leg of every transaction is executed by a licensed third-party institution under their license, with Teel acting as the orchestration and reconciliation layer. The partner API supports two payout types — a Payout and a Stablecoin payout. Each is settled internally through one or more legs — collection, on-chain escrow, and disbursement — every leg executed by a licensed partner. The legs and the escrow are settlement plumbing, not products you opt into.Payout
The most common pattern. Your business sends fiat from your bank account; the recipient receives fiat in theirs. Settled through a collection leg, an on-chain escrow hop, and a disbursement leg. Two licensed partners are involved per transaction — one regulated to collect the source fiat, one regulated to disburse the destination fiat. The stablecoin step in the middle exists purely as a settlement primitive between the two regulated legs.Stablecoin payout
The recipient receives a stablecoin balance on-chain instead of fiat. Settled through the collection leg only — the first half of the diagram above, with the disbursement leg skipped.Stablecoin-to-stablecoin (dashboard)
You fund the payout with stablecoin from a wallet you control, and the recipient receives stablecoin — potentially on a different chain. Settled on-chain via DEX swap and/or a cross-chain bridge; no fiat collection or disbursement legs are involved. This is a dashboard feature today — it isn’t exposed on the partner API. See Crypto payouts.Custody model
Teel’s custody surface is minimal by design:
The smart-wallet escrow is an audited on-chain contract with two-key control (an operator key for routine releases, a cold owner key for emergency intervention). Its sole job is to hold stablecoin between the collection and disbursement legs and to release it deterministically when the disbursement partner confirms readiness. Teel cannot move escrowed funds to a destination not pre-authorized by the corresponding quote and partner instruction.
For Stablecoin payout and Crypto payout flows — which don’t have both a fiat collection and a fiat disbursement leg — the intermediate escrow hop is bypassed.
Licensing & compliance
Teel operates as a technology service provider to a network of licensed financial institutions. Each leg of every transaction is conducted under the licenses held by the partner executing that leg:- Collection legs are executed by partners licensed as Money Service Businesses, Electronic Money Institutions, or equivalent in the jurisdiction where the source funds originate.
- Disbursement legs are executed by partners licensed as banks, EMIs, or remittance providers in the jurisdiction where the destination funds land.
- On-chain settlement uses regulated stablecoin issuers (and, where applicable, native cross-chain transfer protocols) for the intermediate leg.
Compliance flow
Each partner runs their own independent compliance review under their license. Teel routes transactions only through partners that have approved your KYB for the relevant corridor — corridor availability shows up inGET /config/coverage once your KYB has cleared.
Per-transaction screening (sanctions, PEP, transaction monitoring) is performed by the executing partner under their license, with Teel forwarding the relevant payload at execution time.
What Teel is, and isn’t
If your risk or compliance team asks “who is regulated and where,” the answer is each partner in our network is regulated in the jurisdictions they serve, and the executing partner for any given leg is identified in the payout record’s
provider field. We can provide the licensing details and audit attestations of the partners covering your corridors on request — contact support@teel.finance.
Next steps
Coverage
Which corridors, currencies, and rails are routable through the partner network today.
KYB onboarding
How the unified KYB flow propagates your record to the partners covering your corridors.
Webhooks
Real-time visibility into each leg of a payout as it settles through the partner network.
Errors
Status codes, error semantics, and what each terminal state implies for funds movement.