Rozo Intent Pay enables seamless crypto payments for your app. Onboard users from any chain, any coin into your app with one click and maximize your conversion.
- 🌱 Instant cross-chain payments — Accept payment from 1000+ tokens on multiple chains. Payments complete in less than 5 seconds. We handle the swapping and bridging so that your customers don't have to.
- 💡 Pay with a single transaction - No more wallet round-trips to make approval, swap, or bridging transactions. Your customers pay with a single transfer transaction.
- ⚡️ Fully permissionless - Rozo Pay never custodies funds and funds can never be stuck in a contract. Payments can be permissionlessly completed by anyone.
- 💱 Support for all major wallets and exchanges - Rozo Pay supports payments from browser wallets like MetaMask and Rabby, as well as exchanges like Coinbase and Binance.
- 💨 Integrate within minutes - Get up and running with Rozo Pay in as little as 10 minutes with little to no code.
EVM Wallets: MetaMask, Coinbase Wallet, Trust Wallet, Rainbow Wallet, Family Wallet, Zerion, OKX, Bitget
Solana Wallets: Phantom, Backpack, Solflare
Stellar Wallets: Via Stellar SDK integration
Mobile Wallets: All above wallets with mobile app support and deep-linking
Currently Active in Wallet Payment Options:
- Base
- Polygon
- BSC
- Solana
- Stellar
Full Supported Chain Network:
- EVM Chains: Ethereum (1), Arbitrum (42161), Base (8453), Polygon (137), Optimism (10), BSC (56), Linea (59144), WorldChain (480), Mantle (5000), Celo (42220)
- Non-EVM: Solana, Stellar
Currently Active in Wallet Payment Options:
- Base USDC
- Polygon USDC
- BSC USDT
- Solana USDC
- Stellar USDC
Full Token Support Per Chain:
Each supported chain includes native tokens (ETH, MATIC, SOL, XLM), wrapped versions (WETH, WMATIC), stablecoins (USDC, USDT, DAI), and major tokens (WBTC, etc.). The SDK automatically handles token discovery and liquidity routing.
Exchanges: Coinbase, Binance, Lemon
Payment Apps: Venmo, CashApp, MercadoPago, Revolut, Wise
Other: RampNetwork, deposit addresses, ZKP2P (Zero-Knowledge Proofs to PayPal)
and much more...
You can find the full Rozo Pay documentation here.
Check out example
Check out our Demo Page at demo.rozo.ai
Clone the repository and build the SDK in dev
mode:
git clone https://github.com/RozoAI/intent-pay.git
cd pay/packages/connectkit
bun i
bun run dev
The rollup bundler will now watch file changes in the background. Try using one of the examples for testing:
cd examples/nextjs
bun i
bun run dev
Any changes will be reflected on the Pay button in the example app.
Daimo Pay is noncustodial and runs on open-source, audited contracts. See /packages/contract
.
Audits:
Contact us if you'd like to integrate Rozo Pay.
See LICENSE for more information.
Rozo Intent Pay SDK is a fork of Daimo developed by Daimo. We're grateful to them for making cross chain payment fast, simple and open-source.
Daimo Pay SDK is a fork of Connectkit developed by Family. We're grateful to them for making Connectkit fast, beatiful and open-source.
Make sure bun
is installed.
bun -v
If not, install it.
npm install -g bun
bun run release
Choose the version on the prompt.