> For the complete documentation index, see [llms.txt](https://docs.voltage.finance/voltage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltage.finance/voltage/the-platform/lend-and-borrow-beta/lending-and-borrowing-tutorial-beta.md).

# Lending & Borrowing tutorial (Beta)

{% hint style="warning" %}
Note: This guide applies to the Beta version on the FUSE Network.
{% endhint %}

## Step 1: Connect Your Wallet

• Visit the Voltage DApp website

• Connect your self-custodial wallet (e.g. Rabby, MetaMask or WalletConnect).

***

## Step 2: Choose Your Asset

• Navigate to the “Borrow / Lend” section.

• Select an asset from the “All Assets” tab.

{% hint style="info" %}
*Example: USDC.*
{% endhint %}

***

## Step 3: Supply Funds

• Click the “Supply” button next to the asset.

• Enter the amount.

• Confirm the transaction in your wallet.

{% hint style="info" %}
*Once supplied, you’ll start earning interest.*
{% endhint %}

***

## Step 4: Borrow Against Your Collateral

• After supplying, return to the same interface.

• Click “Borrow” next to an available asset.

• Enter the amount.

• Confirm the borrow transaction.

{% hint style="info" %}
*You’ll see your updated Health Factor on the dashboard.*
{% endhint %}

***

## Step 5: Monitor Your Position

• The top bar shows:

• Net Worth

• Net APY

• Health Factor

• You can also switch between My Supplies and My Borrows tabs to view your positions.

***

## Step 6: Repay or Withdraw

• To repay your borrow, click on the asset in My Borrows and select “Repay.”

• To withdraw supplied funds, go to My Supplies and click “Withdraw.”

{% hint style="info" %}
*Withdrawals may be limited if you have active borrow positions.*
{% endhint %}

***

## Step 7: Claim Incentives (when available)

• Incentive rewards in FUSE tokens will be claimable through a future update.

• Keep an eye on the app and announcements for details.


---

# 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://docs.voltage.finance/voltage/the-platform/lend-and-borrow-beta/lending-and-borrowing-tutorial-beta.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.
