> For the complete documentation index, see [llms.txt](https://mixfun.gitbook.io/mixfun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixfun.gitbook.io/mixfun/guides/read-your-history.md).

# Read your history

> Review your MixFun deposits, withdrawals, and transfers across all flows.

MixFun records each of your MixFun transactions in your account history. History is scoped per flow (Send, Shield, Swap, Stealth) and per user, so signing in is required to see it.

### What history includes

Each flow stores its own history records. Depending on the flow, an entry contains:

* **Send.** Pool address, amount, direction (deposit or withdrawal), transaction signature, timestamp.
* **Shield.** Same as Send, plus the token mint.
* **Swap.** Input mint, output mint, amounts, intent status, routing strategy used, transaction signatures.
* **Stealth.** Direction (sent, received, or spent), amount, mint (if a token), transaction signature.

### Where to find it

1. **Sign in with your wallet.** History is tied to the wallet that authenticated with Sign-In With Solana. See [Connect a wallet](/mixfun/guides/connect-a-wallet.md).
2. **Open the History section in the app.** The app surfaces history across all flows.
3. **Filter if needed.** Filters typically include flow type, transaction direction (deposit, withdrawal, swap, etc.), and mint.

### What history reveals

History is private to your account. MixFun does not share history data with third parties. Your history is the same information anyone could see on-chain for your wallet address, organized and categorized by flow.

If strong unlinkability is the point of your deposits, remember that the deposit transaction itself is on-chain and will appear in this account's history. Withdrawals into separate wallets will not (they would appear in the receiving wallet's history, if that wallet signs in separately).


---

# 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://mixfun.gitbook.io/mixfun/guides/read-your-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.
