> For the complete documentation index, see [llms.txt](https://lofty-2.gitbook.io/faqs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lofty-2.gitbook.io/faqs/faq/how-does-the-lofty-marketplace-work.md).

# How does the Lofty Marketplace work?

Lofty is not a fund. We do not purchase properties, flip them, and then sell them on our website.

Instead, we are a **marketplace** like Airbnb, eBay, or Amazon.

The Lofty marketplace consists of buyers (token holders) and sellers (people who want to sell their properties). Currently, there are less than 5 sellers who are permitted to list properties on the Lofty marketplace. These sellers have years of experience rehabbing and selling turnkey properties  with a great track record.

Here is how our marketplace works:\
\
**Step 1**: A seller submits their property to be sold on the Lofty marketplace. The property is either approved or denied based on factors like occupancy status, condition, location, rental history, and more.

**Step 2**: Once approved, the property is put under contract by a newly formed LLC. The LLC is then tokenized into individual $50 tokens on the Algorand blockchain.

**Step 3**: A professional property inspection company will inspect the property and provide a report. If repairs are needed, the seller will make the repairs before closing or provide a credit to the LLC.

**Step 4**: The property is listed on the Lofty marketplace. Once the property is fully funded, the LLC will close on the property with the Title Company and the deed will be transferred to the new LLC.

<br>


---

# 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://lofty-2.gitbook.io/faqs/faq/how-does-the-lofty-marketplace-work.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.
