# How to Wrap 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 Wrap Function

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

You can access Wrap 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 (SEI)

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

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

## Step 4 - Select Token 2 (WSEI)

Search for and select the token you wish to receive - 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 5 - Enter the Amount to Wrap

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

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

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

## Step 6 - Click Wrap Button

Give approval for wrapping selected token.

<figure><img src="/files/qMMTZrdiaaRNkzkBj9KX" 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 wrapped SEI with DragonSwap! To view your transaction, you can click “View on Explorer".

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


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
