# Wrap & Unwrap

### **Overview**

Wrapped version token allows the native chain asset to be used seamlessly across many DeFi protocols, like lending, swapping, derivatives, yield farming, etc. For example, WETH is the wrapped version of ETH on Ethereum, wS is the wrapped version of S on Sonic. Pike provides the wrap and unwrap function.

### How to Wrap

1. **Connect Your Wallet**
   * Visit Pike dApp
   * Ensure your crypto wallet is connected to the protocol.
   * Verify that you have the assets available for supply.&#x20;

2. **Select the Market from the Markets table**

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

3. **Select an Asset to Wrap**

   * Navigate to the ’**Asset to Supply’** section of the dashboard.
   * Click the **Wrap** button from the dropdown of the native asset.

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

   &#x20;

4. **Enter the Wrap Amount**

   * Choose the amount you want to wrap.&#x20;

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

5. **Confirm the Wrap Transaction**

   * Click the **Wrap** button.
   * Approve the transaction in your wallet.
   * Wait for blockchain confirmation.&#x20;

6. **Monitor Your Wrapped Assets**

   * Once the transaction is confirmed, your wrapped assets will be displayed in your wallet and the **‘Asset to Supply’** section.

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

### How to Unwrap

1. **Select an Asset to Unwrap**

   * Navigate to the ’**Asset to Supply’** section of the dashboard.
   * Click the **Unwrap** button from the dropdown of the wrapped asset.

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

   &#x20;

2. **Enter the Unwrap Amount**

   * Choose the amount you want to unwrap.

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

3. **Confirm the Unwrap Transaction**

   * Click the **Unwrap** button.
   * Approve the transaction in your wallet.
   * Wait for blockchain confirmation.

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

4. **Receive Unwrapped Tokens**
   * Once the unwrap is successful, the native tokens will be available in your wallet.


---

# 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.pike.finance/user-guide/wrap-unwrap.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.
