# How to supply collateral

1. **Connect your wallet**: sign in to the Keeper Wallet browser extension or via WX Network. If you don't have a wallet on the Waves blockchain, [create one](/guidebook/get-started-on-waves/create-wallet.md).
2. Under the **All assets** menu, find an asset you'd like to invest and click **Supply**.
3. Enter the amount you want to supply. Click **Supply** and confirm the transaction.

{% hint style="success" %}
You'll start earning interest on your deposit immediately.
{% endhint %}


---

# 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://puzzle-lend.gitbook.io/guidebook/suppliers-guide/how-to-supply-collateral.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.
