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

# Use Cases

> Warp Bridge offers API, widget, and smart contract integrations for easy, secure cross-chain transfers.

## **Integration Overview**

**Warp Bridge offers several integration paths depending on your product’s needs. Whether you’re building a wallet, dApp, exchange, or backend service, you can integrate Warp Bridge through our API, widget, or smart contracts.**

**Below is a streamlined overview of each option.**

## **Warp Bridge API**

**Recommended for most production integrations**

The API is the most flexible way to add cross-chain transfers. It abstracts routing, pricing, execution, and multi-chain infrastructure so you can focus on user experience.

With simple REST endpoints, you can quote swaps, submit transfers, track status, and manage lifecycle events.

<Card title="Best for teams that need:">
  * *Full control over UI/UX*
  * *Custom workflows or automation*
  * *Backend or mobile app integration*
  * *A robust, scalable integration method*

  ***Ideal for:*** Wallets, swap aggregators, trading bots, DeFi platforms.
</Card>

## **Warp Bridge Widget**

**Best for fast integration and instant deployment**

The widget lets you add cross-chain swaps to any website or dApp in minutes. It’s a customizable plug-and-play component that works via iframe or JS snippet.

<Card title="Best for teams that need:">
  * *Fastest time-to-market*
  * *Minimal engineering work*
  * *A ready-made UI component*
  * *Easy integration in dashboards or WebViews*

  ***Ideal for:*** Token swap pages, dashboards, portfolio tools, prototypes.
</Card>

## **Smart Contract Integration**

**Best for trustless, on-chain DeFi integrations**

For protocols that need full decentralization, Warp Bridge offers on-chain contract hooks. Developers can interact directly with bridge contracts to initiate or fulfill cross-chain transfers.

<Card title="Best for teams that need:">
  * *Fully on-chain, trustless execution*
  * *Protocol-level features (DEXs, aggregators, solver networks)*
  * *Deterministic and verifiable cross-chain behavior*

  ***Ideal for:*** DEXs, liquidity networks, solver systems, automated execution engines.
</Card>
