# Perps Bot FAQ

## Q)  Why can I not open perps positions on some tokens?

The only tokens that you can leverage trade on are those offered by the dYdX DEX perps section. Please refer to the dYdX's website: <https://dydx.trade/markets> and their perps offerings for further clarification.

## Q) I sent USDC to the incorrect address / via the wrong chain. Will my funds be recoverable?

No. Self-custodial wallets perform the same as anywhere else on-chain. Funds sent to the incorrect address or via the wrong chain cannot be recovered. The best way to prevent funds being lost is to **double-check the address AND chain that you are sending USDC from.**

## Q) How can I export my private keys?

To export your private keys for your wallets, simply run the command `/othersettings` , and choose the "Export Keys" option in the UI.<br>

## Q) Accidentally sent ETH/USDT/WBTC to my wallet. Is there a way to recover the funds?

To recover your funds, export the Pocket Pro wallet that you sent the funds to into a different wallet application.

## Q) How can I import wallets into Pocket Pro?

You can import wallets by going to `/start` -> "Wallet" and then choosing the "Import Wallet" option. Only one private key is supported. Importing a wallet will replace the existing wallet on your account.

## Q) How does the Fee structure work?

The fee structure is explained here: [Fees](/fees-and-rewards/fees.md).

\
**NOTE: For efficiency, Pocket Pro uses a single private key. Make sure to EXPORT the private key of your Pocket Pro wallet BEFORE importing your own wallet. If you do not do this your original Pocket Pro wallet will be overwritten and any funds lost.**

{% hint style="info" %}
For any further questions, please reach out to <https://t.me/pp_discussion> for help.
{% endhint %}


---

# 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.pocketprotector.xyz/faq/perps-bot-faq.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.
