MoneyGram Cash-to-Crypto Onramps Hit Solana: A Dev Guide

MoneyGram Cash-to-Crypto Onramps Hit Solana: A Dev Guide

Crypto APIs Team

Aug 12, 2026 • 4 min

MoneyGram has extended its cash-to-crypto onramp to Solana, letting users in 25 countries deposit physical cash at retail locations and receive digital assets on-chain. For wallet and exchange developers, this is a signal about where fiat-to-crypto infrastructure is heading: multi-chain, cash-first, and compliance-heavy from the point of deposit. The integration pattern here matters more than the headline.

What happened

MoneyGram's onramp service now supports Solana deposits through its network of physical agent locations. Users hand over cash at a MoneyGram counter and receive stablecoins or supported tokens directly to a Solana wallet address. The launch covers cash-in functionality across 25 countries, with a focus on regions where card-based onramps and bank rails have limited reach. This builds on MoneyGram's earlier work with Stellar and its USDC settlement infrastructure.

The move places cash-to-crypto conversion inside a regulated money transmitter framework. MoneyGram already operates under money services business (MSB) registrations across multiple jurisdictions and complies with FATF (Financial Action Task Force) Travel Rule requirements. Extending that to Solana means the same Know Your Customer (KYC) and Anti-Money Laundering (AML) obligations now apply to a new set of on-chain destinations.

Why it matters

Cash-to-crypto ramps solve a specific access problem. Card-based onramps fail for users without bank accounts or with cards blocked for crypto purchases. In emerging markets across Latin America, Africa, and Southeast Asia, cash remains the dominant payment method. A physical agent network converts that cash into on-chain value without requiring a bank relationship.

For developers building multi-currency wallets and exchanges, this changes the deposit surface. Funds now arrive from a regulated third-party ramp, carrying their own compliance provenance but still landing at addresses your platform must monitor. Every Solana address receiving cash-sourced deposits needs the same screening and tracking as any other inbound transfer. The compliance burden does not transfer to MoneyGram just because MoneyGram screened the depositor.

This mirrors the pattern seen with other fiat onramp integrations. When Privy integrated Stripe fiat onramps, the same question arose: who owns the AML obligation once funds cross from fiat into a self-custodial wallet. The answer is usually both parties, at different points in the flow.

Implications

Multi-chain support is now a baseline requirement, not a differentiator. MoneyGram supports Stellar and Solana. Users expect their preferred chain. A wallet that only tracks Ethereum and Bitcoin will miss deposits routed through Solana. Development teams need address monitoring that spans 20-plus chains without maintaining separate node infrastructure for each one.

Real-time detection of inbound deposits is the first technical requirement. When a user receives cash-sourced USDC on Solana, your platform should know within seconds, not minutes. This is where Blockchain Events webhooks apply directly. Sub-100ms webhook response lets you credit balances, trigger compliance checks, and update user-facing state as soon as the transaction confirms. For a step-by-step approach, our guide to monitoring blockchain addresses with webhooks covers the subscription model.

Screening comes next. Cash deposits carry elevated AML risk by nature. Even when MoneyGram has verified the depositor, your platform still needs to screen the destination address and any subsequent onward flows against sanctions and risk databases. Verify Address covers AML and sanctions screening across 20-plus chains, including Solana. Running inbound addresses through screening at deposit time gives compliance teams an audit trail that satisfies MSB and MiCA (Markets in Crypto-Assets) reporting obligations.

The regulatory framing here is worth attention. Under FATF Travel Rule guidance, virtual asset service providers (VASPs) must share originator and beneficiary data for transfers above threshold amounts. A cash-to-crypto ramp is a VASP handoff point. If your platform is the beneficiary institution, you need to receive and record that data. Building this into deposit pipelines now avoids retrofitting under regulatory pressure later.

Node access shapes everything downstream. Solana's throughput and account model differ from EVM (Ethereum Virtual Machine) chains. Reliable RPC (Remote Procedure Call) access to Solana state is required to confirm deposits, read token balances, and reconstruct transaction history. Node as a Service provides shared and dedicated JSON-RPC endpoints for Solana without the operational cost of running validators.

What to watch next

Expect cash-out functionality to follow cash-in. The current launch handles deposits only. Offramp support, converting on-chain assets back to physical cash at agent locations, closes the loop and raises new compliance questions around source-of-funds verification for withdrawals.

Watch for chain expansion beyond Solana and Stellar. As stablecoin settlement spreads across networks, onramp providers will follow liquidity. Development teams should design deposit monitoring that scales to new chains through configuration rather than rewrites.

Regulatory alignment across the 25 launch countries will also evolve. MiCA in the European Union, MSB rules in the United States, and local licensing across emerging markets each impose different reporting formats. Platforms accepting cash-sourced deposits will need jurisdiction-aware compliance logic. Related reading on AML at scale for stablecoin payments covers how these frameworks converge.

Finally, track adoption metrics. Cash-first ramps succeed or fail on agent density and settlement speed. If MoneyGram reports meaningful deposit volume from unbanked regions, other transmitters will replicate the model, and multi-chain deposit handling becomes standard across the wallet and PSP (payment service provider) segment.

If you are building deposit pipelines that need to handle cash-sourced funds across Solana and 20-plus other chains, our product suite covers address monitoring, AML screening, and node access under one API layer. Start on the free tier, no credit card required, and test the webhook and screening flow against real Solana transactions.

Related articles

Share