RISE Logo-Light

RISE Wallet Stack

Chain-native wallet infrastructure for gasless transactions

RISE Wallet is a chain-native wallet layer that provides gasless transactions, passkey authentication, and session keys for your dApp. Built on audited smart accounts from Porto and integrated directly into RISE's infrastructure.

Key Features

  • Gasless by Default: Users don't need ETH to start using your app
  • Passkey Authentication: No seed phrases - just biometrics (FaceID, TouchID)
  • Session Keys: Enable high-frequency interactions without popups
  • 3ms Confirmations: Leverages RISE's shred architecture for instant feedback

Quick Integration

npm i rise-wallet wagmi viem
pnpm add rise-wallet wagmi viem
yarn add rise-wallet wagmi viem
bun add rise-wallet wagmi viem
import { Chains, RiseWallet } from "rise-wallet";
import { risewallet } from "rise-wallet/wagmi";

export const rwConnector = risewallet(RiseWallet.defaultConfig);

Learn More