> 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/pinned-transaction.md).

# ピン留めされたトランザクション

ピン留めされたトランザクションは、重要なトランザクションをピン留めして保存し、管理と追跡を簡単にするための機能です。

## **トランザクションをピン留めする方法**

取引が完了すると、KEYRING PRO Walletは取引ハッシュ（略してTXH）を提供します。

TXHの横にピン留め用のアイコンが表示されます。そのアイコンをタップして取引をピン留めしてください。

ピン留めした取引は、メイン画面の「ピン留め取引」タブで確認できます。

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

## **メモを追加する**

ピン留めされたトランザクションタブで、保存されたトランザクションを左にスワイプします。2つのオプションが表示されます: 削除とメモを追加。

* **メモを追加**: ピン留めされたトランザクションにメモやリマインダーを追加して、内容をより明確に管理できます。
* 同じ方法でメモを編集できます。メモを削除したい場合は、編集時に内容を空白にしてください。

<figure><img src="/files/VPJp4qSjUFv8qsMrBuoP" 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/pinned-transaction.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.
