> For the complete documentation index, see [llms.txt](https://help.keyring.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.keyring.app/jp/keyring-pro/how-to-use/send-and-receive-tokens.md).

# トークンの送受信

## 送信トークン&#x20;

トークンを送信するには、以下の手順に従ってください：

* **Assets**タブを開きます。
* 送信したいトークンを選択します。
* 複数のアカウントでそのトークンを保有している場合は、使用するアカウントを選択してください。
* アカウントを選択すると、3つのオプションが表示されます。
* トークンを送信するには、「**Send**」オプションを選択します。
* 送信する金額を入力します。
* 受取人のウォレットアドレスを入力します。
* （オプション）ガス料金を選択します。ガス料金を高く設定すると、取引の優先順位が上がります。
* **「Send」**&#x3092;タップします。

<figure><img src="/files/EqvceMgXmyf4ryt4XCCh" alt="" width="375"><figcaption></figcaption></figure>

KEYRING PRO Walletでは、送信先アドレスに関する警告も提供され、取引時の注意を促します。これには、過去にこのアドレスに送金した履歴や、コミュニティから不審なアドレスとして報告された情報が含まれる場合があります。

## 受信トークン

トークンを受信するには、送信者にあなたのウォレットアドレスを伝える必要があります。以下の方法で簡単にウォレットアドレスを確認できます：

#### *アカウントからアドレスをコピーする方法*

1. **Accounts**タブに移動します。
2. アドレスを取得したいアカウントを選択します。ポップアップメニューが表示されます。
3. ウォレットアドレスの横にあるコピーアイコンをタップします。

<figure><img src="/files/kByNonVun55l2KKqvyOA" alt="" width="375"><figcaption></figcaption></figure>

#### ***Assetsからアドレスをコピーする方法***

* **Assets**タブに移動します。
* 必要なウォレットアドレスに関連付けられたトークンを選択します。
* 受信ウォレットをタップします。メニューが表示されます。
* **Copy Address**オプションを選択します。

<figure><img src="/files/OV6yInk6dWYrMWfL6y16" alt="" width="375"><figcaption></figcaption></figure>

ウォレットアドレスをコピーしたら、送信者にそのアドレスを共有してください。これで、正しいアドレスにトークンが送信されます。

## 資産の確認 &#x20;

**Assets**タブを開くと、保有しているすべてのトークンが表示されます（ただし、$0.01未満の非常に小額のトークンは除きます）。各トークンの現在の総価値を確認でき、これはそのトークンを保有しているすべてのアドレスの合計です。

トークンをタップすると、以下の詳細情報が確認できます：

* 各ウォレットアドレスごとの価値
* トークンが属するチェーン
* トークンの価格変動やランキングなどの詳細情報

<figure><img src="/files/IbPqm82OoRUye5v7yWvU" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.keyring.app/jp/keyring-pro/how-to-use/send-and-receive-tokens.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.
