> For the complete documentation index, see [llms.txt](https://guide.rhea.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.rhea.finance/near-chain-guides/lending-and-borrowing/supplying.md).

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