> 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/faq.md).

# FAQ

## What is Voltage Lending?

Voltage Lending is a decentralized feature that allows users to supply assets to earn yield or borrow assets by using collateral. It runs entirely on the FUSE Network and is currently in Beta.

***

## Is the lending feature non-custodial?

Yes. You always control your funds. Assets are only moved into smart contracts when you supply or borrow.

***

## Which network is supported?

Only the FUSE Network is supported at this stage.

***

## Which oracle is used?

Voltage uses Supra Oracles for real-time asset pricing. These determine collateral value, health factor, and liquidation conditions.

***

## Is there a limit to how much I can supply or borrow?

Yes.

• Supply limit for both ETH & USDC: $50 000

• Borrow limit for both ETH & USDC: $35700

This gives a maximum health factor of \~1.4.

***

## What is a Health Factor?

Health Factor indicates how safe your position is. A number above 1.0 means you’re safe from liquidation. The closer to 1.0, the higher the risk.

***

## Are there any incentives?

Yes. An incentive program is live during the Beta. Users who supply or borrow will earn FUSE token rewards. Full details will be announced soon.

***

## Are there risks?

Yes. As this is a Beta release, bugs may occur. Use only funds you’re comfortable testing with. A disclaimer is shown in the app before you interact.

***

## How much liquidity is available?

At launch, the protocol has around $2,000 in total liquidity, enough to allow early testers to try out lending and borrowing smoothly.

***

## Can I swap or stake as well?

Yes. Swapping and staking are integrated in the Voltage app alongside lending and borrowing.


---

# 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/faq.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.
