> For the complete documentation index, see [llms.txt](https://permapod.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://permapod.gitbook.io/home/tutorial/dashboard-overview/supply.md).

# Supply

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

Supplying assets into PermaPod earns you interest and increases your borrowing power. The more you supply, the more you can borrow.

***

#### Step 1 — Select an Asset

From the [Dashboard](https://app.permapod.xyz), find the asset you want to supply in either:

* **Your supplies** → click **Supply** to add more of an asset you already have.
* **Assets to supply** → click **Supply** next to any asset in your wallet.<br>

<figure><img src="/files/dBx2E41FyBquMMe4nPMA" alt=""><figcaption><p>Click the Supply button next to any asset in "Your supplies" or "Assets to supply"</p></figcaption></figure>

***

#### Step 2 — Enter the Amount

In the Supply window:

1. Enter the amount you want to deposit, or click **Max** to supply your full wallet balance.
2. Use the **slider** to adjust the amount visually.
3. Review the key info displayed below the slider:
   * **Supply APY** — the interest rate you'll earn.
   * **Health Factor** — your current safety level (green = safe).
   * **Wallet Balance** — how much of this token you have available.<br>

<figure><img src="/files/tadI6C82ZKdrrKLW6psU" alt=""><figcaption><p>Supply window for ZIG — enter amount, review APY and Health Factor, then confirm</p></figcaption></figure>

***

#### Step 3 — Review and Confirm

When ready, click the **Deposit** button at the bottom of the window.

***

#### Step 4 — Approve in Your Wallet

Your wallet (Keplr, Leap, or MetaMask) will pop up asking you to approve the transaction. Confirm it.

Once the transaction is confirmed on-chain, your supplied asset will appear under **Your supplies** on the Dashboard.

***

{% hint style="info" icon="star" %}

#### What Happens After You Supply

* You immediately start **earning interest** from borrowers in the lending pool.
* Your deposit **increases your borrowing capacity** based on the asset's Loan-to-Value (LTV) ratio.
* Interest rates are **variable** — they fluctuate based on market demand.
  {% endhint %}

{% hint style="info" %}
You can check each asset's current Supply APY on the [Markets](/home/tutorial/markets.md) page.
{% endhint %}

{% hint style="success" %}
**Next step:** [Borrow](/home/tutorial/dashboard-overview/borrow.md) to take a loan against your collateral.
{% 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:

```
GET https://permapod.gitbook.io/home/tutorial/dashboard-overview/supply.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.
