> For the complete documentation index, see [llms.txt](https://docs.overnight.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overnight.fi/user-guides/wrapped-tokens+.md).

# Wrapped Tokens+

### What is Wrapped Tokens+? <a href="#what-is-wrapped-tokens" id="what-is-wrapped-tokens"></a>

**Wrapped Tokens+** (like **wUSD+**) are wrapped versions of tokens like **USD+**, designed to maintain a constant balance for use in certain DeFi protocols. Unlike USD+, where the token balance changes daily with payouts, wrapped tokens provide stability by keeping the token amount fixed in your wallet.

Instead of increasing the number of tokens to distribute yields, **Wrapped Tokens+** accumulate rewards through a **price increase**. This allows for seamless integration with DeFi platforms that require a stable balance mechanism, ensuring that your balance remains constant while still earning payouts through the price appreciation of the wrapped token.

<figure><img src="/files/zeT8OVR3fImAiqbDZjwG" alt="" width="375"><figcaption></figcaption></figure>

### How to Wrap Tokens+ on Overnight <a href="#how-to-wrap-tokens-on-overnight" id="how-to-wrap-tokens-on-overnight"></a>

To **Wrap Tokens+**, follow these steps:

{% stepper %}
{% step %}
**Visit the Mint Page**:&#x20;

Go to the Mint page on the Overnight platform.
{% endstep %}

{% step %}
**Select Wrap or Unwrap Option**:&#x20;

<img src="/files/SeJ3OFgZz0jtLZ2Eyyzg" alt="" data-size="original">

Choose the "Wrap" option to convert your USD+ into a wrapped version, such as **wUSD+**. Alternatively, select "Unwrap" if you wish to convert wrapped tokens back into their original form.
{% endstep %}

{% step %}
**Asset Selection**:&#x20;

<img src="/files/tSHdGcZ7VxzmWWtuMPaR" alt="" data-size="original">

Choose the Token+ you want to use for wrapping from the available options.
{% endstep %}

{% step %}
**Asset Input:**&#x20;

Enter the amount you want to Wrap. The platform will show the amount of the wrapped asset based on the current rate.
{% endstep %}

{% step %}
**Transaction Execution**:&#x20;

Click the "Wrap" button to execute the transaction. Confirm the transaction in your connected wallet by following the prompts.
{% endstep %}

{% step %}
**Transaction Completion**:&#x20;

Once confirmed on the blockchain, the wrapped asset will be credited to your wallet.

<img src="/files/kwMkkBAuEbSesI1AEQLR" alt="" data-size="original">
{% endstep %}
{% endstepper %}


---

# 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.overnight.fi/user-guides/wrapped-tokens+.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.
