> For the complete documentation index, see [llms.txt](https://docs.recircuit.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.recircuit.xyz/use-cases/rental-markets.md).

# Rental Markets

ReCircuit revolutionizes the rental process by integrating agentic workflows and secure blockchain transactions, making it easier for agents, homeowners, and tenants to engage in commerce. This platform empowers service developers to create innovative solutions within a robust commercial framework for transactional relationships. Here’s how ReCircuit streamlines the rental process for homeowners, tenants, and agents:

1. **Homeowner Lists Property**: The homeowner lists the rental terms of their property as a Request for Quotation (RFQ) in a peer-to-peer (p2p) market.
2. **Tenant Searches for Property**: The tenant uses a search agent, powered by artificial intelligence, to find suitable properties. The tenant pays the agent fees using cryptocurrency.
3. **Tenant Verification**: The homeowner hires a Know Your Customer (KYC) and due diligence agent to verify the tenant’s suitability.
4. **Agency RFQ Creation**: The homeowner creates an agency RFQ for the property and posts it.
5. **Legal Contract**: Both the homeowner and the tenant hire a legal agent to draft the rental contract.
6. **Agreement and Commitments**: Once the rental contract is agreed upon, commitments are made on the payment network.
7. **Agency Relationship**: The same process applies to establishing an agency relationship.
8. **Service Fees**: Users pay for service fees using USDC or other tokens.

By leveraging blockchain technology and agentic workflows, ReCircuit ensures a secure, efficient, and transparent rental process for all parties involved.


---

# 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.recircuit.xyz/use-cases/rental-markets.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.
