Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.orca.so/llms.txt

Use this file to discover all available pages before exploring further.

Orca Documentation

Put Your Crypto to Work

Earn yield by providing liquidity on Solana’s most trusted DEX. Manage your positions, optimize your returns, and grow your portfolio with concentrated liquidity.

Explore Orca

Earn yield on your crypto through concentrated liquidity positions

Earn Yield

Provide liquidity and earn trading fees on Solana’s most trusted DEX. Concentrate your capital for maximum efficiency or use full-range positions for a passive approach.

For Asset Issuers

Launch and manage liquid onchain markets for your token. Create pools, incentivize liquidity providers, and build sustainable trading depth.

Developer Resources

Build on Orca with our open-source SDK

SDK & Integration

Integrate Orca’s Whirlpools into your application. Our TypeScript SDK provides everything you need for swaps, liquidity, and pool management.

Quick Start

Get started with a simple integration example:

import { WhirlpoolContext, buildWhirlpoolClient }
  from "@orca-so/whirlpools-sdk";

const ctx = WhirlpoolContext.from(connection, wallet);
const client = buildWhirlpoolClient(ctx);
const pool = await client.getPool(poolAddress);