> For the complete documentation index, see [llms.txt](https://docs.dragonswap.app/dragonswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dragonswap.app/dragonswap/guides/trading/how-to-unwrap-sei.md).

# How to Unwrap SEI

## Step 1 - Connect Your Wallet

If you didn't complete this step, visit [How to Create & Connect a Wallet](/dragonswap/getting-started/how-to-create-and-connect-a-wallet.md).

## Step 2 - Access Unwrap Function

Open the [DragonSwap](https://test.dragonswap.app/) web app.&#x20;

You can access Unwrap function through [Swap Page](https://test.dragonswap.app/swap).

<figure><img src="/files/31YzO2q5qQMiGvBFMtKY" alt=""><figcaption></figcaption></figure>

Or directly through your wallet.

<figure><img src="/files/GQbagjhziqWunWWiDc1Z" alt=""><figcaption></figcaption></figure>

## Step 3 - Select Token 1 (WSEI)

Search for and select the token you wish to unwrap - WSEI. You can browse the token list or search for a token by name or contract address.&#x20;

<figure><img src="/files/XtjZme3rWDMqhTIZCUMC" alt=""><figcaption></figcaption></figure>

## Step 4 - Select Token 2 (SEI)

Search for and select the token you wish to receive - SEI. You can browse the token list or search for a token by name.

<figure><img src="/files/NP0urcTPpd50Fpgm8Zjq" alt=""><figcaption></figcaption></figure>

## Step 5 - Enter the Amount to Unwrap

Enter the amount you would like to unwrap, receive, or select the “Max” option.

The “Max” option automatically inputs the total amount of the token you have available in your wallet for unwrapping.

<figure><img src="/files/KJKARp6Hxid4b7HmpF6K" alt=""><figcaption></figcaption></figure>

## Step 6 - Click Unwrap Button

Give approval for unwrapping selected token.

<figure><img src="/files/r761FpPuhS7mKD0OebnJ" alt=""><figcaption></figcaption></figure>

## Step 7 - Confirm in Wallet

You need to confirm transaction in wallet by clicking on Confirm button.

<figure><img src="/files/l6osY6l9R3n5FJCJDmHg" alt=""><figcaption></figcaption></figure>

## Step 8 - Success

You have now successfully unwrapped SEI with DragonSwap! To view your transaction, you can click “View on Explorer".

<figure><img src="/files/UlajQWVBduegaU2cWLRw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dragonswap.app/dragonswap/guides/trading/how-to-unwrap-sei.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
