Before continuing with this guide, make sure you have set up your Privy client as shown in the
Getting Started guide.
Overview
HyperEVM is Hyperliquid’s EVM-compatible blockchain that enables:- Deploying smart contracts with Solidity
- Building DeFi applications
- Creating custom trading logic
- Integrating with existing EVM tooling
Setting Up HyperEVM
Configure your application to work with HyperEVM:Gas Sponsorship
Smart Wallets on HyperEVM
HyperEVM supports ERC-4337 Smart Wallet accounts, allowing you to pay for your users’ transaction fees using gas sponsorship.HyperEVM is compatible with popular smart wallet providers including Alchemy, ZeroDev, and
Biconomy. You can use Privy’s smart wallet infrastructure with any of these providers.
Setting Up a Paymaster and Bundler
Follow these steps to configure gas sponsorship for HyperEVM:1. Navigate to Smart Wallets Settings
In your Privy Dashboard, go to Wallet Infrastructure → Smart Wallets.2. Choose a Smart Wallet Provider
Select one of the supported providers:- ZeroDev
- Alchemy
- Biconomy
3. Add HyperEVM as a Custom Chain
Click Add a new Chain → Custom Chain and configure HyperEVM:
- Name: HyperEVM Testnet
- ID number: 998
- RPC URL: Your HyperEVM RPC endpoint
- Bundler URL: Your provider’s bundler URL (e.g.,
https://rpc.zerodev.app/api/v3/ZERO_DEV_API_KEY/chain/998) - Paymaster URL: Your provider’s paymaster URL (e.g.,
https://rpc.zerodev.app/api/v3/ZERO_DEV_API_KEY/chain/998)
4. Save and Test
After configuring the chain, click Save and close. Your app can now sponsor gas fees for users on HyperEVM using smart wallets.Resources
HyperEVM Documentation
Official HyperEVM smart contract documentation
Smart Wallets Documentation
Learn more about using smart wallets, including how to send transactions, batch operations, and
configure advanced features.

