> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shuriken.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallet Management

> Create, import, and manage wallets for Solana, BSC, and Monad.

Telegram Bot supports multiple wallets across different chains. Manage all your wallets from the Wallets panel.

## Viewing Your Wallets

Access the Wallets panel from the main menu or by sending `/start`. Your wallets are grouped by chain:

| Chain  | Network Type |
| ------ | ------------ |
| Solana | SVM          |
| BSC    | EVM          |
| Monad  | EVM          |

Each chain displays the aggregate balance across all wallets.

## Creating a Wallet

<Steps>
  <Step title="Open Wallets Panel">
    Navigate to the Wallets panel from the main menu, or use the `/wallets` command.
  </Step>

  <Step title="Select Chain Type">
    Choose **Solana** for SVM or **EVM** for BSC and Monad.

    <Tip>
      Creating an EVM wallet gives you access to both BSC and Monad chains with the same wallet.
    </Tip>
  </Step>

  <Step title="Create Wallet">
    Tap **Create Wallet**. Your new wallet will appear in the list with its deposit address.
  </Step>
</Steps>

## Importing a Wallet

Bring an existing wallet into Telegram Bot using its private key.

<Steps>
  <Step title="Open Wallets Panel">
    Navigate to the Wallets panel from the main menu, or use the `/wallets` command.
  </Step>

  <Step title="Select Chain">
    Choose the chain type that matches your wallet (Solana or EVM).
  </Step>

  <Step title="Import">
    Tap **Import Wallet** and paste your private key when prompted. The wallet will be added to your account.
  </Step>
</Steps>

<Warning>
  Never share your private key with anyone. Shuriken staff will never ask for your private key.
</Warning>

## Exporting a Private Key

You can export the private key of any wallet created in Telegram Bot.

<Steps>
  <Step title="Select Wallet">
    From the Wallets panel, tap the wallet you want to export.
  </Step>

  <Step title="Export">
    Tap **Export** to reveal the private key.
  </Step>

  <Step title="Store Securely">
    Copy the key and store it in a secure location.
  </Step>
</Steps>

<Warning>
  Your private key grants full access to your wallet. Store it offline and never share it.
</Warning>

## Deleting a Wallet

Remove a wallet from Telegram Bot when you no longer need it.

<Steps>
  <Step title="Withdraw Funds">
    Before deleting, transfer any remaining funds to another wallet.
  </Step>

  <Step title="Select Wallet">
    From the Wallets panel, tap the wallet you want to delete.
  </Step>

  <Step title="Delete">
    Tap **Delete** and confirm when prompted.
  </Step>
</Steps>

<Warning>
  Deleting a wallet removes it from Telegram Bot. Shuriken does not store your private keys. It is your responsibility to export and securely store them before deleting.
</Warning>
