> 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/learn-about-lens/getting-started.md).

# Getting Started

<figure><img src="/files/6nx65r48tsY8pfC3KpO4" alt=""><figcaption></figcaption></figure>

### How to Use Lens

1. Open the Lens bot on Telegram
2. Start the bot and access the main menu
3. Navigate through features like Alerts, Wallet Tracking, and Statistics.
4. Set up your tracking preferences
5. Receive alerts in real time

The interface is built to be intuitive, so you can start using it immediately.

***

### How to Track Wallets

Tracking wallets is the core of Lens.

To add a wallet:

1. Go to the **Live Alerts** section
2. Select **Add Wallet**
3. Paste the wallet address
4. Confirm tracking

Once added, Lens will monitor that wallet and alert you when it enters positions.

You can track multiple wallets and manage them at any time.

***

### Using Curated Wallets

If you don’t know which wallets to track, Lens also provides a curated list.

These wallets are selected based on on-chain performance data, allowing you to:

* follow proven wallets
* reduce guesswork
* get started instantly

You can use these alongside your own tracked wallets.

***

### Understanding Alerts

When a tracked wallet makes a move, you’ll receive an alert.

Each alert includes key information such as:

* token name and contract
* buy size
* market cap
* wallet behaviour
* signal strength
* reasoning behind the signal

Alerts are designed to be quick to read and easy to act on.

***

### Basic Commands & Navigation

Lens is menu-driven, making it easy to navigate.

Core sections include:

* **Live Alerts** - view recent signals
* **Wallet Tracker** - manage tracked wallets
* **Wallet Activity** - view detailed wallet actions
* **Performance Stats** - track performance and outcomes
* **About** - learn more about Lens

Most actions can be completed directly through buttons - no complex commands needed.


---

# 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/learn-about-lens/getting-started.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.
