Skip to Content
HyperQuote is live on HyperEVM — Start trading →
IntroductionSupported Tokens

Supported Tokens

HyperQuote supports a curated list of ERC-20 tokens deployed on HyperEVM. Tokens are organized into three tiers based on verification status, and the full list is available in the trading UI.

Who This Is For

  • Traders checking whether a specific token is available for RFQ trading.
  • Makers looking at which pairs have the most liquidity and demand.
  • Developers integrating token data into their own applications.

Token Tiers

HyperQuote classifies tokens into three tiers that control visibility and default behavior in the UI:

Core Tokens

Core tokens are manually curated by the HyperQuote team. They are always visible in the token selector, used as routing tokens for multi-hop swaps, and are the primary tokens for RFQ trading. Core tokens have manually verified contract addresses, decimals, and logos.

Verified Tokens

Verified tokens come from two sources:

  • spotMeta-sourced — Tokens listed on Hyperliquid’s spot market metadata. These are automatically imported with their on-chain parameters.
  • Manually allowlisted — Tokens from HyperEVM that have been reviewed and added to the verified allowlist (e.g., popular DeFi protocol tokens, wrapped assets, stablecoins).

Verified tokens are shown by default in the token selector alongside core tokens.

Unverified Tokens

Unverified tokens are imported from on-chain token registries but have not been individually reviewed. They are hidden by default and only appear when a user enables the “Show unverified tokens” toggle.

Unverified tokens have not been reviewed for contract safety. Exercise caution when trading unverified tokens. Always verify the contract address independently before approving or trading.

Launch Token Registry

The following tokens are approved for RFQ trading at launch:

TokenSymbolDecimalsAddressNotes
HYPEHYPE180x0000...0000 (native)Native gas token; auto-wraps to WHYPE for settlement
Kinetiq kHYPEkHYPE180xfd73...296dKinetiq liquid staked HYPE
PurrPURR180x9b49...44eHyperliquid community token
KinetiqKNTQ18See appKinetiq governance token
HyperLendHPL18See appHyperLend governance token
USD CoinUSDC60xb883...630fCircle native USDC on HyperEVM
USD₮0USD₮060xB8ce...ebbTether USDT0 on HyperEVM
USDHUSDH18See appHyperEVM native stablecoin

Additional verified tokens (UBTC, UETH, USOL, and others from the HyperEVM ecosystem) may be added post-launch. The full token registry is maintained in the app’s token configuration.

Launch token addresses are authoritative and take precedence over any data from spotMeta or external registries. The approved token list is enforced in the RFQ creation UI — only launch-approved tokens appear in the token selector by default.

Native HYPE and WHYPE Settlement

HYPE is the native gas token of HyperEVM. Since ERC-20 settlement contracts can only transfer ERC-20 tokens (not native ETH-style assets), HyperQuote handles HYPE specially:

  • In the UI, users select HYPE as the token they want to trade. This is the familiar native asset.
  • At settlement, the protocol automatically wraps native HYPE into WHYPE (Wrapped HYPE) at address 0x5555555555555555555555555555555555555555. The settlement contract interacts with the WHYPE ERC-20 contract.
  • WHYPE is hidden from the token selector to avoid confusion. Users never need to manually wrap or unwrap HYPE.

This wrapping is transparent to the user. When you trade HYPE, the UI handles the wrap/unwrap automatically so that on-chain settlement can proceed with the ERC-20 WHYPE token.

Venue Availability

Tokens may be available on different execution venues:

VenueDescription
hyperevmToken is available on HyperEVM DEXes (AMM pools)
hypercoreToken is available on Hyperliquid’s native order book
bothToken is available on both HyperEVM and HyperCore

Most core tokens are available on both venues, which enables the venue comparison engine to show side-by-side pricing. Tokens only available on HyperEVM can still be traded via RFQ but will not have HyperCore comparison quotes.

Token Data Sources

HyperQuote assembles its token list from multiple sources, with a strict priority order:

  1. Manual core tokens (highest priority) — Hand-curated list with verified addresses, decimals, and logos. These override any conflicting data from other sources.
  2. Hyperliquid spotMeta — On-chain metadata from Hyperliquid’s spot markets. Provides token addresses, decimal precision, and coin identifiers for HyperCore integration.
  3. Verified allowlist — Manually reviewed HyperEVM tokens not present in spotMeta. Includes popular DeFi tokens, wrapped assets, and stablecoins.
  4. PRJX registry (lowest priority) — Broad token registry used to populate the unverified tier. Tokens from this source are hidden by default.

When the same token address appears in multiple sources, the highest-priority source wins for all fields (symbol, name, decimals, logo).

Adding a New Token

Token additions follow this process:

  • Core tier — Added by the HyperQuote team through a configuration update. Core tokens require manual review of the token contract, decimal configuration, and logo asset.
  • Verified tier — Tokens automatically enter the verified tier when they appear in Hyperliquid’s spotMeta. Tokens can also be manually promoted to verified via the allowlist.
  • Unverified tier — Tokens from the PRJX registry are automatically available in the unverified tier. No action is required.

If you believe a token should be promoted to core or verified status, contact the HyperQuote team.

Edge Cases and Failure Scenarios

ScenarioWhat happens
Token you want is not listedPaste the contract address directly into the token search. It will appear as unverified. Verify the address independently before trading.
Token has non-standard decimalsThe UI reads decimals from the contract. If the value is wrong in a registry, the core token list takes precedence.
Token uses a transfer fee or rebasing mechanismSettlement may fail or produce unexpected output amounts. Avoid trading fee-on-transfer tokens unless you understand the implications.
WHYPE appears in your wallet but not in the UIWHYPE is intentionally hidden. Trade using HYPE and the protocol handles wrapping automatically.
spotMeta and core token list disagree on a symbolCore token data always wins. The UI displays the core configuration.
Last updated on