> For the complete documentation index, see [llms.txt](https://polyquant-1.gitbook.io/wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyquant-1.gitbook.io/wallet/settings-and-help/settings.md).

# Settings

## Settings

The **Settings** section allows you to manage your active wallet and perform sensitive wallet-related actions.

This section should be used with caution.

***

### Settings overview

When you open **Settings**, you will see:

```
⚙️ Settings

👛 Active wallet:
0x6965c34baef0cf4da6334cc3033ba86accd5e65b
```

This shows the wallet currently connected to your Telegram account.

***

### Active wallet

The **Active wallet** is the wallet used for:

* deposits and withdrawals
* placing trades
* holding positions
* tracking PnL

All actions in the bot are performed using this wallet.

***

### Show private key

The **Show private key** option reveals the private key of your active wallet.

When selected, the bot displays the following warning:

```
🔐 Show private key

⚠️ Warning! This is dangerous.

To confirm, send:
SHOW_PRIVATE_KEY
```

#### Important notes

* Your private key gives **full control** over your wallet
* Anyone with access to it can steal your funds
* Never share your private key with anyone

Only use this feature if you fully understand the risks.

***

### Switch wallet

The **Switch wallet** option allows you to change the active wallet.

You will be prompted to choose one of the following options:

* **Create new** — generate a new wallet
* **Import** — import an existing wallet using a private key

After switching, the new wallet becomes your active wallet for all actions.

***

### Navigation

Inside **Settings**, the following buttons are available:

* **Show private key**
* **Switch wallet**
* **Back to main menu**

***

### Security recommendations

* Never share your private key
* Do not store private keys in plain text
* Only import wallets you fully control
* Double-check wallet addresses before withdrawals

polyquant does not provide custodial guarantees.

***

### Next steps

After managing settings, you can return to:

* **Wallet** — manage funds
* **Markets** — browse events
* **Profile** — review performance\
  \
  \
  [https://x.com/polyquant\_labs  \
  https://t.me/polyquant\_labs <br>](<https://x.com/polyquant_labs&#xD;&#xA;https://t.me/polyquant_labs&#xD;&#xA;>)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://polyquant-1.gitbook.io/wallet/settings-and-help/settings.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.
