> For the complete documentation index, see [llms.txt](https://wiki.5tars.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.5tars.io/gameplay/card-rental.md).

# Card Rental

Users can rent out their NFTs to others, allowing them to profit from unused cards while enabling fellow users to enhance their performance in the Arenas at a reduced cost.

<figure><img src="/files/WkunW5BAGNVOAkhbqR4P" alt=""><figcaption><p>NFT Profile</p></figcaption></figure>

### How it works <a href="#docs-internal-guid-f16b4dd3-7fff-6879-7774-6a796bc70965" id="docs-internal-guid-f16b4dd3-7fff-6879-7774-6a796bc70965"></a>

To initiate a rental, users set a daily rental fee in STARCOINS (never less than 10 StarCoins) for their NFT.&#x20;

Additionally, owners can specify the rental duration, with a minimum period of 2 days and a maximum of 14 days.

<figure><img src="/files/PjEbBMR0YgZAM3U6f0Lm" alt=""><figcaption><p>Requirements to fill out to rent an NFT</p></figcaption></figure>

Within this specified timeframe, renters have the flexibility to choose the days they wish to possess and use the NFT. Once the terms are agreed upon and the transaction is completed, the total rental fee for the selected period is deducted from the renter's balance.

Upon completion of the rental period, the NFT automatically returns to the marketplace, ready to be rented out again. Owners receive the agreed-upon rental fee, minus the marketplace fee.&#x20;

<figure><img src="/files/pk8KBf16GhNvgluiH8fA" alt=""><figcaption><p>Image of marketplace with cards in Rent</p></figcaption></figure>

{% hint style="danger" %}
Owners have the option to reclaim their NFT for their wallet at any time when it's not currently rented out. The process is the same as with NFT Cards for sale.
{% endhint %}

By utilizing this functionality, users can maximize the utility of their NFTs while contributing to a vibrant and dynamic ecosystem within 5TARS.


---

# 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://wiki.5tars.io/gameplay/card-rental.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.
