Compatible wallets
Rezva is wallet-agnostic, but production resolver access is permissioned. Wallets listed here have approved integration and can resolve supported identifiers for their users.
Compatible wallets
Wallets with approved resolver access are listed here once they are available in production.
No production wallets listed yet.
Request integrationWhat compatibility means
- Extract a typed identifier from QR or manual input.
- Send the identifier to
POST /v1/resolve. - Check lifecycle status and select a compatible payment option.
- Show the final recipient and network before signing.
- Wait for the wallet and chain to confirm the transaction.
const result = await resolver.resolve({ type, value });
if (result.status !== "active" || !result.payment_ready) {
throw new Error("Identifier is not payable");
}Want your wallet listed? Apply as a wallet provider through the dashboard, then complete operator review.
Apply as wallet provider