# Wallets: create, import & fund

_Source: https://docs.neurotrading.io/vi/getting-started/wallets_

Your Neurobot account can hold **multiple Solana wallets**. Each wallet has its own balance, holdings, PnL and trade history, and any wallet can be used for manual trades, snipers or copy trading.

## Creating a wallet

* **Telegram:** `/wallets` → **Create wallet**.
* **Web:** Wallets page → **Create wallet** (you can give it a name — names can be edited later).

The platform generates the keypair server-side and stores the secret key **encrypted**. You'll be shown the address immediately; use the reveal/export option to back up the private key somewhere safe.

## Importing a wallet

Choose **Connect wallet** and provide the seed phrase. The wallet joins your account like any other, with balances and history visible across both surfaces.

> **Warning**
>
> Only import wallets you control, and only through the official bot or dashboard. Neurobot staff will **never** DM you asking for a seed phrase or private key.

## Funding

Send SOL to the wallet's address from an exchange or another wallet. Practical notes:

* **Keep spare SOL.** Each trade pays a network fee plus your configured priority fee/tip, and every new token you hold requires a small refundable **rent** deposit for its token account (reclaimable later — see [Withdraw, burn & claim rent](../wallet-tools/withdraw-burn-rent)).
* Deposits show up as transfers in the wallet's history, not as trades.

## Default wallet

One wallet is your **default** — the one the bot preselects for trades and snipes. Change it any time from `/wallets` or the web wallet list. Automation (snipers, copy trading) is configured **per wallet**, so you can dedicate different wallets to different strategies.

## How your keys are protected

* Secret keys are stored **AES-encrypted**; they're only decrypted momentarily to sign a transaction you (or your automation) initiated.
* Sensitive operations — SOL transfers out, key exports — can be gated behind **2FA** (TOTP). Strongly recommended: [Security & 2FA](../account/security).
* Deleting a wallet removes it from your account; withdraw its funds first.

## Next

* [Manual trading](../trading/manual-trading)
* [Withdraw funds safely](../tutorials/withdraw-funds)
