# Rent an NFT

{% embed url="<https://youtu.be/QW8p02uKGYo>" %}

To rent an NFT you should first refer to the Market Place. *<mark style="color:red;">**Note that our Market Place is STILL IN DEVELOPMENT. We prepared a list of mock-NFT's available to be rented by anyone interested in testing out our solution.**</mark>*

First, go navigate to [Venn Market Place ](https://venn-protocol.vercel.app/)and select the NFT you want to rent by clicking on it.

<figure><img src="https://content.gitbook.com/content/8Nur9ZYxh98Cy8iJqwLk/blobs/fhGbxJS5W9tkB6Zpaggl/rent-1.png" alt=""><figcaption><p>Available NFTs.</p></figcaption></figure>

The *rental price* and the *maximum rental duration (max-dur)* will be displayed onscreen. Specify the time unit you want to use and the rent price will be updated accordingly.

<figure><img src="https://content.gitbook.com/content/8Nur9ZYxh98Cy8iJqwLk/blobs/95hkme4PzF2mCy4lVrn3/rent-2.png" alt=""><figcaption><p>Specifying time unit.</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/8Nur9ZYxh98Cy8iJqwLk/blobs/SN1q2dHju0XKzx5MIK2q/rent-3.png" alt=""><figcaption><p>Rent price updated.</p></figcaption></figure>

Specify the desired duration of the rental (it can't be greater then the *max-dur*) and click on 'Rent it'.&#x20;

<figure><img src="https://content.gitbook.com/content/8Nur9ZYxh98Cy8iJqwLk/blobs/VSMxdEbso9PTJywrAJnH/rent-4.png" alt=""><figcaption></figcaption></figure>

After that, approve the transaction...

<figure><img src="https://content.gitbook.com/content/8Nur9ZYxh98Cy8iJqwLk/blobs/tYNGdJPkOit0F3E1Ydma/rent-5.png" alt=""><figcaption><p>Approve the rental.</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/8Nur9ZYxh98Cy8iJqwLk/blobs/Mk0pQSW7OK2xshYG8tHC/rent-6.png" alt=""><figcaption><p>Wait for transaction to complete.</p></figcaption></figure>

...and done! The NFT is yours. For a while. Go back to your Dashboard and you should see it there.

<figure><img src="https://content.gitbook.com/content/8Nur9ZYxh98Cy8iJqwLk/blobs/WeZmFCOxE9qljldpWjOD/rent-7.png" alt=""><figcaption><p>You now own the NFT for the specified duration!</p></figcaption></figure>


---

# 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://pbfranceschin.gitbook.io/venn/overview/guides/rent-an-nft.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.
