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.
- 🌱 Cross-chain payments from 1000+ tokens in under 1 minute.
- 💡 Single transaction — no multiple wallet steps.
- ⚡️ Permissionless — we never hold funds.
- 💱 Works with major wallets and exchanges.
- 💨 Integrate in minutes, minimal code required.
EVM Wallets: MetaMask, Coinbase Wallet, Trust Wallet, Rainbow Wallet, Family Wallet, Zerion, OKX, Bitget
Solana Wallets: Phantom, Backpack, Solflare
Stellar Wallets: Albedo, Freighter, Hot Wallet, etc. (Refer to: https://stellarwalletskit.dev/#compatible-wallets)
Mobile Wallets: All above wallets with mobile app support and deep-linking
For a complete list of supported tokens and chains, see the Supported Tokens and Chains documentation.
You can find the full Rozo Pay documentation at docs.rozo.ai.
For in-repo SDK prop reference, see RozoPayButton Props.
Check out complete examples and code snippets at Complete Examples, including:
- Framework-specific examples (Next.js, Vite/CRA)
- Use case examples (E-commerce checkout, Donation component, Stellar payout)
- Complete code examples ready to copy-paste
You can also check out the Next.js example app in this repository.
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
pnpm i
pnpm run devThe rollup bundler will now watch file changes in the background. Try using one of the examples for testing:
cd examples/nextjs
pnpm i
pnpm run devAny 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.
pnpm run releaseChoose the version on the prompt.