> For the complete documentation index, see [llms.txt](https://lens-project.gitbook.io/lens-project-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lens-project.gitbook.io/lens-project-docs/documentation/core-features.md).

# Core Features

#### Wallet Tracker

A real-time snapshot of any Solana wallet - SOL balance, SPL token holdings, USD values, top holding concentration, and 7-day PnL.

#### Wallet Activity

The last 10 buy swaps for any wallet, with token symbols, SOL amounts, and timestamps. Useful for manual research before tracking.

#### Wallet Behaviour

A 7-day behavioural profile built from on-chain data. Classifies wallets as Conviction Buyer, Scaler, Rotator, or Dormant - giving users an instant read on how a wallet operates.

#### Live Alerts

Real-time buy alerts from tracked wallets. Delivered in two stages:

* **Fast alert** - appears within seconds of on-chain detection
* **Enriched alert** - auto-updated with full signal context

#### Alert Settings

Granular filters so users only see what matters to them:

* Signal rating filter (ALL / MED+ / HIGH only)
* Minimum buy size (SOL)
* Minimum liquidity
* Min/max market cap
* Watchlist preset (All / Conviction / Scalpers / Fresh Wallets)
* Meta Mode - keyword filter for token names or tickers
* Convergence alerts - multiple tracked wallets entering same token
* Dump alerts - notify when a tracked wallet makes a heavy sell

#### Performance Stats

* Weekly digest with 15-minute quick-hit rate and top wallets
* Wallet leaderboard ranked by milestone performance
* Per-wallet hit rates at 2x, 5x, 10x, 20x, 50x, 100x, and beyond

#### Token Check

On-demand security report for any token:

* Mint and freeze authority status
* LP lock percentage
* Holder concentration
* Sniper activity rating
* Bundle detection (first-slot buyer analysis)
* RugCheck score integration


---

# 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://lens-project.gitbook.io/lens-project-docs/documentation/core-features.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.
