cryptoToCrypto transfer: USDC moves from your treasury wallet to each recipient’s wallet on Polygon, settling in seconds. Because the asset matches on both sides, there is no exchange-rate spread, and the quote returns the exact fees before you commit.
Who this is for:
- Consumer apps and loyalty programs issuing rewards as spendable balances
- Fintech card issuers and debit programs paying stablecoin cashback
- Gaming and promotion platforms running incentive drops
- Creator platforms distributing bonuses or tips to many recipients at once
How it works
Each drop is a single quote-and-execute pair. For a campaign, create the quotes in parallel and execute each as it confirms. Idempotency keys on every transaction make a reward run safe to retry without paying anyone twice. The destination can be a recipient’s OMS wallet or any external on-chain address.OMS resources
| Resource | Role |
|---|---|
| Treasury wallet | Central USDC wallet the rewards are funded from |
| Customer (per recipient) | Identity record that owns each recipient wallet |
| Recipient wallet | Destination USDC wallet, or an external on-chain address |
| Quote | Locked fee breakdown for one drop |
cryptoToCrypto transaction | Executes one reward drop |
Beyond reward drops
Cashback is a reward drop on a trigger. Fire a drop for each qualifying purchase or event, and the recipient’s balance updates as they spend. The flow is identical: quote, then execute acryptoToCrypto transfer.
Streaming pay and tokenized loyalty points go beyond the Payments API. Per-second streaming uses onchain payment channels, and programmable points are token contracts you deploy and redeem across merchants. Both run on Polygon Chain rather than through OMS quotes and transactions.
Reward drops run on the same quote-and-execute flow available today. Bulk drop tooling for large campaigns is on the roadmap alongside bulk payouts.
Build it
Send from a wallet
Quote and execute a USDC transfer between wallets.
Customer onboarding
Create the customer and wallet each recipient needs.
Transactions
The quote-then-execute reference for cryptoToCrypto.
Wallets
Provision and fund the treasury and recipient wallets.