Solana liquidity, one routing layer

Hippo Labs started as an aggregation layer for Aptos based liquidity. The infrastructure now moves to Solana - where real volume, depth and organic flow live.

Non custodial routing
Best price from integrated DEXs
Open SDK for builders
SOL
Solana
USDC
USD Coin
~247.82
Available routes
Jupiter routeBest price
Est. output: 247.82 USDC
Raydium route
Est. output: 247.65 USDC
Orca route
Est. output: 247.51 USDC
Routing surface

Why aggregate on Solana

Your users get the best route. You keep the simple integration.

Deep routing surface

Aggregate liquidity from multiple Solana DEXs so swaps search the full routing surface instead of a single pool.

Depth

Real volume, real flow

Hippo was first an Aptos aggregator. The stack now follows real volume and organic flow on Solana.

Flow

Non custodial routing

Routes are simulated off chain and executed directly from the user wallet. Hippo does not hold funds.

Safety

From Aptos experiment to Solana infrastructure

Hippo Labs started as an aggregation layer for Aptos based liquidity. The thesis was right but the ecosystem never produced meaningful volume or organic flow. The infrastructure now follows the liquidity - rebuilt for Solana and focused on routing where traders actually live.

2022
Aggregating Aptos liquidity
2023
Hardening the routing engine
Now
Rebuilt for Solana volume

Builder

Mana | Hippo

Tech lead, Hippo Labs

Mana - Hippo Labs Tech Lead
  • Shipped the original Aptos aggregation stack
  • Now focused on Solana routing infrastructure
  • Builder of tools for wallets, traders and apps
Aptos rootsSolana infraAggregator nerd

Powered by $Hippo

The native token driving Hippo Labs infrastructure on Solana

Contract Address

hippo...pump

How Hippo routes your swap

1

Quote

You request a quote for SOL, USDC or any integrated token pair.

2

Route

The engine simulates paths across Solana DEXs and finds the best route.

3

Execute

A single transaction is sent from the user wallet to execute the path.

const quote = await fetch("/api/quote?from=SOL&to=USDC&amount=1");
const route = await quote.json();
// pass route.tx to the user wallet for signing on Solana

Built for wallets, aggregators and apps

Integrate Hippo as the routing layer behind your own UI. Expose best price swaps to your users without running your own simulation engine.

Wallets

Drop in swap component or low level APIs.

DEXs

Plug in as a liquidity source and capture more flow.

Apps

Offer token swaps as a native feature inside your product.

API surface

/quoteReturns best route and output
/swapReturns prepared transaction
/tokensLists supported tokens

Solana focused. More docs coming soon.

FAQ