> For the complete documentation index, see [llms.txt](https://docs.useshadowpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.useshadowpay.com/using-shadowpay/transaction-history.md).

# Transaction Feed & History

Your transaction feed shows every payment you've sent or received in plain language, not a hex string.

***

## Reading the feed

Each entry reads like a sentence, not a ledger line:

```
Sent $50.00 to @maria, Confidential
Received $1,200.00 from @acmepayroll, Confidential
Agent payment to api.market, $0.004, via @yourname/research-bot
```

Agent transactions are visually tagged so it's always clear when a payment came from an autonomous agent rather than direct action, even though the agent belongs to your account.

***

## Status indicators

| Status      | Meaning                                                                 |
| ----------- | ----------------------------------------------------------------------- |
| `Confirmed` | Settled on-chain. Final.                                                |
| `Pending`   | Submitted, awaiting confirmation. Typically resolves in under a second. |
| `Failed`    | Did not settle. No funds moved. One-tap retry available.                |

***

## Filtering

The feed can be filtered by:

* Date range
* Asset (USDC, SOL)
* Direction (sent, received)
* Type (human, agent, or DeFi once that feature ships)

***

## What you see vs. what's public

You see decrypted amounts because you hold the decryption key for your own account. Anyone else looking at the same on-chain transactions, including a block explorer, sees the sender and receiver addresses and an encrypted amount they cannot read. See [Confidential Transfers Explained](/privacy-and-confidential-transfers/confidential-transfers.md) for how that works.

***

## Exporting your history

For bookkeeping or taxes, export your full decrypted history from **Settings → Export → Transaction History**. This runs entirely on your device, decrypting with your own key, so ShadowPay never sees the plaintext export. Details in [Selective Disclosure & Audit Export](/privacy-and-confidential-transfers/selective-disclosure.md).

***

## On-chain verification

Every transaction in your feed links to its underlying Solana transaction. You can always confirm independently, on any Solana block explorer, that the transaction happened between the two addresses shown, even though the explorer won't be able to show you the amount.


---

# 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://docs.useshadowpay.com/using-shadowpay/transaction-history.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.
