# Wrapping existing assets to stream them

Unless you are using a native (“es-”) asset, you will need to wrap your currencies before streaming them.

<figure><img src="/files/U9OYcdIh4YgMuYlvKPEy" alt=""><figcaption><p>Asset Wrapping</p></figcaption></figure>

Once you click “**Upgrade**”, the function will send your asset (currency) to the wrapper that will return a streamable representation of your asset.

You can stream your wrapped asset or unwrap it at any time. The receiver of streamed assets is also able to unwrap the assets.

{% hint style="success" %}
Unwrapping the asset will reclaim the original asset 1-1.&#x20;

You can unwrap your assets anytime.
{% 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.streamablefinance.com/streamable-finance-user-guide/user-guide/assets/wrapping-existing-assets-to-stream-them.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.
