# NFT Rental System

**The mechanics are the following**

* The rentals will have a term of 15 days
* The cards can be rented in the token KOD and SWAP.HIVE
* The cards can change their price or cancel the rental as long as another player has not yet rented the card.
* In order to modify a price card or remove it from the market you have to wait until the 15-day contract expires.
* Rented cards give the player DP for the duration of the contract.
* The game charges a fee of 10%, this will be used for the payment of servers


---

# 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.kingofduels.online/nft-rental-system.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.
