# Quick Start

Start the bot with `/start` command you will receive example queries and other settings related commands.\
\
&#x20;**1.** `/import` - Import your wallet (EVM or Solana)\
&#x20;

Flow: You will be prompted to choose between EVM or SVM wallets. You will have to choose the option and paste your private key in the chat.  We recommend using a new fresh wallet for this purpose.\
&#x20;

2. `/delete` - Delete your wallet (EVM or Solana)

3. `/wallets` - View all your imported wallets\\

4. `/help` - Shows the help message with all of the available commands and their use.\\

5. &#x20;`/settings` - Update default configurations of bot\
   \
   \
   \&#xNAN;***`CONFIGURABLE OPTIONS FOR SOLANA (SVM) TRADING`***\
   \
   \
   \
   \
   &#x20;\
   \&#xNAN;**`Confirmation`** option disables the user manual confirmation on queries and executes the transactions. We recommend removing Confirmation when trading low cap coins with big transaction volume (often tokens launched in less then an hour). We strongly recommend using the contract address instead the name of the token, to avoid any duplicates.\
   \
   Example query: Buy (contract address) on sol with 1 sol\
   Example query: Buy (contract address) on sol with half of my sol\
   Example query: Buy (contract address) on sol with all of my sol\
   \
   \
   \&#xNAN;**`Priority Fee`** option - configure priority fee which is sent as a JitoTip so you transaction will be prioritized by validators.<br>
   * For everyday swaps → leave it at default (0).
   * For hot launches / sniping → add a priority fee (you pay a bit more but can make the difference between getting in early or missing out).\
     \ <br>

&#x20;      **`Custom RPC`** option - for advanced users that use their own RPC node to process transactions faster and avoid delays from the default public ones. We by default use custom RPC so on our end we ensure lightning-fast transactions. However, if you have your own RPC and prefer to use it we give you this option. \
\
\
\
\&#xNAN;***`IMPORTANT!`***<br>

&#x20;      **`Slippage`** option is **globally applied for both EVM and SVM trading** - This may not be the best option if you want the most fair ratio of native token for X token but its common strategy to land transactions faster, especially on tokens that are on the bonding curve of launchpad.<br>

* For big-cap tokens, 0.5 - 1% is usually fine.
* For meme coins or illiquid pools, traders often crank slippage up (5–20%+) to ensure fills — but you risk huge overpayment.\
  \
  \
  Wallet p2p transfers are supported - transfer between imported wallets or to external wallets of your choice with a single prompt. You can find examples in the **Prompting** section in this documentation.


---

# 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://docs.hashhunter.ai/hash-hunter-telegram-bot/quick-start.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.
