> For the complete documentation index, see [llms.txt](https://docs.fluxity.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluxity.finance/faq/tracking-your-activity.md).

# Tracking your activity

* How can I see the streams I created?

The easiest way is to navigate to the Activity History page and easily find all the past, present, and future streams you created. Additionally, you can see your streams in the Explorer using your wallet address.

* Where can I find a record of token streams sent from another address to my address?

You need to navigate to the Activity History page and easily find all the past, present, and future incoming streams.

* How can I cancel a stream that I created?

If you enabled the “Cancellable” option for your stream at the time of creating the stream, you could find the desired ongoing or pending stream in the Activity History section and click the Cancel Stream button from the stream details page.

* Do assets automatically transfer to the wallet after canceling a stream?

Yes. After canceling a stream, the remaining tokens of the sending end and withdrawable tokens for the receiving end will be automatically transferred to their corresponding wallets.

* Why can’t I see the streams I receive from another address in my wallet?

You can only see the tokens you have withdrawn from the incoming streams. If you still cannot see those tokens, you need to add their address in Freighter manually.

* How can I find all the expired streams with withdrawable tokens?

All streams with withdrawable tokens are marked with the \[coin] icon on the Activity History page. By navigating to the expired tab of the page, you can select the “Unclaimed tokens” filter to find them.

* How can I withdraw tokens from streams?

By entering the details page of all the active streams you receive, you can click the Withdraw button to transfer the received tokens to your wallet. For expired received streams, of course, the Withdraw button would only work for streams with unclaimed tokens.


---

# 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.fluxity.finance/faq/tracking-your-activity.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.
