Skip to main content

Build With Warp

The Warp SDK lets partners integrate Omnera Warp’s cross chain capabilities directly into their applications. Offer your users seamless multi chain trading without building bridge infrastructure.
Target Launch: 2026 (following Warp launch)

Why Integrate

Multi Chain Access

Let users trade across chains from your interface.

No Infrastructure

We handle the complexity. You get the capability.

MEV Protection

Every trade through Warp SDK gets Private Execution.

Revenue Share

Earn from volume routed through your integration.

SDK Capabilities

FeatureDescription
Intent SubmissionSubmit cross chain intents for your users
Quote AggregationReal time quotes across all routes
Status TrackingMonitor execution in real time
WebhooksCallbacks on completion

Code Examples

Get a Quote

import { WarpSDK } from '@omnera/warp-sdk';

const warp = new WarpSDK({ apiKey: 'your-key' });

const quote = await warp.getQuote({
  sourceChain: 'solana',
  sourceToken: 'SOL',
  destChain: 'base',
  destToken: 'USDC',
  amount: '1000000000' // lamports
});

Execute Intent

const intent = await warp.submitIntent({
  quote: quote.id,
  userAddress: 'wallet-address',
  slippageTolerance: 0.5
});

// Track status
const status = await warp.getIntentStatus(intent.id);

Use Cases

Add cross chain swaps with one integration.
Let users manage assets across chains.
Enable cross chain deposits and withdrawals.

Partnership Tiers

TierMonthly VolumeRevenue Share
Standard< $1M10%
Pro$1-10M15%
Enterprise> $10MCustom

Get Started

Apply for Partnership

Contact us to discuss integration.