Skip to main content

Enso Checkout

Seamless cryptocurrency deposits with wallet and exchange integration

Crosschain Route Widget

Crosschain position routing feature to your app.

Uniswap Migrator

Migration of base tokens and DeFi positions from Uniswap V3 to V4 across leading chains.

Enso DeFi Navigator

A UI to navigate projects, protocols, and positions in the Enso ecosystem, always up-to-date with live integrations.

Yield Migrator

Helps users migrate between yield-bearing positions to optimize returns across protocols.

Feeling Lucky

Lets users “ape” into random tokens from selected sectors with optimal routing.

Why Use Enso Widgets

  • Zero Integration Effort: Drop-in components with minimal configuration
  • Full DeFi Functionality: Access to complex DeFi operations through simple UI
  • Pre-built User Experiences: Tested interfaces for common DeFi actions
  • Customizable Themes: Adapt to your application’s design system

Quick Implementation

All widgets require just a few lines of code to implement:
// Example: Route Widget implementation
import SwapWidget from '@ensofinance/shortcuts-widget';

function App() {
  return <SwapWidget apiKey="YOUR_API_KEY" />;
}

Try Before You Integrate

Test any widget functionality with our live demos to see how they work before adding them to your application.

Get Started

  1. Choose a widget that fits your use case
  2. Get your Enso API key
  3. Install the package and add the component to your application
  4. Customize appearance and behavior as needed
Each widget documentation page includes detailed implementation examples and configuration options.

Updated