> For the complete documentation index, see [llms.txt](https://docs.rivalz.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rivalz.ai/riz-token/wrapping-and-unwrapping-usdwriz-user-guide.md).

# Wrapping and Unwrapping $wRIZ User Guide

### **Overview**

$wRIZ is a wrapped version of $RIZ that allows for enhanced functionality in staking, cross-chain applications, and various DeFi protocols. This guide will walk you through the process of wrapping and unwrapping $wRIZ.

***

### **1. Wrapping $RIZ to $wRIZ**

#### **Step 1: Connect Your Wallet**

* Click on **"Connect Wallet"** at the top right corner of the page.
* Ensure you are on the **Base Mainnet**.

#### **Step 2: Navigate to the Wrap Section**

* On the left sidebar, select **"Wrap"**.

#### **Step 3: Enter the Amount**

* In the **Wrap** tab, enter the amount of $RIZ you wish to wrap.
* The system will display the equivalent amount of $wRIZ you will receive.

#### **Step 4: Confirm and Wrap**

* Click the **"Wrap"** button.
* The wrapping happens instantly, and your $wRIZ balance will update.

***

### **2. Unwrapping $wRIZ to $RIZ**

#### **Step 1: Navigate to the Unwrap Section**

* In the **Wrap** menu, select the **"Unwrap"** tab.

#### **Step 2: Enter the Amount**

* Input the amount of $wRIZ you wish to unwrap.
* Choose a **claim period** that determines the fees:
  * **30 days** → **25% fee**
  * **60 days** → **10% fee**
  * **90 days** → **0% fee**

#### **Step 3: Confirm and Unwrap**

* Click the **"Unwrap"** button.
* The system will process your request, and your $RIZ will be available after the selected claim period.

***

### **3. Claiming Unwrapped $RIZ**

* After the selected **claim period (30, 60, or 90 days)**, your $RIZ will be available for withdrawal.
* Ensure that the lockup period is complete before attempting to claim your unwrapped tokens.

***

### **4. Status Monitoring**

* You can check your wrapping and unwrapping transactions under the **"Status"** section at the bottom of the wrap page.

***

### **5. Important Notes**

* Wrapping is **instant**, while unwrapping requires a waiting period.
* Unwrapping fees vary depending on the selected lockup period.
* Always ensure you are on the correct **Base Mainnet** before performing transactions.


---

# 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.rivalz.ai/riz-token/wrapping-and-unwrapping-usdwriz-user-guide.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.
