Dev-Ready API/SDK
for Cross-Chain Swaps

Dev-Ready API/SDK
for Cross-Chain Swaps

Dev-Ready API/SDK
for Cross-Chain Swaps

dKiT gives developers superpowers, with a non-custodial SDK that unlocks access to 6,000+ tokens across 19+ chains — from Bitcoin to Solana — powered by leading Cross-Chain Protocols.

Trusted by Leading Cross-Chain Protocols

Trusted by Leading

Cross-Chain Protocols

Cross-Chain

Enhance your platform with Trustless, Decentralized, Cross-Chain Liquidity and New Wallet Connections, all in one integration

No bridging, no wrapping —We help your product become an elegantly simple multi-chain experience.

Asset Selection + Liquidity

Tap into the unmatched liquidity and pricing of our swaps, brought to you by our ever-expanding aggregator.

Asset Selection + Liquidity

Tap into the unmatched liquidity and pricing of our swaps, brought to you by our ever-expanding aggregator.

Wallet Connections

A whole new universe of wallets compatible with your platform, all handled by us.

Wallet Connections

A whole new universe of wallets compatible with your platform, all handled by us.

Logo

Bitcoin

Native

Logo

Solana

Native

Integrations

19+ Supported Chains

dKiT supports 19 chains, with more to be added over time. We currently support native Bitcoin swaps alongside Ethereum, Solana, Arbitrum, and much more.

6+ Protocols

dKiT connects you to leading protocols like THORChain, Chainflip, Maya Protocol, 1INCH and Jupiter, all in one.

6+ Protocols

dKiT connects you to leading protocols like THORChain, Chainflip, Maya Protocol, 1INCH and Jupiter, all in one.

18+ Wallets

Seamlessly expand your wallet support and with it the potential customer base of your dApp.

18+ Wallets

Seamlessly expand your wallet support and with it the potential customer base of your dApp.

Why DoritoKit?

Revenue Generation

Add custom fees to any+all volume passing from your platform through our router. We can set this up for you or you can set it up yourself. Speaking from 2.5 years of experience running a cross-chain DEX, we are willing to help you design an optimal pricing structure.

Add custom fees to any+all volume passing from your platform through our router. We can set this up for you or you can set it up yourself. Speaking from 2.5 years of experience running a cross-chain DEX, we are willing to help you design an optimal pricing structure.

Add custom fees to any+all volume passing from your platform through our router. We can set this up for you or you can set it up yourself. Speaking from 2.5 years of experience running a cross-chain DEX, we are willing to help you design an optimal pricing structure.

Seamless Integration

Our integration is simple and fast. Whether you're new to crosschain tech or a current SwapKit customer, we have designed our product with your ease of integration in mind. (For SwapKit users, it's a drag and drop replacement)

One-Transaction UX

The "Gold Chip" technology powering DoritoDEX and dKiT is a master aggregator bringing liquidity from our backend providers to your platform users in unprecedented one-click cross-chain transactions.

Proven Architecture

In the same way our liquidity draws from five backends, our security draws from the audits, security, and protocol infrastructure of our partners. Each partner also doubles as a failsafe for our service.

Decentralized

The safety, security, and self-sovereignty of a DEX, with the asset selection and competitive pricing of a CEX.

Start Free

Integrating dKiT comes at no upfront cost to the integrator. We cover all expenses. If the volume flows, you collect fees. If not, you're out nothing.

Wallets Support

Plug Into 20+ Wallets with a Single Integration.

  • BITGET



    COINBASE WALLET



    VULTISIG



    CTRL



    EXODUS



  • METAMASK



    KEPLR



    OKX WALLET



    PHANTOM



    POLKADOT.JS



  • RADIX



    TALISMAN



    KEEPKEY-BEX



    LEDGER



    TREZOR



  • KEEPKEY



    WALLETCONNECT

  • BITGET



    COINBASE WALLET



    VULTISIG



    CTRL



    EXODUS



  • METAMASK



    KEPLR



    OKX WALLET



    PHANTOM



    POLKADOT.JS



  • RADIX



    TALISMAN



    KEEPKEY-BEX



    LEDGER



    TREZOR



  • KEEPKEY



    WALLETCONNECT

  • BITGET



    COINBASE WALLET



    VULTISIG



    CTRL



    EXODUS



  • METAMASK



    KEPLR



    OKX WALLET



    PHANTOM



    POLKADOT.JS



  • RADIX



    TALISMAN



    KEEPKEY-BEX



    LEDGER



    TREZOR



  • KEEPKEY



    WALLETCONNECT

Get Started

Set your custom fee and start getting quotes in just 10 lines of code

import { createDoritoKit } from '@doritokit/sdk'

const doritoKitClient = createDoritoKit({
  config: {
    stagenet?: boolean;
    /**
     * @required for evm chains
     */
    covalentApiKey?: string;
    /**
     * @required for ETH
     */
    ethplorerApiKey?: string;
    /**
     * @required for utxo chains
     */
    utxoApiKey?: string;
  };
})