Community Docs
  • 🏠Home
  • Getting Started
  • Introduction
    • What is Hyperliquid?
    • Hyperliquid Labs
    • Roadmap
      • 2025-26-03_Incident
  • Architecture
    • Overview
    • HyperBFT
      • API Servers
    • HyperCore
      • Dex
        • Clearinghouse
          • Margin Management
          • Liquidations
          • Funding
          • Fees
        • Order Book
        • Oracle
      • Vault
      • HIPs
        • Spot Deployments (HIP-1/HIP-2)
      • Bridge
    • HyperEVM
    • Hyperliquid.
      • Unit
  • Guide
    • User Guide
      • Onboarding
      • Spot Deployments
      • Airdrop
    • Builder Guide
      • HyperCore
        • Trading Bot
        • Builder Codes
          • Install Template
          • Update
        • Endpoints
          • Info
            • Spot
            • Perpetuals
          • Exchange
      • HyperEVM
        • EVM Basics
          • dApp Setup
        • Specificities
      • Node Operators
      • Historical Data
  • Ecosystem
    • The Hyper Liquidated
      • Community Map
    • Projects
      • Tools
      • HyperEVM
        • Felix
      • HyperCore
      • MemeCoin
Powered by GitBook
On this page
  1. Guide
  2. Builder Guide
  3. HyperEVM

EVM Basics

PreviousHyperEVMNextdApp Setup

Last updated 1 month ago

This page covers the foundational EVM features you’ll need on Hyperliquid.


1. RPC Nodes & Endpoints

Use the following endpoints to interact with the Hyperliquid network:

Mainnet RPC

  • Hyperliquid:

  • HypurrScan:

    • Chain ID: 999

Testnet RPC

  • Hyperliquid: (old one: api.hyperliquid-testnet.xyz/evm)

  • Luganodes:

  • ValiDAO:

  • Enigma:

    • Chain ID: 998

Tip: Choose the endpoint that best fits your region or latency needs. They all serve the same network.


2. Block Explorers & Analysis Tools

Track transactions, verify contracts, and analyze on-chain activity with the following resources:

  • Explorers often provide convenient API endpoints for fetching network data quickly.


3. Main Contract Addresses (Testnet Only)

  • mockBTC (MBTC): 0x453b63484b11bbF0b61fC7E854f8DAC7bdE7d458

  • Purr: 0xC003D79B8a489703b1753711E3ae9fFDFC8d1a82

  • Hyperswap LP (HPSX): 0xddA44A39AaA3e2dcc8aFd78ca70b0718877188b5

  • WETH:

    • 0xADcb2f358Eae6492F61A5F87eb8893d09391d160

    • 0xe0bdd7e8b7bf5b15dcDA6103FCbBA82a460ae2C7 Less common)

  • Stacked USDe (sUSDe): 0x2222C34A8dd4Ea29743bf8eC4fF165E059839782

  • USDC:

    • 0x6fDbAF3102eFC67ceE53EeFA4197BE36c8E1A094

    • (Less common) 0x24ac48bf01fd6CB1C3836D08b3EdC70a9C4380cA

  • SolvBTC: 0x4B85aCF84b2593D67f6593D18504dBb3A337D3D8

  • Stacked Testh (stTESTH): 0xe2FbC9cB335A65201FcDE55323aE0F4E8A96A616

  • HFUN: 0x37adB2550b965851593832a6444763eeB3e1d1Ec

  • CatBAL: 0x26272928f2395452090143Cf347aa85f78cDa3E8

  • Points: 0xFe1E6dAC7601724768C5d84Eb8E1b2f6F1314BDe

  • Jeff: 0xbF7C8201519EC22512EB1405Db19C427DF64fC91

  • Kei Stablecoin: 0xE1A78f5B2FC080d7F34c47d703f19533097Ee34a


4. dApp Setup & Deployment

Tools Directory:

Here are some commonly used on HyperEVM:

HYPE: As the native token of HyperEVM, HYPE does not have a deployed contract address. Its balance is fetched directly via RPC when connecting a wallet (similar to ETH on Ethereum). Use to interact with it.

To learn how to configure your application, integrate wallets (e.g., Wagmi or WalletConnect), and deploy contracts (using Foundry, Hardhat, or other tools), see the dedicated .

https://rpc.hyperliquid.xyz/evm
https://rpc.hypurrscan.io/
https://rpc.hyperliquid-testnet.xyz/evm
https://hyperliquid.lgns.xyz/
http://hyperliquid.testnet.rpc.validao.xyz/
https://hyperliquid-rpc.enigma-validator.com/evm
Community & Projects Tools
Hyperlend
Purrsec
Testnet contracts
eth_getBalance
dApp Setup & Deployment page