> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dfns.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Uniswap

> Execute token swaps on Uniswap from DFNS wallets, with optional policy controls to gate allowed pairs, slippage limits, and per-trade size caps.

export const Youtube = props => {
  return <iframe className="w-full aspect-video rounded-xl" src={`https://www.youtube.com/embed/${props.videoId}`} title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen>
      </iframe>;
};

Our integration with the Uniswap Protocol provides direct, secure access to the world's leading decentralized exchange (DEX). Through DFNS, you can programmatically execute swaps across a vast array of digital assets, tapping into deep on-chain liquidity. This allows you to build sophisticated applications that leverage decentralized finance (DeFi) primitives, all while your assets remain secured by DFNS's MPC wallet technology, eliminating the need for manual wallet connections or browser extensions.

You have nothing to do to set it up, you can use the swap providers out of the box!

<Youtube videoId="DFQlAfs2tlw" />

## From the dashboard

<Steps>
  <Step title="Open Swaps">
    In the DFNS dashboard, go to **Swaps** and pick a provider (Uniswap Classic, Uniswap X, or Circle CCTP).

    <Frame>
      <img src="https://mintcdn.com/dfns-6d8c7466/Q7SYWJ4UghIDD6rh/images/auto/swapping-assets-1.png?fit=max&auto=format&n=Q7SYWJ4UghIDD6rh&q=85&s=a6dae433bbdf42bf132e25a6a399e248" alt="New swap form with the provider selector" width="2688" height="1952" data-path="images/auto/swapping-assets-1.png" />
    </Frame>
  </Step>

  <Step title="Configure the swap">
    Select the wallet to swap from, then choose the assets and amount. The swap is executed on-chain from your DFNS wallet — no manual wallet connection required.

    <Frame>
      <img src="https://mintcdn.com/dfns-6d8c7466/Q7SYWJ4UghIDD6rh/images/auto/swapping-assets-2.png?fit=max&auto=format&n=Q7SYWJ4UghIDD6rh&q=85&s=73a46c151411dae67c4b1a9626d17a36" alt="Swap form with the funding wallet selector" width="2688" height="1952" data-path="images/auto/swapping-assets-2.png" />
    </Frame>
  </Step>
</Steps>
