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.
Your users get the best route. You keep the simple integration.
Aggregate liquidity from multiple Solana DEXs so swaps search the full routing surface instead of a single pool.
Hippo was first an Aptos aggregator. The stack now follows real volume and organic flow on Solana.
Routes are simulated off chain and executed directly from the user wallet. Hippo does not hold funds.
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.
Mana | Hippo
Tech lead, Hippo Labs

The native token driving Hippo Labs infrastructure on Solana
Contract Address
hippo...pumpYou request a quote for SOL, USDC or any integrated token pair.
The engine simulates paths across Solana DEXs and finds the best route.
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 SolanaIntegrate Hippo as the routing layer behind your own UI. Expose best price swaps to your users without running your own simulation engine.
Drop in swap component or low level APIs.
Plug in as a liquidity source and capture more flow.
Offer token swaps as a native feature inside your product.
/quoteReturns best route and output/swapReturns prepared transaction/tokensLists supported tokensSolana focused. More docs coming soon.