> 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/smart-wallet/getting-started.md).

# Getting Started

{% hint style="info" %}
Before you can interact with Moonwell, connect your Smart Wallet!

* [**How to Connect**](/moonwell/moonwell-overview/smart-wallet/connect.md)
  {% endhint %}

### **How to Supply on Moonwell using Smart Wallet**

<figure><img src="/files/g4nKiUjJGEXojiuh47M1" alt=""><figcaption><p>Supply ETH or any other supported asset on Moonwell using Smart Wallet</p></figcaption></figure>

* Navigate to the Moonwell "[**Markets**](https://moonwell.fi/markets)" page to get started. Follow "[**How to Supply**](/moonwell/moonwell-overview/lend/supply.md)" for further instructions on how to supply any supported asset on Moonwell, including ETH and USDC.

### **How to Withdraw from Moonwell using Smart Wallet**

<figure><img src="/files/SMraS4h3ZoWtp203RRxE" alt=""><figcaption><p>Withdraw any supplied asset on Moonwell using Smart Wallet</p></figcaption></figure>

* Navigate to the Moonwell "[**Portfolio**](https://moonwell.fi/portfolio)" to view and manage your assets on Moonwell. Follow "[**How to Withdraw**](/moonwell/moonwell-overview/lend/withdraw.md)" for further instructions on how to withdraw any of your supplied assets on Moonwell.

### **How to Claim Rewards using Smart Wallet**

* Assets that you supply to Moonwell may be eligible for additional rewards, on top of the fees paid by borrowers (Base APY). These additional rewards can come from various sources or grant programs. To receive these rewards, you must manually claim them by visiting the "Rewards" section found on any market page or the "[**Portfolio**](https://moonwell.fi/portfolio)" page in the Moonwell app.
* For further information on how to claim rewards, follow the "[**Claiming Rewards**](/moonwell/moonwell-overview/lend/claiming-rewards.md)" instructions.

<figure><img src="/files/SKkr9H08rVXqJWl7yYVj" alt=""><figcaption><p>Option 1: Claim Rewards by visiting any market page</p></figcaption></figure>

<figure><img src="/files/Untsrcxd0g94gJJC0aNn" alt=""><figcaption><p>Option 2: Claim Rewards via Portfolio</p></figcaption></figure>


---

# 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/smart-wallet/getting-started.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.
