Remittance app
Let users fund in dollars, quote local currency, and send to family through compliant payout routes.
Developer sandbox now open
Add ACH deposits, hosted KYC, virtual accounts, quote locks, local payouts, and Solana USDC settlement without handing provider credentials to every app you ship.
ACH deposits into USDC.
USD
USD
MXN
BRL
COP
EUR
GBP
One API, many rails
Create customers, open provider-hosted KYC, issue virtual deposit details, quote every route, attach your markup, and settle approved transfers through institutional LPs and partner banks.
Let users fund in dollars, quote local currency, and send to family through compliant payout routes.
Pay international contractors with KYC-gated accounts, stablecoin settlement, and local bank payouts.
Move marketplace earnings to creators across wallets, USD accounts, and supported local rails.
Add fiat deposits, virtual accounts, and USDC settlement to a consumer or business wallet.
Route seller payouts with signed transfers, fee controls, idempotency, and audit-ready records.
Give approved users a dollar funding route and digital-dollar balance without stitching providers together.
Money movement stays locked until the real end user or business is approved.
Reusable bank details accept fiat deposits and route settlement to USDC or local payout rails.
Lock rate, partner cost, Universa fee, and tenant markup before the signed transfer is created.
Transparent economics
No $5k/month provider minimum just to validate demand. Test the rails, KYC gates, quotes, transfer signing, and fee model before committing to enterprise contracts.
No monthly minimum
No forced enterprise commitment
30 bps Universa base fee plus your configurable markup
ACH, wire, virtual accounts, USDC, and local payout routes
Often paid plan or sales gate
Volume thresholds unlock better rates
Provider spread plus plan pricing
Coverage depends on region and account approval
$5k/month style minimums can appear before launch
Production access tied to KYB, volume, and risk review
Custom pricing, reserve, and settlement terms
Bank rails first, stablecoin rails by approval
Create approved customers, issue deposit details, and control where converted funds settle. Use virtual account funding for repeat user deposits instead of one-off manual instructions.
Start with the corridors customers ask for first: USD, MXN, BRL, COP, EUR, GBP, and Solana USDC settlement behind one quote response.
Universa takes a 30 bps base fee on swaps and transfers. You set the tenant markup above provider costs and show the full fee stack before money moves.
Risk controls
Production tenants complete KYB or individual review before live access. End users complete KYC where the rail requires it. API keys stay scoped, signed, rate-limited, and tied to an audit trail.
Coverage in motion
ACH, wire, customer onboarding, virtual account funding, and audit records.
Quote USD to Mexican pesos, collect fees, and create a signed payout request.
Support PIX-style local rails as partner access and customer approvals expand.
Route Colombian bank payouts through the same quote and transfer contract.
$UNV
UNV is the staking token for Universa rails. Approved developers and operators stake UNV to qualify for rewards tied to verified onboarding, account, quote, transfer, and payout volume. Rewards come from real platform usage, not passive holding.
Open contract repoConnect Phantom to read the Solana wallet balance used for UNV staking eligibility. Google signs you into the developer dashboard; Phantom proves the wallet side.
UNV starts with 10,000,000 total tokens. The public DBC float receives 4,500,000 UNV, 5,000,000 UNV is reserved for stake-gated rewards programs, and 500,000 UNV is locked for team vesting. There is no separate marketing allocation.
The launch flow creates the UNV mint through Meteora Dynamic Bonding Curve, quotes public liquidity in USDC, migrates to DAMM v2, then separates public liquidity, the staking rewards reserve, and locked team allocation from day one.
Developers who stake UNV and take on bank, stablecoin, KYC, quote, and payout integration work should have an upside path tied to real settled volume, not anonymous wallet farming.
Staking creates a commitment before rewards are earned. Eligibility can require tenant approval, active KYB/KYC, minimum stake, verified usage, and clean risk signals before a rewards period is paid.
Rewards are designed to be funded and paced around actual platform revenue, transfer volume, FX, settlement, and tenant activity. Higher usage can support larger reward periods while keeping rewards tied to productive integrations.
The rewards model is built to be inspectable: staking status, eligible usage periods, approved recipients, reward caps, and completed releases can be reconciled against platform records and Solana transactions.
Staking does not create automatic yield. A developer earns only when their approved stake is matched with verified platform activity and a published reward period. Reward caps keep payout rates tied to real traction instead of passive holding.
| Control | Purpose | Reward impact |
|---|---|---|
| Minimum stake | Require commitment before rewards | Filters passive wallets |
| Verified volume | Count real settled rails usage | Rewards productive integrations |
| Risk review | Check KYB, fraud, returns, and abuse | Blocks low-quality activity |
| Period cap | Set max rewards before each cycle | Prevents uncapped payouts |
Recommendation: reward stakers for verified platform work, keep period caps explicit, and avoid presenting UNV as a passive holding product.
Built for builders
Universa holds institutional partner credentials server-side. Developers use tenant-scoped keys, signed requests, idempotency keys, and explicit scopes.
const quote = await universa.quotes.create({
customer_id: "cus_9Kz...",
source: { rail: "ach", currency: "USD", amount: "2500.00" },
destination: { rail: "spei", currency: "MXN" },
settlement: { network: "solana", asset: "USDC" },
platform_fee_bps: 20
})
Developer console
Signed in
No live funds move until production KYB, limits, and partner approval are active.
ACH, wire, Solana USDC, MXN SPEI, BRL PIX, and COP bank payout flows are available for testing.
Universa fee layer is shown in every sandbox quote before a transfer can be signed.
Switching to real rails requires tenant review, risk limits, and signed provider terms.
Create a customer, launch hosted KYC, then issue sandbox ACH or wire instructions that settle to Solana USDC or a configured treasury account.
This area is wired as a sandbox console surface, so it should not imply real users, production volume, or earned revenue before live access is approved.
Browser sessions never receive partner credentials or HMAC secrets. Tenant provisioning, fee limits, and production access remain server-controlled.
Loading...
The landing page quote and this console share the same fee slider, so the developer can see Universa base fee plus tenant markup before creating a signed transfer.
Open quote tester