# Account

### Creating an Account

1. **Get Started with Telegram**\
   Hypurr Fun is a Telegram bot, so you’ll need a [Telegram](https://telegram.org/) account to use it. If you don’t already have one, create an account on Telegram first.
2. **Access the Bot**\
   Search for **@HypurrFunBot** on Telegram or use this [direct link](https://t.me/HypurrFunBot). Press **“Start”** or type **/start** to begin.
3. **Set Up Your Wallet**\
   After starting the bot, you’ll receive a welcome message along with your personal wallet address.

<figure><img src="/files/B3u4ixIYbqHCpbKbvr0v" alt="" width="308"><figcaption></figcaption></figure>

4. **Secure Your Wallet**

   It is strongly recommended to **export your private key** to avoid losing access to your wallet.

   * Go to **Settings** and select **Export private key**.
   * Save the key in a secure location and **NEVER** share it with anyone (including Hypurr Fun team members).

<figure><img src="/files/0Vq5Iw0JTittTzWQLt4G" alt="" width="276"><figcaption></figcaption></figure>

5. **Deposit USDC**\
   To use **Hypurr Fun**, you’ll need to send **at least 10 USDC** from either the **Arbitrum chain** or **Hyperliquid**. For full details, we highly recommend reading the [Deposit](/hypurr-fun-docs/guide/account/wallet-actions/deposit.md) section of this documentation.
6. **Transfer USDC to Spot Wallet**

   After depositing funds, ensure you transfer your USDC to the **Spot Wallet** using the **Perp to Spot** option in the **/spotwallet** command. All operations in the Hypurr Fun bot, including trading and plugins, require assets to be in the Spot Wallet.

You’re now ready to start trading with Hypurr Fun!

***

### **View and Manage Your Wallets**

Hypurr Fun provides several commands to view and manage different parts of your wallet and access essential features:

* **Spot Wallet Operations**:
  * Use the **`/spotwallet`** command to view your **Spot Wallet** on Hyperliquid and perform operations such as **withdrawals** or other fund management tasks.
  * For a detailed **PnL report** of your spot trading activity, use the **`/spotpnl`** command.
* **Perp Wallet Operations**:
  * Use the `/perpwallet` command to view your **Perp Wallet** on Hyperliquid and see your positions.
* **Hpump Wallet**:
  * Use the **`/launchwallet`** command to view your HpumpCore and HpumpEVM assets.
  * For a detailed **PnL report** of your Hpump trading activity, use the **`/launchpnl`** command.
* **Wallet Configuration**:
  * Use `/wallets` to manage and select your default wallet.
  * Use `/settings` to configure and manage your wallet preferences, set up the trade widget, and extract information.

***

### Advanced Wallet Management

While a default wallet is created for you, Hypurr Fun offers advanced options to customize and expand your wallet setup:

* [Multi Wallets](/hypurr-fun-docs/guide/account/multi-wallets.md)
  * **Link** or **import** multiple wallets into the bot.
  * Your number of available wallet slots depends on your **HFUN balance** (3 by default, with one extra slot per HFUN held, up to 10 slots).
* [Wallet Actions](/hypurr-fun-docs/guide/account/wallet-actions.md)
  * Set a **Default Wallet** for trading, deposits, and plugins like the Sniper or Dumper.
  * **Learn how to deposit and withdraw funds** from Hypurr.
* [Wallet Settings](/hypurr-fun-docs/guide/account/wallet-settings.md)&#x20;
  * Manage your wallet preferences, enhance security with **2FA**, configure trade options, adjust display settings, and export data via the **/settings** widget.


---

# 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://hfun.gitbook.io/hypurr-fun-docs/guide/account.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.
