# レンタル

ユーザーは所持するNFTを貸し出すことが可能です。

レンタルに出すことでオーナー(NFTを貸し出すユーザー)は借主が借りたNFTで獲得したトークンの一部を獲得することが可能です。\
レンタルに出すNFTはコンディションが100%またクールダウン期間ではないことが条件になります。

下記がトークンの獲得比率になります:

* オーナー: 30%
* 借主: 60%
* プラットフォーム手数料e: 10%

\*トークン獲得比率は変更する可能性があります。&#x20;

オーナーはレンタルに出すNFTに最大旅行可能距離と期間を設定できます。借主がNFTを最大旅行可能距離または利用可能期間まで利用すると自動的にオーナーにNFTが返却されます。

借主はNFTのレベルアップ・コンディションの回復を行うことができます。

もし借主がNFTを間違ったウォレットに送付した場合は、借主のアカウントはペナルティとしてレンタル機能を永遠に使うことができなくなります。

オーナーがNFTを貸し出せる数はNFT所持数によります。:

| 所持するNFT数 | 貸出可能なNFTの数 |
| -------- | ---------- |
| 10       | 1          |
| 15       | 2          |
| 20       | 3          |
| 25       | 4          |
| 30       | 5          |


---

# 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://whitepaper.xtrip.travel/ja/game-fi/rentaru.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.
