# Supplying

## Introduction

Users can supply assets to the protocol and immediately begin earning passive interest. The [interest rates](https://app.gitbook.com/o/-MhIAeiN1ghyR-ugLhMu/s/-MhIB0bSr6nOBfTiANqT-2910905616/~/changes/141/products/guides/lending-and-borrowing/how-lending-and-borrowing-works/interest-rate-model) are variable and will fluctuate based on the utilization rate for the given asset.

Users can withdraw their supplied assets at any time, as long as the utilization rate for the asset will be less than 100% after the withdrawal. If the withdrawal will raise the utilization rate to 100%, the withdrawal will be temporarily unavailable (note: if this does occur, it will be a very expensive situation for borrowers, and lucrative for suppliers)

Users can also designate a percentage of their supplied assets as collateral. Assets not designated as collateral will not be subject to liquidation and will continue to accrue interest. Users can manage which assets are designated as collateral (and what percentage of each asset) at any time.

#### Supported Assets <a href="#supported-assets" id="supported-assets"></a>

* NEAR
* STNEAR
* LINEAR
* NearX
* AURORA
* WOO
* ETH
* wBTC
* USDC
* USDT
* DAI
* USN
* BRRR


---

# 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://guide.rhea.finance/near-chain-guides/lending-and-borrowing/supplying.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.
