# Commands

### Slash commands and what they do

* `/help`\
  Shows command help and usage hints.
* `/start`\
  Opens the main bot entry flow and status/menu.
* `/protocol <doppler|clanker|flaunch|klik> <on|off>`\
  Enables or disables a protocol for your profile.\
  (Implementation note: Doppler maps to the Doppler protocol flow.)
* `/addtarget <target>`\
  Adds one target (wallet or supported identity format) to your target list.
* `/settargets <a,b,c>`\
  Adds multiple targets in one command (comma-separated).
* `/removetarget <target>`\
  Removes one target from your list.
* `/removetargets <a,b,c>`\
  Removes multiple targets in one command (comma-separated).
* `/targets`\
  Displays your currently configured targets.
* `/wallet`\
  Opens wallet view/actions for your profile.
* `/genwallets <1-3>`\
  Generates and links 1 to 3 wallets to your profile.
* `/walletmode <single|multi>`\
  Switches between single-wallet execution and multi-wallet execution mode.
* `/wrap <amount>`\
  Wraps ETH into WETH.
* `/unwrap <amount>`\
  Unwraps WETH back into ETH.
* `/transfer`\
  Opens transfer flow (asset selection, destination, amount, send flow).
* `/trustwallet <0x...> [label]`\
  Saves a trusted destination wallet (optional label) for quick transfers.
* `/untrustwallet <0x...>`\
  Removes a trusted destination wallet.
* `/config`\
  Shows your current sniper configuration and key runtime preferences.
* `/setgwei <value>`\
  Sets priority fee (gwei) for the Doppler protocol path.
* `/setamount <value>`\
  Sets shared ETH buy amount preference (used by ETH-based flows, including Klik).
* `/setzoraamount <value>`\
  Sets Zora-denominated buy amount preference (where supported).
* `/setusdcamount <value>`\
  Sets USDC buy amount preference (where supported).
* `/setnoiceamount <value>`\
  Sets NOICE buy amount preference (where supported).
* `/setwethamount <value>`\
  Sets WETH buy amount preference (where supported).
* `/setflwethamount <value>`\
  Sets flWETH buy amount preference (Flaunch path).
* `/balances`\
  Shows balances for linked wallet context and refreshable balance view.

Note: Some slash commands like GWEI are currently mapped to Doppler settings and  will be moved to global-scope settings in a future update. Until then, users should adjust protocol-specific values through the in-app protocol buttons/UI toggles.


---

# 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/commands.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.
