# Security

**Is Candlestick’s wallet safe?**

* Yes, Candlestick prioritizes wallet security, which is why they are safely stored and managed using [Turnkey](https://www.turnkey.com/).

**Can I export the private keys of my Candlestick wallet?**

* No you can't export private key. The wallet is secured by Turnkey. Private key export is disabled for safety purposes. Their tech approach is that the private keys are never exposed, not even Turnkey, Candlestick, or anyone else.

**How many wallets can I create on Candlestick?**

* On Candlestick, you’ll have multiple wallets secured by Turnkey. There are 2 types of wallets:&#x20;
  * Main Wallet: Your primary address for&#x20;
    * Manual trading and placing limit orders;
    * Deposit and withdraw;
    * When starting a copy-trading strategy, funds are sent from this wallet. Funds back here when it closes.
  * Strategy Vault
    * Each strategy uses a dedicated wallet, a Vault. A new Vault is created for each strategy and is burnt once the position is closed.

**Can I turn off 2FA?**

* No, Two-factor authentication (2FA) is required to ensure the security of your funds when withdrawing, investing in a strategy, or trading.

**I see transfers that I haven't authorized.**

* If the transfers match the transactions under [User Center,](https://www.candlestick.io/user/trading/) it means they are the trading fees being collected by the system. Please refer to "[How are fees taken](/faqs/fee.md)" in the Fees section.


---

# 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.candlestick.io/faqs/security.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.
