> For the complete documentation index, see [llms.txt](https://docs.moonwell.fi/moonwell/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonwell.fi/moonwell/moonwell-overview/lend/supply.md).

# Supply

## About

Lend your assets to start earning a variable interest rate and rewards.

## **Prerequisites**&#x20;

1. [Wallet Connection](/moonwell/moonwell-overview/getting-started/wallet-connection.md)
   * To get started, connect a wallet to the Moonwell app.
2. Hold an asset(s) that is supported on Moonwell.
   * All supported assets are listed in [Markets](https://moonwell.fi/markets).&#x20;

## How to Supply

### Step 1: Selecting Asset to Supply

1. Navigate to "[**Markets**](https://moonwell.fi/markets)"&#x20;

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

2. Click "**Supply**" on the asset you want to lend.

<figure><img src="/files/asZxQgHMeeYedRRyAfuU" alt=""><figcaption><p>Clicking "Supply" will direct you to the "Lend" page of the desired asset.</p></figcaption></figure>

### Step 2: Completing Deposit Transaction

1. With the "**Supply**" modal selected, enter the amount to be supplied.

<figure><img src="/files/XythNdUNA2Yn085jkiIa" alt="" width="375"><figcaption><p>Enter the desired amount to supply</p></figcaption></figure>

2. Click "**Supply**", then "**Confirm Supply"** in the pop-up window. &#x20;

<figure><img src="/files/aIqHNayRoP7aLyICy2c8" alt=""><figcaption><p>Review the transaction details before clicking "Confirm Supply"</p></figcaption></figure>

3. Wait for the transaction to complete.&#x20;
4. Congratulations! You have successfully supplied assets to Moonwell.

{% hint style="info" %}
Once the transaction is confirmed, you will receive mTokens in exchange for the tokens you have supplied to Moonwell. mTokens are transferable, yield-bearing ERC-20 tokens that represent a user's position on Moonwell.

Every asset supported by Moonwell has its own corresponding mToken. For instance, mGLMR represents the minted version of Moonbeam's GLMR token.
{% endhint %}


---

# 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.moonwell.fi/moonwell/moonwell-overview/lend/supply.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.
