Hypermid

Use Cases

Swap any token. Across any chain. In one transaction.

Hypermid is a cross-chain swap aggregator that connects 90+ blockchains, 20+ bridges, and 30+ DEX aggregators behind a single interface. You pick the source and destination — Hypermid finds the cheapest, fastest route and executes it.

The problem

Moving tokens between blockchains is painful. You need to find a bridge that supports both chains, check whether it handles the token you want, compare fees across multiple options, execute the bridge transaction manually, wait for confirmation, and then swap on the destination chain. That's four to six separate steps — each with its own interface, its own slippage risk, and its own failure mode.

Most aggregators only cover a subset of chains. PulseChain? Almost nobody supports it. Solana to Base? You're stitching together two or three tools. The result is wasted time, wasted gas, and a fragmented experience that punishes anyone who operates across more than two ecosystems.

How Hypermid solves it

One request. One transaction. Any chain to any chain.

1. Specify source and destination — choose the token and chain you're starting from, and the token and chain you want to end up on.

2. Routing engine queries infrastructure — Hypermid simultaneously queries 20+ bridges, 30+ DEX aggregators, and on-chain solvers for available paths.

3. Compare on price, speed, and reliability — routes are ranked by output amount, estimated time, and historical success rate.

4. Best option returned — you get a single quote with a ready-to-sign transaction.

5. User signs one transaction — one approval, one signature, one confirmation. The rest happens automatically.

  • 90+ chains — Ethereum, Solana, Bitcoin, Base, Arbitrum, Optimism, BNB Chain, Polygon, Avalanche, PulseChain, and dozens more.
  • PulseChain native support — via SuperSwap, Hypermid is one of the only aggregators that routes into and out of PulseChain natively.
  • Smart routing — multi-hop paths when direct routes don't exist. The engine finds intermediate chains and tokens automatically.
  • 0.3% flat fee — transparent, predictable pricing with no hidden spreads.
  • Fallback safety — if a bridge fails mid-route, the system falls back to alternative paths when possible.

Supported swap types

Same-chain swaps

Token-to-token swaps on a single chain, routed through the best available DEX or aggregator.

Cross-chain EVM ↔ EVM

Swap between any two EVM-compatible chains — Ethereum to Arbitrum, Base to Polygon, Optimism to BNB Chain.

Cross-chain EVM ↔ non-EVM

Bridge and swap between EVM chains and Solana, Bitcoin, Cosmos, and other non-EVM ecosystems.

PulseChain inbound & outbound

Native PulseChain routing via SuperSwap — move tokens into and out of PulseChain from any supported chain.

Developer quick start

The Hypermid API is a standard REST interface. Get a quote, present it to your user, have them sign the transaction, and poll for status.

Get a quote — 1 ETH on Ethereum to USDC on Arbitrum

bash
curl -X GET "https://api.hypermid.io/v1/quote" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "fromChain": 1,
    "toChain": 42161,
    "fromToken": "0x0000000000000000000000000000000000000000",
    "toToken": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
    "fromAmount": "1000000000000000000",
    "fromAddress": "0xYourWalletAddress"
  }'

PulseChain swap — same endpoint, toChain = 369

bash
curl -X GET "https://api.hypermid.io/v1/quote" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "fromChain": 1,
    "toChain": 369,
    "fromToken": "0x0000000000000000000000000000000000000000",
    "toToken": "0x0000000000000000000000000000000000000000",
    "fromAmount": "1000000000000000000",
    "fromAddress": "0xYourWalletAddress"
  }'

Track transaction status

bash
curl -X GET "https://api.hypermid.io/v1/status" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{ "txHash": "0xYourTransactionHash" }'

Who this is for

  • Traders who move between chains regularly and want the best rate without manually comparing bridges.
  • PulseChain users who need reliable on-ramps and off-ramps that other aggregators don't provide.
  • DeFi power users who interact with protocols across multiple chains and want to consolidate their workflow.
  • Anyone tired of manual bridging — if you've ever spent 20 minutes stitching together a bridge and a swap, Hypermid replaces that with one click.

Ready to integrate?

Start building with Hypermid's cross-chain infrastructure today.