# Wrapping

{% hint style="info" %}
If you haven't already learned about what wrapping is, please first read [Wrapping and the 3 Tokens](/the-basics/wrapping-and-the-3-tokens.md)
{% endhint %}

You can wrap your tokens from sENCTR to gENCTR or vise-versa. To access this portion of the app, find the Wrap button on the left hand side of the drawer menu to the left of the app.

You should then be presented with this screen.

![](/files/pwHOxsHOTkj8J3OqAjwo)

From here, you can see information such as:

* sENCTR price and personal balance
* gENCTR price and personal balance

You can now choose to **WRAP** (sENCTR to gENCTR) or **UNWRAP** (gENCTR to sENCTR)

If you choose **WRAP**

![](/files/wzmXi6O8QkAspx8f8bzN)

You will be able to enter in the amount you which to convert your tokens to. Similarly, you can do so with the **UNWRAP** option.

![](/files/CBQDcO2yJ8RqR8aolKAM)


---

# 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.enctr.gg/using-the-enctr-app/finance/wrapping.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.
