> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/faq/wallet-and-security/wallet-basics.md).

# Wallet and balance

**My wallet balance looks wrong.** Refresh the page and check you're viewing the correct wallet (EVM Spot Wallet vs. Solana Spot Wallet vs. Perps wallet). Each wallet holds different assets on different chains. If the balance is still incorrect after refreshing, check the transaction history (Asset → Activity) to confirm recent deposits or withdrawals. If a confirmed on-chain deposit isn't reflected, open a Discord ticket with your transaction hash.

**Will Minara execute trades without my authorization?** No. Every trade requires your explicit confirmation. Large transactions trigger a secondary confirmation step. Automated strategies (Autopilot, Workflow) only execute after you have explicitly activated them.

**What kind of wallet does Minara use?** Minara creates a custodial smart contract wallet for each user, built on the ERC-4337 standard (powered by [Privy](https://www.privy.io/)). It is an on-chain wallet — not stored in Minara's internal database. Minara can manage funds in the wallet but cannot hide, delete, or blacklist it. Every transaction is publicly verifiable on-chain.

**Why can't I deposit SOL from Binance to Minara?** Binance's mobile withdrawal does not support AA+ custodial wallets (the type Minara uses). Use Binance Web instead, or deposit via BSC or another supported chain.

**I sent assets to the wrong chain. Can I get them back?** If you sent to a supported chain you didn't intend (for example, USDC on Ethereum instead of USDC on Base), contact support on [Discord](https://discord.com/invite/minaraai) immediately with your transaction hash. Recovery options depend on the specific situation, but assets sent to a supported chain can often be accessed.

If you sent to an unsupported chain entirely, see below.

**I deposited from an unsupported chain. Can I recover my funds?** Contact us on Discord immediately with your transaction hash. Recovery is not guaranteed — common reasons for unrecoverable deposits are unsupported blockchains or incorrect recipient addresses.

**How do I export my private key?** See the [export private key guide](https://minara.ai/docs/guide/export-private-key) in the Minara documentation.


---

# 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://minara.ai/docs/support/faq/wallet-and-security/wallet-basics.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.
