Sign up in minutes
Patients create a profile, choose a procedure, and get matched with vetted, accredited clinics across Latin America. A server-signed wallet is provisioned automatically — no crypto knowledge required.
Miami-built · Latin America-focused · Florida startup
SaluBridge is the medical tourism platform where patients prepay vetted clinics in USDC — no wire delays, no FX surprises, no paperwork black holes. Sign up in minutes, settle in seconds, recover in the sun.
The offering
One platform handles the money and the paperwork, so clinics can focus on care and patients can focus on recovery.
Patients create a profile, choose a procedure, and get matched with vetted, accredited clinics across Latin America. A server-signed wallet is provisioned automatically — no crypto knowledge required.
Stablecoin settlement locks the price and guarantees the clinic gets paid. Funds move on-chain in seconds with a public explorer receipt — transparent for patient and provider alike.
Concierge coordination for travel, procedure, and recovery stays. Miami-based support in English, Spanish, and Portuguese from first consult to final follow-up.
Concierge-grade care
Every SaluBridge journey is overseen by concierge physicians in modern partner offices — bilingual consults, transparent treatment plans, and recovery suites near the water. Warm, unhurried, and meticulously organized.
How we're building
Day-one infrastructure on CrossMint, shipped via factory.ai, pushed to GitHub, orchestrated on Railway. No local testing — straight to production.
Server-signed smart wallets for patients and clinics. Instant USDC settlement on Base with a public explorer link for every payment.
Live PoCCrossMint Orders API for tokenized procedure deposits: card or crypto in, USDC to the clinic, receipts on-chain.
In buildEmbedded patient wallets, escrowed milestones, and provider payouts across the Latin America corridor.
PlannedCrossMint Wallets SDK · Express API · GitHub → Railway · factory.ai
Under the hood
Three REST endpoints power the entire Day-1 flow: create a wallet, check a balance, settle in USDC. Built on the CrossMint Wallets SDK — server-signed, on-chain, explorer-verifiable.
# Create a patient wallet and a clinic wallet POST /api/wallets Content-Type: application/json { "alias": "patient-1", "role": "patient" } → 201 Created { "success": true, "wallet": { "alias": "patient-1", "role": "patient", "address": "0xAb3F...e2D1", "chain": "base-sepolia" } } POST /api/wallets { "alias": "clinic-miami-1", "role": "clinic" } → 201 Created { "success": true, "wallet": { "alias": "clinic-miami-1", "role": "clinic", "address": "0x7C92...f8A4", "chain": "base-sepolia" } }
# Check the patient's USDC and native (ETH) balance GET /api/wallets/patient-1/balance x-api-key: <CROSSMINT_API_KEY> → 200 OK { "success": true, "alias": "patient-1", "address": "0xAb3F...e2D1", "balances": { "usdc": "500.00", "native": "0.0042" } }
# Settle a knee-consult deposit from patient to clinic POST /api/settle Content-Type: application/json { "fromAlias": "patient-1", "toAlias": "clinic-miami-1", "amount": "250.00", "memo": "Knee consult deposit" } → 200 OK { "success": true, "settlement": { "hash": "0x9a1b...c3f7", "explorerLink": https://sepolia.basescan.org/tx/0x9a1b...c3f7, "from": "patient-1", "to": "clinic-miami-1", "amount": "250.00", "token": "usdxm", "chain": "base-sepolia", "memo": "Knee consult deposit", "settledAt": "2026-07-29T12:00:00.000Z" } }
Illustrated responses — the live API runs on Railway behind your CrossMint staging keys. Full source at github.com/manemil/salubridge-api
We also considered
Patients, clinics, and partners — join the waitlist for the Miami–Latin America corridor launch.
¡Gracias! You're on the list — we'll reach out from Miami.