# WUSDN

* [Source Code](https://github.com/SmarDex-Ecosystem/usdn-contracts/blob/main/src/Usdn/Wusdn.sol)
* [Deployed Contract](https://etherscan.io/address/0x99999999999999cc837c997b882957dafdcb1af9)

### What is Wrapped USDN (wUSDN)?

It's an [ERC-20](https://eips.ethereum.org/EIPS/eip-20) value-accruing token wrapper for the [USDN token](/ultimate-synthetic-delta-neutral/the-usdn-protocol/glossary.md#the-usdn-token). Its balance does not change with each oracle report, but its value in USDN does. Internally, it represents the user's share of the total supply of USDN tokens.

### Why use WUSDN? <a href="#why-use-wsteth" id="why-use-wsteth"></a>

wUSDN is mainly used as a layer of compatibility to integrate the USDN token into other [DeFi](/ultimate-synthetic-delta-neutral/the-usdn-protocol/glossary.md#decentralized-finance-defi) protocols that do not support rebasable tokens, especially bridges to L2s and other chains, as [rebases](/ultimate-synthetic-delta-neutral/the-usdn-protocol/glossary.md#rebase) don't work for bridged assets by default.

### How to use WUSDN? <a href="#how-to-use-wsteth" id="how-to-use-wsteth"></a>

The contract can be used as a trustless wrapper that accepts USDN tokens and mints wUSDN in return. When the user unwraps, the contract burns the user's wUSDN and sends the user locked USDN in return.

{% hint style="info" %}
At any moment, any amount of USDN can be converted to wUSDN via a trustless wrapper and vice versa, thus the tokens effectively share liquidity.
{% endhint %}


---

# 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.smardex.io/ultimate-synthetic-delta-neutral/the-usdn-protocol/integration/wusdn.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.
