Rezva

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 integration

What compatibility means

  1. Extract a typed identifier from QR or manual input.
  2. Send the identifier to POST /v1/resolve.
  3. Check lifecycle status and select a compatible payment option.
  4. Show the final recipient and network before signing.
  5. 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