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

# Smart Money

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

Infinity allows you to track what smart money and whales are buying in real time, apply your own filters, and trade the token with just one click.

## Filters

Setting your own filters allows you to customize the way you track smart money in real-time. You can modify multiple aspects like:

* All/Buy Only/Sell Only
* New  Tokens Only
* First Seen Only

**Quick Buy Amount:** The amount in SOL you will use if you want to trade the token

## Snapshots

Provides an overview of smart money movements or tokens purchased by whales, along with the frequency of these movements within a specified period.

## Money Trades

Displays a real-time feed of smart money movements or tokens purchased by whales, including key details such as:

* Date
* Trader
* Token
* Amount
* Method
* Market cap
* Risk score **(Powered by RugCheck)**

The last column includes a convenient one-click button, allowing you to trade the token directly from the real-time feed.


---

# 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.fluxbeam.xyz/infinity/smart-money.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.
