# Reading Transaction Details

Select one of the tabs below for a guide on understanding the transaction details in your Talisman wallet.

{% tabs %}
{% tab title="EVM Extrinsics" %}
A message to sign on EVM can be triggered by various dApps.&#x20;

For example, Opensea asks a new user to very their address. They request a message signing. Talisman will ask for our approval once we click "Continue".

<div align="left"><figure><img src="/files/9pGrmNr83aEQt4ao7mUC" alt=""><figcaption></figcaption></figure></div>

When signing a transaction, Talisman displays the exact message of the extrinsic that you are about to sign.&#x20;

<figure><img src="/files/TI1FrjL9ZXyDJOistA4q" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="EVM Transfer" %}
When sending EVM funds on Talisman, A simple externally triggered token transfer on EVM gives us this view when asking for approval. First you see the logo and name of the dApp that triggered the request. Then the amount and token type you are going to transfer, the account you are currently signing with and the chain that the transaction would occur on.

<div align="left"><figure><img src="/files/WK0sTyzAvfQNajDyG9Up" alt="" width="375"><figcaption></figcaption></figure></div>

To view more details on the gas fee, click the "i" icon next to "Estimated Fee".

<div align="left"><figure><img src="/files/v3OzgaEosjoVCQk2gv75" alt="" width="375"><figcaption></figcaption></figure></div>

Talisman will show the block it was included in. Just click the number to check it out in the block explorer.&#x20;

Note that these details are not displayed when sending funds via the Talisman wallet itself. Instead you can check details after your transaction is finalized.&#x20;

<div align="left"><figure><img src="/files/lLfBafuWJtaKY49E77cy" alt="" width="375"><figcaption></figcaption></figure></div>

For a guide on sending funds via the Talisman wallet you can check out this article:&#x20;

{% content-ref url="/pages/uwFV7BBIUj7WtgMMFbtc" %}
[Sending Funds](/talisman/wallet-features/sending-and-receiving-funds/sending-funds.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Substrate Extrinsics" %}
A Substrate extrinsic signing request will occur in a lot of interactions that aren't simple token transfers, like when purchasing an NFT via the singular marketplace. In this sleek first view Talisman shows the key information about this request.&#x20;

First you see the logo and name of the dApp that triggered the request. Then the account you are signing with and the chain on which the transaction will take place.

<div align="left"><figure><img src="/files/7CKotoz5fZt8pwYqKvyA" alt="" width="375"><figcaption></figcaption></figure></div>

For more information, click `View Details`.

With substrate extrinsics, you can go further than checking addresses and gas fees, and also get a description of the atomical execution steps. These arguments that get passed to the extrinsic are displayed in a separate gray section. You can choose between YAML or JSON format.

<div align="left"><figure><img src="/files/QbV6yaJv1calXToZPYLh" alt="" width="375"><figcaption></figcaption></figure></div>

If you are further interested in the effect of a certain extrinsic you can look it up in the substrate documentation.&#x20;
{% endtab %}

{% tab title="Substrate Transfers" %}
A simple token transfer request has this representation in the Talisman interface. First you see the logo and name of the dApp that triggered the request. Then the account you are currently signing with and the chain that the transaction would occur on.&#x20;

<div align="left"><figure><img src="/files/f1y5mldBQztx7SuLgJWF" alt="" width="375"><figcaption></figcaption></figure></div>

On substrate transfers you can go further than checking addresses and gas fees. You also get a description of the atomical execution steps. The arguments that get passed to the extrinsic are displayed in a separate gray section. You can choose between YAML or JSON format. In this example the id hold the recipients account and the value refers to the amount of KSM that you are sending. If you are further interested in the effect of a certain extrinsic you can look it up in the substrate documentation.&#x20;

<figure><img src="/files/KTjkdWctQzYSHAzZDZAT" alt=""><figcaption></figcaption></figure>

Talisman will show the block it got included on. Just click it to check it out in the block explorer.&#x20;

\
Note that these details are not displayed when sending funds via the Talisman wallet itself. Instead you can check details after your transaction is finalized.&#x20;

<div align="left"><figure><img src="/files/RGZccElXOysjJWubNLOe" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

v 3.1.16


---

# 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.talisman.xyz/talisman/wallet-features/sending-and-receiving-funds/reading-transaction-details.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.
