# Fund Flow Graph

**MetaSuites** (Prev. MetaDock) allows users to get a crypto address's fund flow map quickly. Users can **analyze high-value correlated addresses and substantial fund flows** without entangling complex raw transaction data.&#x20;

🙌 If you need a comprehensive fund flow analysis for a couple of addresses, try the enhanced version [**MetaSleuth**](https://metasleuth.io)!

### Show Fund Flow Map

<figure><img src="/files/fP5bNFlCQnYyh2J5txqi" alt="" width="375"><figcaption></figcaption></figure>

The fund flow map presents the most significant transactions and addresses for analysis, rather than every transaction. To access the fund flow map, you should locate the button on the address page.&#x20;

The fund flow map may **NOT** show every transaction when addresses engage in numerous interactions. This is to maintain clarity and focus on the most relevant data for analysis. **Transactions are merged on the fund flow map to provide a more streamlined view**. For example, if address A sends 100 Token A to address B and then another 200 Token A to address B in two separate transactions at times A and B, the fund flow map will consolidate these into one transaction. It will display a single transfer of 300 Token A from address A to address B, with the timestamp from the first transaction, time A, on the chart.

{% hint style="info" %}
Try this [address](https://etherscan.io/address/0xbefe4f86f189c1c817446b71eb6ac90e3cb68e60).&#x20;
{% endhint %}

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

For example, related addresses are shown in the fund flow map of *Alameda Research*, and some **cross-chain transactions** are also included. You can **filter interested addresses and tokens** (① on the following figure) by clicking and choosing on the top right corner, then get a streamlined chart like this:

<figure><img src="/files/0WxGSoLJQ5KCBl6EXKB3" alt=""><figcaption></figcaption></figure>

### Save the map

Moreover, after the analysis, you can click the download icon(② in Fig.2 ) to export the chart as an **SVG/PNG** file and share it with others.

### Further analysis

If you need further analysis, try the enhanced version of the fund flow map, [**MetaSleuth**](https://metasleuth.io)!


---

# 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.blocksec.com/metasuites/fund-flow-graph.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.
