> For the complete documentation index, see [llms.txt](https://docs.mansafi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mansafi.xyz/everyday-use/activity-feed.md).

# Activity Feed

Your feed narrates your money in sentences rather than hex. Everything you have paid or been paid, scannable in a glance.

***

## How entries read

Each row is written to be read, not parsed:

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

Payments made by agents carry a visual tag, so it is never ambiguous whether a charge came from software or from your own hands, even though both belong to your account. Where machines spend, that clarity is not optional.

***

## Status

| Status      | What it means                                                  |
| ----------- | -------------------------------------------------------------- |
| `Confirmed` | On-chain and final                                             |
| `Pending`   | Submitted, awaiting a block. Usually resolves inside a second. |
| `Failed`    | Never settled. Nothing moved. Retry is one tap.                |

***

## Narrowing it down

Filters available on the feed:

* Date range
* Asset (USDG, ETH)
* Direction (sent, received)
* Kind (human, agent, or DeFi once it ships)

***

## Your view versus everyone else's

You read decrypted figures because you hold the decryption key for your own account. Anyone examining the same transactions from outside — a block explorer included — sees two addresses and a ciphertext they have no way to open. Complete for you, silent for them. [Encrypted Amounts](/privacy/encrypted-amounts.md) explains the mechanism.

***

## Getting the records out

For accounting or filing, export the full decrypted history from **Settings → Export → Transaction History**. It runs on your device and decrypts with your key, so the plaintext export is never something MansaFi could observe. Your records leave your hardware only when you send them somewhere. Detail in [Proving a Payment](/privacy/proving-a-payment.md).

***

## Checking the chain yourself

Every entry links out to the Robinhood Chain transaction behind it. Nothing here requires taking our word: confirm independently on the block explorer that the payment occurred between those two addresses, even though the explorer will never be able to show you the figure.


---

# 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.mansafi.xyz/everyday-use/activity-feed.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.
