Plug into any protocol, chain, or agent. Live in minutes.

Composable DeFi
Built with One SDK.
Executed in One Click.

Swaps, bridges, lending, staking, LP positions. Multi-step actions across 200+ protocols, native Bitcoin, and Solana. Your users sign once and land anywhere in DeFi, gasless, from any chain.

$500M+

Lifetime volume

200+

Protocols

3 Years

Executed

Everything DeFi runs on. One integration.

Bridges move tokens. DZap completes positions.

Bitcoin never earned yield.Solana never connected to EVM.Protocols never talked to each other.

Native Bitcoin

$1.5T IN BITCOIN. ALMOST NONE EARNS YIELD.

Route BTC directly into any DeFi protocol across multiple bridge providers. No single custodian. No competitor has this coverage depth.

  • $1.5T MARKET
  • LESS THAN 1% EARNS YIELD

Solana execution

LP, LENDING, STAKING. FROM ANY CHAIN. NOT JUST SWAPS.

EVM, BTC, or Solana as starting point. Full execution into Raydium, Kamino, Orca. No competitor has built this.

  • RAYDIUM
  • KAMINO
  • ORCA
  • MANY MORE

Pathfinder engine

EVERY NEW PROTOCOL MAKES ROUTING SMARTER FOR ALL USERS.

20M+ pools mapped. 120+ direct integrations. Coverage network effect. Starting from zero cannot match this.

  • 20M+ POOLS
  • 60+ SOURCES
  • 120+ INTEGRATIONS

AI AGENTS

Agents can think. Plan. Pay.Now they can execute across all of DeFi

Most agents today can hold assets and make payments. Executing across DeFi is where they stop. DZap gives agents execution rails across all of DeFi.

MCP SERVER

Works with Claude, GPT, Gemini, and any LLM out of the box. Agents execute cross-protocol DeFi in natural language. No custom integration required.

View Docs

AGENT SDK

TypeScript SDK purpose-built for agent workflows. Programmatic access to 200+ protocols, native Bitcoin, and Solana execution.

View on npm

DZAP SKILLS

Pre-built DeFi capabilities for agent frameworks. Drop into any agent stack and unlock cross-protocol execution without writing custom integrations.

Learn More

CLI

Command-line interface for agent developers. Run complex DeFi strategies from any agent environment or automated pipeline.

View Docs

Compatible with

  • CLAUDE
  • GPT-4
  • GEMINI

THE PATHFINDER ENGINE

One instruction. Full DeFi.

Describe what you want. Pathfinder finds the way.

Bridge BTC to Solana, lend cbBTC on JupLend, borrow USDC, open SOL/USDC LP.

Send a message...

Bridge

BEST OF BTC BRIDGES

Lend

DIRECT INTEGRATION

Borrow

DIRECT INTEGRATION

50% Swap

JUPITER (BEST ROUTE)

Add

DIRECT INTEGRATION

BTC is now earning yield on Solana

Build with DZap

One SDK. Ship in 10 minutes.

Plug into swaps, bridges, zaps, lending, and agents across chains. Ship production flows fast with typed clients, sane defaults, and docs that mirror the REST surface.

Audited by BlockSec, OxCommit, NullReturn, and Ox Team. 4 firms. 8 total engagements. Zero fund losses.

$ npm install @dzapio/sdk

1const dzap = DZapClient.getInstance();
2
3await dzap.getZapQuote({
4  account: '0xYourAccountAddress',
5  recipient: '0xYourAccountAddress',
6  srcChainId: 8453,
7  destChainId: 8453,
8  srcToken: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913', // USDC on Base
9  destToken: '0x4e65fE4DbA92790696d040ac24Aa414708F5c0AB', // Aave aUSDC on Base (deposit)
10  amount: '10000000',
11  slippage: 1,
12});
  • SDK
  • REST API
  • MCP SERVER