# Telegram UX

### Main Menu

Central control hub for Nano Bot. From here, users can access protocol settings, profile status, targets, wallets, balances, and transfer tools.

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

### Protocols

Overview page for all supported launch venues. Users can quickly jump into each protocol and configure its specific sniping behavior.<br>

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

### Profile

Snapshot of the user’s active bot configuration. Shows key runtime preferences, enabled protocols, and core sniper status in one place.

<figure><img src="/files/4lpLaTXyR2VixPOad9GW" alt=""><figcaption></figcaption></figure>

### Doppler Protocol

Configuration panel for Doppler/Bankr sniping logic. Includes toggles for protocol enablement, fee/tax decay behavior, trigger modes, gwei, sizing, and auto-sell controls.

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

### Clanker V4 Protocol

Dedicated settings for Clanker V4 execution. Users can manage protocol toggle, priority fee, auction fee-decay behavior, buy sizing, and auto-sell delay.

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

### Targets

Target management interface for wallet and identity-based triggers. Supports viewing, adding, and removing tracked targets used by protocol trigger logic.

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

### Transfer Out

Operational wallet tools for moving assets out of bot-linked wallets. Includes token selection, destination flow (trusted or custom address), approvals, and transfer execution helpers.

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

#### Note

Flaunch UI is intentionally left out for now. It is straightforward at the surface but complex in filtering logic, and because polishing is still in progress, I decided to leave it out temporarily while the social-filtering behavior is still changing.\
Klik is point-and-shoot and reaches block 0 in most cases, depending on gas settings.


---

# 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://nano-5.gitbook.io/nano-docs/documentation/getting-started/quickstart.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.
