Uniswap is not on this chain. One venue you have probably never heard of carries nearly three quarters of the volume, and the gas will surprise you.
| Venue | Share of volume | What it is |
|---|---|---|
| project-x | 73.0% | Uniswap V3 clone — fee(), tickSpacing(), slot0() |
| HyperSwap V3 | 8.8% | Uniswap V3 fork |
| nest | 7.8% | Algebra — globalState(), no slot0() |
| Ramses V3 | 5.1% | Uniswap V3 fork |
| Ring Exchange | 3.0% | — |
| KittenSwap | 0.9% | Algebra |
| Hybra Finance V4 | 0.9% | V4-style |
| HyperSwap V2 | 0.2% | Constant product |
project-x is roughly 73% of the chain. Underneath, it is a Uniswap V3 clone —
its pools answer fee(), tickSpacing() and slot0() exactly as
Uniswap V3 pools do. So the mechanics are familiar even though the brand is not.
nest is the odd one out: it answers globalState() and has no
slot0(), which makes it Algebra rather than Uniswap-shaped. Tools that assume every
concentrated-liquidity pool is a Uniswap fork quietly fail on it.
We quoted the same shape of swap on both chains on the same day.
| Chain | Gas cost of one swap | |
|---|---|---|
| Base | $0.013 | Base guide |
| HyperEVM | $7.59 | same quote, same day |
On a $50 trade that is roughly 15% gone before slippage. HyperEVM rewards fewer, larger trades. Any interface that hides the gas figure is hiding the biggest line item on a small trade.
The gas token is HYPE. Wrapped, it is 0x5555555555555555555555555555555555555555
— a vanity address that is easy to recognise and, conveniently, hard to typo-squat
convincingly. Prices quoted to you in “ETH” on this chain are mislabelled.
HyperEVM has no Blockscout instance. We checked:
hyperevm.blockscout.com and hyperliquid.blockscout.com both return 404, and
hyperevmscan.io serves a web UI rather than the open API most analytics tools read.
That means holder lists, concentration figures and wallet histories are genuinely harder to obtain here than on Base or Ethereum. The honest position is that some checks you would run elsewhere are simply not available — and a tool that shows them to you anyway is worth a second look.
Straight answer: Schwep does not trade HyperEVM yet. It trades Robinhood Chain today. The HyperEVM integration — market data, the venue map above, and routing that reaches project-x and the rest — is built and tested. Trading switches on when the routing contract is deployed. The terminal is here.