> For the complete documentation index, see [llms.txt](https://whitepaper.xtrip.travel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.xtrip.travel/ja/game-fi/1noxtrto.md).

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