Skip to main content
Your All-in-One Trading Hub on Starknet
Build or Trade with avnu
Best trading execution, DCA, paymaster, token lists & more - everything you need in one platform
50+
Integrations
Trusted by leading protocols
$3B+
Volume
All-time trading volume
#1
DEX Aggregator
On Starknet
Start with Best-Price Swaps
Competing solver algorithms solve NP-hard optimization problems in real-time to maximize net output

Why avnu Swap?

Solvers tackle NP-hard optimization problems in real-time to maximize your net output.
Aggregates all liquidity sources: AMMs, CLOBs, and market makers across Starknet.
Smart routing splits trades across hundreds of potential routes while minimizing slippage and gas.
Battle-tested infrastructure trusted by major Starknet wallets and applications.
Zero infrastructure required - we handle all the complexity.

Swap API

Integrate swaps via REST API for full customization and control.

Quick Integration

Get started in 5 minutes with our TypeScript SDK.

Live Example

import { getQuotes, executeSwap } from '@avnu/avnu-sdk';
import { parseUnits } from 'ethers';

// Get best quote
const quotes = await getQuotes({
  sellTokenAddress: usdcAddress,
  buyTokenAddress: strkAddress,
  sellAmount: parseUnits('1000', 6), // 1000 USDC
  takerAddress: account.address,
});

// Execute swap
const result = await executeSwap({
  provider: account,
  quote: quotes[0],
  slippage: 0.001, // 0.1%
});
Ready to Get Started?
Whether you’re building the next big DeFi app or looking for the best trades on Starknet, avnu has you covered