On-Ramp & Off-Ramp
Integrate MoneyGram Ramps for USDC On/Off-Ramping
MoneyGram Ramps enables wallets and exchanges to facilitate USDC deposits (on-ramp) and withdrawals (off-ramp) on the Stellar blockchain. Non-Stellar wallets can use blockchain bridging for compatibility.🚀
Step 1: Onboard Your Wallet
MoneyGram must allowlist your wallet domain to grant access. Complete the form below to be added to our allowlist.
Required Check for Non Custodial Wallets
Read about Stellar's documentation about TOML files for more info
Verify your TOML file before attempting to register, using the Stellar TOML Checker to avoid issues.

Get instant access to MoneyGram Ramps
Please provide your wallet details so we can allowlist your domain.
MoneyGram is powered by the Stellar blockchain.
Is your wallet on the Stellar blockchain?
Which environment would you like?
Is your wallet Non-Custodial or Custodial?
Step 2: Integration
Choose your integration path based on wallet type.
Option A: Stellar wallet
-
Install Stellar SDK
yarn add @stellar/typescript-wallet-sdk
See Stellar Wallet SDK Docs.
-
Authenticate (SEP-10)
Implement SEP-10 for authentication.- Custodial: Use your registered Stellar public key and a unique user ID memo (positive, ≤64 bits).
- Non-Custodial: Use the user’s public key and your domain’s SIGNING_KEY from the TOML file.
-
Integrate SEP-24
Follow SEP-24 for deposit/withdrawal services. -
Test Transactions
Use the Stellar Demo Wallet on TestNet or MainNet to simulate cash-in/out. -
Setup (Optional for Testnet Only)
- Generate two Stellar keypairs (authentication and funds) via Stellar Lab.
- Fund accounts with XLM and USDC (set up a USDC trustline via Stellar Lab).
- Share public keys with MoneyGram for allowlisting.
Option B: Non-Stellar wallet
- Use a blockchain bridging provider (e.g., Allbridge or Wormhole) to enable USDC transactions on Stellar.
- Implement SEP-10 and SEP-24, ensuring bridge compatibility with Stellar’s network.
Step 3: Go Live
Sandbox (TestNet)
Test setup for USDC
- Add USDC trustline
- Get test funds at Circle Faucet.
Asset Details
Asset Code: USDC
Issuing Account: GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5
Production Preview (MainNet, Optional)
Allows you to test in production using reals funds.
There are limits associated with our Production Preview accounts
Limits: 10 USDC min / 20 USDC max per transaction, 100 USDC aggregate.
Setup for USDC
- Self register using self-onboarding form with Preview Environment.
- Add USDC trustline
- Add funds to your account to test
- Complete a Cash in transaction
- Send funds from another wallet to test transactions
Asset Details
Asset Code: USDC
Issuing Account: GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN
Production (MainNet)
You will need to get certified by MoneyGram if you want to go live in production fully. You should go through your Certification and KYB and Legal at the same time
Certification
- Complete test cases and submit results via Excel to [email protected].
- Expect automated response with ETA, CC [email protected].
KYB and Legal
- Complete KYB onboarding and compliance at business.moneygram.com.
- Sign legal agreements via DocuSign self-service.
Limits
- On-ramp: 5 USDC min / 950 USDC max per transaction.
- Off-ramp: 5 USDC min / 2,500 USDC max per transaction.
- Off ramps Available in 174 countries.
MoneyGram Ramps Integration Guides
Transaction flow overview
- Authenticate via SEP-10.
- Initiate deposit/withdrawal using SEP-24.
- Open MoneyGram’s UI in a webview for KYC and transaction details.
- Poll for pending_user_transfer_start status.
- Send (withdrawal) or receive (deposit) USDC with provided memo.
- For withdrawals, provide MoneyGram’s reference number for cash pickup.
For more details on what do next, you can check out our linked guides below.
Key Implementation Notes
Custodial vs. Non-Custodial
Read this Stellar Blog post to go over the differences in more details here.
Table showing the differences of Custodial vs Non custodial integrating with MoneyGram
Custodial | Non-Custodial |
---|---|
Allow use of single Stellar account for authentication and funds | Uses induvial user accounts |
Does NOT require Home Domain to be passed during SEP-10 | Requires Home Domain value passed during SEP-10 |
Requires SEP-9 Amount field to be passed | Optional SEP-9 amount field |
Allows use of certain SEP-9 fields to pass customer KYC | Doesn't use SEP-9 fields to pass customer KYC |
Stellar Concepts
- Trustline: Links an account to an asset like USDC (learn more).
- Memo: Identifier to tie transactions to records (learn more).
Resources
- SEP-1 (TOML)
- SEP-10 (Authentication)
- SEP-24 (Deposit/Withdrawal)
- Stellar Lab
- Anchor Directory
- Contact: [email protected] or [email protected]
- SEP 1, 10 and 24 Postman collection Public postman - Update this link potentially to one that the team has access to so we can update it
- On Ramp location test data
Updated 7 days ago