# Borrowing

### How does it work?&#x20;

1. Deposit one of your eligible NFTs as collateral.
2. Select how much USDC you would like to borrow. Keep in mind the more you borrow, the higher your interest rate.\*
3. Repay your USDC loan anytime to withdraw your NFT collateral.

\*AnyLend’s loan APR is calculated using the Black Scholes Model, meaning your APR varies based on your Loan-to-Value ratio. Visit <https://docs.anylend.org/protocol/fees-apr> for information regarding interest rates on AnyLend.

## Why borrow?

* **Get additional liquidity without selling your NFTs.**

Deposit NFTs → Borrow USDC → Repay anytime to withdraw NFTs.

* **Additional Strategies**

Ignite new strategies from players using lending building blocks from AnyLend.

*E.g., Deposit zkApe → borrow USDC → buy zkApe → Deposit more zkApes → borrow more USDC → repeat until desired leverage is achieved.*


---

# 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://docs.anylend.org/protocol/borrowing.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.
