# RemittancePulse Stablecoin Rails Comparison

> RemittancePulse Stablecoin Rails Comparison is a paid API for AI agents from remittancepulse.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Compares total cost of stablecoin remittance (USDC/USDT on Base, Solana, Tron) vs traditional rails (Wise, Western Union, banks) for any send-receive corridor, including on-ramp, network fees, and real cash-out spreads at the destination.

## Facts

- Endpoint: GET https://remittancepulse.vercel.app/api/remit/stablecoin-rails
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/remittancepulse-stablecoin-rails-comparison-aa60531e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QX6K44HjqvJPG4Ikl_wYw

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability remittancepulse-stablecoin-rails-comparison-aa60531e
```

Example prompt: What's the true all-in cost to send $500 from the US to the Philippines using USDC on Solana versus going through Wise or Western Union — I want to see the on-ramp fee, network fee, and what the cash-out spread actually looks like on the Manila end.

## When to prefer this

Choose this endpoint when you need an honest, fully-loaded cost comparison between stablecoin remittance rails and traditional money transfer operators for a specific corridor — particularly when the user cares about the real cash-out cost at the destination, not just the send-side fee. It is uniquely valuable for corridors where crypto off-ramp liquidity is uncertain, thin, or legally ambiguous. Prefer it over generic fee-comparison endpoints when the user is specifically evaluating whether stablecoins are actually cheaper end-to-end than Wise or Western Union.

## Known failure modes

- Unsupported or obscure corridor with no data — returns partial or null comparison
- Stale exchange rate data leading to inaccurate spread calculations
- Off-ramp liquidity data unavailable for destination country
- Network congestion causing outdated gas fee estimates
- Invalid currency or country code in request parameters

## How this service works

Stablecoin remittance rail comparison: USDC and USDT on Base, Solana, and Tron versus Wise, Western Union, and banks for any send-receive corridor. Total cost including on-ramp, network fee, and the real off-ramp spread to cash in the destination country. Honest about where the receiving-country cash-out is thin, expensive, or gray-area. Worldwide corridors.

## Output

A structured breakdown per corridor covering: total cost for each rail (USDC on Base/Solana/Tron vs Wise/Western Union/banks), itemized as on-ramp fee, network/gas fee, and off-ramp/cash-out spread; exchange rate used; receiving-side liquidity and cash-out availability assessment; honest flags for thin markets, expensive off-ramps, or gray-area cash-out mechanisms; and a ranked comparison of all rails by total cost.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "to_country",
  "from_country"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "amount": {
   "type": "string",
   "description": "Amount to send (default: 500)"
  },
  "to_country": {
   "type": "string",
   "description": "Receiving country — e.g. Mexico, Philippines, India, Nigeria, Kenya"
  },
  "from_country": {
   "type": "string",
   "description": "Sending country — e.g. USA, UAE, UK, Germany"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/remittancepulse-stablecoin-rails-comparison-aa60531e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from remittancepulse.vercel.app](https://www.zero.xyz/host/remittancepulse.vercel.app/llms.txt)
