# Rental NFT

## **Overview:**&#x20;

Rental NFTs in Romulus offer a unique way to enable temporary ownership or access to digital assets. This is ideal for scenarios where assets need to be leased or borrowed rather than sold outright.

## **Key Features:**

* **Time-Based Access:** Rental NFTs grant ownership or access rights for a specified period, after which they revert to the original owner.
* **Automated Management:** The rental conditions, including duration and cost, are automatically enforced by the contract, eliminating the need for manual intervention.
* **Versatile Use Cases:** Rental NFTs are perfect for applications in digital content, gaming assets, and virtual real estate, where temporary usage rights are beneficial.


---

# 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://docs.volary.io/romulus/contracts/rental-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.
