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

# Smart Money Analysis

You can send a wallet address at any time, and the bot will analyze the transactions of that account. The analysis includes:

1. Statistical data for the last 7 days, such as profit/loss and win rate.
2. Recently traded tokens.
3. Lash Rating: Based on trading volume, holding duration, and account activity, Lash assigns a score to the wallet.

* **Low score**: Not recommended for copy trading.
* **Medium score (2-3 stars)**: Exercise caution—these traders may be profitable, but risks exist.
* **High score (4+ stars)**: Higher win rate expected, but note that ratings are derived from historical data and **do not constitute investment advice**.

<p align="center"><img src="https://docs2.tradewithlash.com/img/docs/smart2.gif" alt="wallet analysis"></p>


---

# 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:

```
GET https://docs.tradewithlash.com/modules/smart-money-analysis.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.
