> For the complete documentation index, see [llms.txt](https://docs.jewelswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jewelswap.io/multiversx/nft-loan-modules/nfts-interest-plans.md).

# NFTs: Interest Plans

With JewelSwap, borrowing EGLD against your NFT has never been easier.\
Buying an NFT with a downpayment and paying back the rest later also became a possibility!

Simply choose from one of the three borrowing payment plans that best fits your needs and start unlocking the world of NFT Loans and NFT Mortgages.

* **1 day** - Interest rate: 0.5% (0.5% of the borrowed amount needs to be paid daily)
* **3 days** - Interest rate: 1% (1% of the borrowed amount needs to be paid every 3 days)
* **7 days** - Interest rate: 2% (2% of the borrowed amount needs to be paid every week)
* **16 days** - Interest rate: 4% (4% of the borrowed amount needs to be paid every 16 days)

Interest rates are chosen by the JewelSwap platform.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.jewelswap.io/multiversx/nft-loan-modules/nfts-interest-plans.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
