> ## 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" />
