# 1日のXTR獲得上限と旅行可能距離

### 1日のXTR獲得上限

1日のXTR獲得上限(Daily Token Cap)は所持しているNFTの種類・数により決定いたします。靴NFTは1日30XTR、自転車は1日60XTRと下記のように決まっております。

<figure><img src="/files/CePqCBHQ5lwz67IJE41O" alt=""><figcaption></figcaption></figure>

例：\
もし、ユーザーが靴NFTが2つ、自転車NFTを1つ所持している場合、1日あたりのトークン獲得上限は\
**30XTR + 30XTR +60XTR = 120XTR**\
となります。\
\
**現在、一日の獲得上限は600XTRまで増やすことができます。**

### 1日の旅行可能距離

\
1日の旅行可能距離は各NFTの旅行可能距離(Distance)の合計になる。\
\
例：ユーザーが下記3つのNFT： \
Shoes:  Distance(距離) 3 KM\
Shoes:  Distance(距離) 4KM\
Bicycle: Distance(距離) 10KM\
を所持していた場合、ユーザーの1日の旅行可能距離は17KMになる。


---

# 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/1noxtrto.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.
