> For the complete documentation index, see [llms.txt](https://docs.unleashprotocol.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unleashprotocol.xyz/unleasher-guide/supply-and-withdraw-on-unleash.md).

# Supply and Withdraw on Unleash

### Supplying Assets

To start earning Supply APY, select the asset you wish to supply to the pools. Before proceeding, you’ll need to approve the asset for supply. Once approved, enter the amount you’d like to supply and submit your transaction.

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

Select the token you want to supply and approve it.

After approval, enter the amount you want to supply and submit the transaction.

<figure><img src="/files/84cDHbp9gEcq4wejdOs3" alt=""><figcaption></figcaption></figure>

Confirm the amount, then sign the transaction.

In exchange for the assets you supply, you’ll receive uTokens.

<div><figure><img src="/files/vS71aYIvTMThlC616ojz" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ah6ACxKh3gojGvccPj4N" alt="" width="542"><figcaption></figcaption></figure></div>

By default, supplied assets automatically become collateral. You can later disable collateral for specific assets, but make sure your Health Factor remains above 1.0 after disabling collateral mode.

{% hint style="info" %}
*Isolated assets can not be used as collateral. Learn more about Isolated assets* [*here*](/unleashmarket/isolation-mode.md)*.*
{% endhint %}

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

The Dashboard will update your status once the transaction is complete.

### Withdrawing Assets

To withdraw your supplied assets, go to the "Supply" section on the Dashboard.

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

Choose the asset you wish to withdraw and click the “Withdraw” button.

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

Specify the amount you want to withdraw.&#x20;

Ensure your Health Factor stays above 1 to avoid liquidation.

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

Review your withdrawal details and confirm the transaction.

<div><figure><img src="/files/tv8S0tF7EQFD1COSkyZZ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/kSm3DmVnqQ0xbYbDWEAH" alt=""><figcaption></figcaption></figure> <figure><img src="/files/s1KhTurSWmRjsRZv0ehi" alt="" width="540"><figcaption></figcaption></figure></div>

Once the transaction is confirmed, your withdrawal will be registered successfully, and the tokens should appear in your wallet.


---

# 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.unleashprotocol.xyz/unleasher-guide/supply-and-withdraw-on-unleash.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.
