Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/learn/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export default {
'dev-gas': 'Gas',
accounts: 'Account Linking',

'sip-03-migration': 'SIP-03 Migration',

'-- Sei Giga Platform': {
type: 'separator',
title: 'Sei Giga Platform'
Expand Down
69 changes: 69 additions & 0 deletions content/learn/sip-03-migration.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: 'SIP-03 Migration Guide'
description: 'Practical steps and resources for users migrating during SIP-03, including asset transfer, Astroport recovery, and USDC guidance.'
keywords: ['SIP-03', 'migration', 'asset transfer', 'Astroport recovery', 'USDC on Sei', 'Keplr', 'Leap', 'Compass', 'EVM wallet']
---

import { Callout } from 'nextra/components';

# SIP-03 Migration

This page consolidates the most important, practical actions for the SIP-03 migration and links to the official resources.

<Callout type="info">

For the full proposal text, see :

- The [official SIP-03](https://github.com/sei-protocol/sips/blob/main/sips/sip-3.md)

- Governance proposal [Proposal #99](https://seitrace.com/proposal/99?chain=pacific-1)

</Callout>

## What most users need to do

- If you use Keplr or Leap (Cosmos-style wallets) and hold assets on the native address (sei1...), you should move assets to an EVM-compatible address (0x...). Use the Asset Transfer tool linked below.
- If you use Compass or another EVM wallet already, you’re good — continue as normal.

## Key tools and resources

### 1) Asset Transfer (Native ↔ EVM)

- Use the official Sei App to move assets between native (Keplr/Leap) and EVM (MetaMask/Compass etc.) addresses: [Sei App Transfer](https://app.sei.io/transfer) or the Bridge tab at [Sei App Bridge](https://app.sei.io/bridge).
- Helpful how-to: [Move SEI between Native (Keplr) and EVM (MetaMask)](https://support.sei.io/hc/en-us/articles/35567228807195-How-Do-I-Move-SEI-Between-Native-Keplr-and-EVM-MetaMask).

When to use this:

- You used Keplr or Leap before and want assets available via an EVM wallet going forward.
- You need to access tokens on apps that now expect an EVM (0x) address.

### 2) Astroport recovery

If you previously provided liquidity or held positions in Astroport pools on Sei, use the Astroport recovery flow to withdraw residual funds.

- Astroport recovery entry: [Astroport](https://sei.astroport.fi)

### 3) USDC on Sei

Native USDC and Circle’s CCTP V2 are now supported on Sei. USDC from Noble is depricated.

- QuickStart: [USDC on Sei](/evm/usdc-on-sei)
- Background: [USDC & CCTP v2 announcement](https://www.circle.com/blog/native-usdc-and-cctp-v2-are-coming-to-sei")

## FAQ

### I am a Keplr / Leap wallet user; do I need to do anything?

Yes. Use the Asset Transfer tool to ensure your assets are available via an EVM wallet. See Asset Transfer above.

### I use Compass wallet; do I need to do anything?

No action needed. Compass ensures your assets are available via EVM. Continue connecting to Sei like any EVM chain.

### I previously provided liquidity in Astroport — how do I retrieve my funds?

Use Astroport’s recovery flow to withdraw funds still in pools. See Astroport recovery above.

### I stake SEI — do I need to do anything?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the user is staked and they need to use the asset trasnfer tool this means they will need to unbond, correct?

If so we should add that information.


If you are already using an EVM-compatible wallet, nothing changes. If you previously staked using Keplr or Leap, migrate assets to an EVM wallet using the Asset Transfer tool.
Loading