# How to unwrap Auto Agents

Unwrapping allows users to redeem the underlying assets stored in an Auto Agent by permanently destroying the NFT. When a user unwraps an Auto Agent, the following actions take place:

<figure><img src="/files/eRbcFEzhye6waj6KvyvH" alt=""><figcaption></figcaption></figure>

1. All assets contained within the Auto Agent — including the Project tokens and $RIZ — are transferred to the user’s wallet. ( A 1% fee is deducted from the total token value before the assets are sent to the user.)
2. The Auto Agent is burned, removing it from circulation and marking the agent as redeemed.

<figure><img src="/files/DlqgsE6BdPozfjy0f5RT" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**For example**: You want to unwrap a Autonals AutoAgent. Each AutoAgent contains **100 OLAS tokens** + **50 Riz tokens**. And 1% unwrapping fee is applied to each token type.

\=> $Riz you receive = 50 x 0.99 = 49,5 tokens

\=> $OLAS you receive = 100 x 0.99 = 99 tokens
{% endhint %}

[<br>](https://rivalz-ai.gitbook.io/dex/dex/guides/how-to-sell-auto-agents)


---

# 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.rivalz.ai/rome-swarm-protocol/dex/guides/how-to-unwrap-auto-agents.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.
