> For the complete documentation index, see [llms.txt](https://docs.drops.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drops.co/sweepmax-financing/features.md).

# Features

**All marketplaces in one place**

SweepMax aggregates NFTs from multiple marketplaces so you don't have to spend time trying to find the best deal.

**Buy in bulk**

There are no limits for how many NFTs you can buy. Save gas and add multiple NFTs to your cart.  Then finance them all in 1 transaction.

**Unterminated loans**&#x20;

Since loans are financed by Drops protocol - money market for NFTs, there are no due dates. Loan can run indefinitely as long as buyer doesn’t exceed the borrow limit at any given time. If the borrow limit gets exceeded, your collateral is at risk of liquidation.

**Reverse mortgage**&#x20;

If you’ve made some loan payments for your NFT and suddenly need some funds, you can certainly use your NFT for it. It’s possible to withdraw paid ETH or to borrow more against collateral, however be mindful of your borrow limit to avoid liquidation.

**Flashrepay (coming soon)**&#x20;

It will soon be possible to repay loans by accepting bids on marketplaces. This will enable real NFT leveraged trading where users can buy an NFT and flip it without having to use their own funds.


---

# 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.drops.co/sweepmax-financing/features.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.
