# Transaction ID

A transaction hash/id is a unique string of characters that is given to every transaction, which is verified and added to the blockchain. In many cases, a transaction hash is needed in order to locate funds.

In Cake Wallet, you can find a Transaction ID on the Transaction Details screen.

{% stepper %}
{% step %}

### Open transaction history

Swipe right to left from the main balance screen to find the transaction history.

<div align="left"><img src="/files/19fbfe1f78869aca84c113783523e67e439136ae" alt="Swipe right to left" width="375"></div>
{% endstep %}

{% step %}

### Select a transaction

Tap on a transaction to open its details.

<div align="left"><img src="/files/c86b0ed015bf036b24dc3139e367b2fd35f311c1" alt="Sent transaction" width="375"></div>
{% endstep %}

{% step %}

### View the Transaction ID

The Transaction ID will be shown at the very top of the Transaction Details screen.

<div align="left"><img src="/files/79c34ce365a1aeb2ba35651335748770c637ab48" alt="transaction ID" width="375"></div>
{% endstep %}
{% endstepper %}


---

# 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://docs.cakewallet.com/faq/glossary/transaction-id.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.
