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

# Migration Guides

> Migrate your existing wallet integration to Para SDK

Switching to Para from another wallet provider? These guides walk you through migrating your existing integration while preserving your application's functionality.

## Why Migrate to Para?

Para provides a unified wallet experience that combines embedded wallets with external wallet support through a single `ParaProvider` component. Benefits include:

* **Simplified setup**: One provider handles both embedded and external wallets
* **Full library compatibility**: Works with Wagmi, Viem, Ethers, and other popular libraries
* **Cross-chain support**: EVM, Solana, Cosmos, and Stellar from a single integration
* **Built-in authentication**: Email, phone, social logins, and passkeys out of the box

## Migration Guides

<CardGroup cols={1}>
  <Card title="Migrate from Reown (WalletConnect)" description="Step-by-step guide for migrating your Reown AppKit application to Para SDK" href="/v3/react/guides/migration-from-reown" icon="arrow-right-arrow-left" />

  <Card title="Migrate from WalletConnect" description="Replace WalletConnect's Web3Modal with Para's unified wallet system" href="/v3/react/guides/migration-from-walletconnect" icon="arrow-right-arrow-left" />

  <Card title="Migrate from Thirdweb" description="Transition from Thirdweb Connect to Para SDK" href="/v3/react/guides/migration-from-thirdweb" icon="arrow-right-arrow-left" />
</CardGroup>

## What to Expect

Each migration guide covers:

1. **Dependency changes**: Which packages to remove and install
2. **Provider setup**: Replacing your existing provider with `ParaProvider`
3. **Hook migrations**: Mapping existing hooks to Para equivalents
4. **UI components**: Updating modal and button implementations

Most migrations can be completed in under an hour for typical applications.
