> For the complete documentation index, see [llms.txt](https://help.xaman.app/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.xaman.app/app/japanese/torasutorain.md).

# トラストライン設定方法

XRPレジャーでトラストラインを設定するには二つの方法があります。

1. Xamanであらかじめ信頼性をスクリーニングしたトークンのリストから選ぶ
2. XRPL.ServicesにXamanアカウントでサインインし、設定する

※トラストラインを1つ設定するごとに、準備金（デポジット）として0.2 XRPがロックされ、またごく少額の手数料がかかります。この0.2 XRPはトラストラインを削除すると返却されます。

**Xamanのショートリストとは？**

Xamanが予めピックアップした、トークンのリストを指します。ホーム画面で「+追加」ボタンを押すと表示されます。

「+追加」ボタンを押すとこの画面になります。

取引所を選択すると取り扱いトークンのリストが表示されます。例えば、Gatehubを選択し、出てきたリストからトラストラインを設定したいトークン、ここではBritish Pound（英ポンド）を選択し、「追加：トランザクションに署名」をタップします。

確認画面が出たら「スライドして承認」し、パスコードやパスワードまたは生体認証で署名するとトラストラインの設定が完了します。

※トラストラインの設定以外にも、トークンの受け取りにはさまざまな条件が設けられている場合があります。受取条件についてはトークン発行元の公式サイトやX(Twitter）などで確認してください。

#### XRPL.Serviceってどんなサイト？

XRPL.Servicesは様々な形でXRPレジャーとやりとりができるウェブサイトで、Xamanを使って簡単に取引（トランザクション）の作成や署名を行うことができます。

ここではXamanのショートリストに入っていないトークン（入っているものも可）にトラストラインを設定する方法をご案内します。

#### 設定方法

1. 次のリンクをクリックしてXRPL.Serviceのトークンページを開く：[**XRPL Services**](https://xrpl.services/tokens)
2. 🔍（Search）の項目でトラストラインを設定したいトークンの名前などで検索する
3. 設定したいトークンが表示されたら、「**Set Trustline**」をクリックする


---

# 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://help.xaman.app/app/japanese/torasutorain.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.
