# Pinned Transaction

Pinned transactions allow users to pin and store important transactions, making it easier to manage and keep track of them.

## How to pin a transaction

When you complete a transaction, KEYRING PRO Wallet provides you with a transaction hash (TXH for short)&#x20;

Next to the TXH, you'll see an icon for pinning. Tap that icon to pin the transaction.\
You can view all your pinned transactions in the **Pinned Transaction** tab on the main screen.

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

## Add a memo

In the **Pinned Transaction** tab, swipe left on a saved transaction. You'll see two options: **Delete** and **Add Memo**.

* **Add Memo:** Use this to add notes or reminders to your pinned transaction for better clarity.
* You can edit a memo the same way. If you want to delete a memo, just leave the content blank while editing.

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

## Delete Pinned Transactions

To delete a pinned transaction, swipe left on the transaction and select "Delete."


---

# 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://help.keyring.app/keyring-pro/how-to-use/pinned-transaction.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.
