# Wallet setup

(This section will help you set up your wallet, either by creating a new wallet or importing an existing one.)

## **Multi-Wallet:**&#x20;

You can currently set up three chain wallets on Bitbot: Solana, BSC, and Base.

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

## **Create wallet**

1. Click "**Add Wallet**" and "**Create Wallet**," then select the blockchain you prefer

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

2. Slide "**Slide to reveal the key**," copy your private key, and click done. Your account is now set up. (**Note:** Bitbot will never save your private key. **If you lose it, there's no way to restore your wallet. Keep your keys safe**.)

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

3. To quickly create a wallet, enter any token CA into the chat. The bot will return the token information. If you haven't set up an account, you'll see a "**Create Wallet**" button at the end of the token information. Click "**Create Wallet**" to proceed.

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

## **Import wallet**

1. Click "Import wallet" and enter your DEX account's private code in the box.
2. Click "Continue" and confirm the network.
3. Your account will be successfully added.

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

## Security Audit

The smart contract wallet has been audited by SlowMist, and you can view the audit report here:&#x20;

<https://github.com/knight-safe/knight-safe-contracts-v2/blob/master/audits/26-7-2024_SlowMist_KnightSafe.pdf>

The wallet has fully open-sourced its core code, which has been extensively validated by the technical community：

<https://github.com/knight-safe/knight-safe-contracts-v2/tree/master/contracts>


---

# 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.bitbot.tg/welcome-to-bitbot/wallet-setup.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.
