Miami-built · Latin America-focused · Florida startup

World-class care abroad.
Paid like a local.

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.

~60%
typical savings vs. US list prices
< 60s
stablecoin settlement finality
0
intermediary banks in the loop
Happy couple in their 50s strolling a Miami waterfront promenade at a pink sunset
Recovered, relaxed, and home by sunset — the SaluBridge patient journey.

The offering

Payments + onboarding for medical tourists

One platform handles the money and the paperwork, so clinics can focus on care and patients can focus on recovery.

01

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.

02

Prepay in USDC

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.

03

Fly, heal, recover

Concierge coordination for travel, procedure, and recovery stays. Miami-based support in English, Spanish, and Portuguese from first consult to final follow-up.

Concierge physician reviewing a recovery plan with a patient in a modern Miami office

Concierge-grade care

A physician's office that feels like Miami

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.

  • Dedicated care coordinator from intake to discharge
  • Accredited clinics, verified outcomes, upfront pricing
  • On-chain receipts for every payment milestone
  • Bilingual teams: English · Español · Português

How we're building

Minimal infrastructure. Maximum leverage.

Day-one infrastructure on CrossMint, shipped via factory.ai, pushed to GitHub, orchestrated on Railway. No local testing — straight to production.

Today — Stablecoin settlement

Server-signed smart wallets for patients and clinics. Instant USDC settlement on Base with a public explorer link for every payment.

Live PoC

Next — Headless checkout

CrossMint Orders API for tokenized procedure deposits: card or crypto in, USDC to the clinic, receipts on-chain.

In build

Then — Full wallet integration

Embedded patient wallets, escrowed milestones, and provider payouts across the Latin America corridor.

Planned

CrossMint Wallets SDK · Express API · GitHub → Railway · factory.ai

Under the hood

The SaluBridge Settlement API

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"
  } }
POST
/api/walletsCreate a server-signed smart wallet (patient or clinic) via CrossMint SDK
GET
/api/wallets/:alias/balanceResolve wallet by alias and return USDC + native token balance
POST
/api/settleAttach server signer, send USDC from one wallet to another, return explorer link

Illustrated responses — the live API runs on Railway behind your CrossMint staging keys. Full source at github.com/manemil/salubridge-api

We also considered

Alternative names

VíaSalud"the road to health" — for the journey north-south
PuenteCare"bridge" en español — Miami as the puente to LatAm care
Solana Healthsun-soaked recovery, bilingual wordplay

Be first across the bridge.

Patients, clinics, and partners — join the waitlist for the Miami–Latin America corridor launch.