FAQ

For perps-specific questions, see the Perps FAQ.

No. No token is required for any HyperFlow product, and fee savings on perps/spot apply without holding or staking anything.

Any standard EVM wallet (injected or WalletConnect), plus email sign-in with an embedded wallet for a CEX-like onboarding experience.

The fastest channel is Discord. Announcements are posted on X and Telegram.

Troubleshooting

This is the HyperEVM small-blocks limitation: transactions signed with more than 2M gas fail unless your address has Big Blocks enabled.

Check your status:

$curl --location 'https://rpc.hyperliquid.xyz/evm' \
> --header 'Content-Type: application/json' \
> --data '{
> "jsonrpc": "2.0",
> "id": 1,
> "method": "eth_usingBigBlocks",
> "params": { "address": "<YOUR_WALLET_ADDRESS>" }
> }'

Enable Big Blocks:

  1. Deposit USDC to Hyperliquid (an active account is required).
  2. Visit the HyperEVM block toggle (a community-maintained tool), connect your wallet, and sign to enable Big Blocks.

Once enabled, high-gas transactions will process normally.