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

# Wrapping Nuon

## Wrapping Nuon Documentation

Wrapping Nuon converts your yield-based rebase asset into a non-rebasing form, better suited for specific use cases such as tax accounting and institutional holdings.&#x20;

Rebase tokens may also be difficult to process by some DeFi protocols and tools; wrapping Nuon rebase tokens makes them usable across other protocols, DApps, and APIs.&#x20;

### Wrapped Nuon at a Glance

* Prevents wallet balance from increasing
* wNUON pegged to NUON (USDC) + accumulated inflation yield, which means wNUON price increases over time to reflect inflation-adjusted value.
* It can be **unwrapped** back to NUON at any time.

#### **Use Cases**

* Useful in jurisdictions where automatic rebases trigger tax events
* Understandable to DeFi protocols that can't interact with rebase token standards

#### How It Works

* Prepare Nuon stablecoin and ETH on Base for transaction fees
* Go to "Wrap" section on the advanced Nuon dashboard <https://app.nuon.fi/wrap>
* Choose the amount of Nuon to wrap
* Press Wrap and follow the instructions of your wallet to exchange NUON → wNUON&#x20;


---

# 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.nuon.fi/guides/wrapping-nuon.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.
