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

# Swaps

> Convert stablecoins between tokens and across chains

<Info>
  **Regulatory status:** Swaps are **not a regulated activity**. No compliance checks or customer identity registration is required.
</Info>

Crossmint wallets support token swapping and cross-chain bridging through integrated third-party protocols. This enables you to convert one stablecoin to another (e.g., USDT to USDC), swap stablecoins for other tokens, or move assets across chains — all programmatically.

## What You Can Do

* **Same-chain swaps**: Exchange one token for another on the same blockchain (e.g., USDT → USDC on Base)
* **Cross-chain bridges**: Move the same token from one chain to another (e.g., USDC on Ethereum → USDC on Polygon)
* **Cross-chain swaps**: Convert a token on one chain to a different token on another chain in a single operation

## Supported Protocols

Crossmint integrates with leading decentralized exchange and bridging protocols:

<CardGroup cols={2}>
  <Card title="Jupiter" icon="arrow-right-arrow-left" href="/wallets/guides/wallet-extensions/swap-jupiter">
    Token swaps on Solana via Jupiter aggregator
  </Card>

  <Card title="LI.FI" icon="bridge" href="/wallets/guides/wallet-extensions/bridge-lifi">
    Cross-chain bridging and swaps across EVM chains via LI.FI
  </Card>
</CardGroup>

For detailed implementation instructions, code examples, and supported token pairs, see the [Swapping & Bridging](/wallets/guides/wallet-extensions/swapping-and-bridging) guide in the Wallets documentation.
