# Solana Batch Generates Wallet addresses

Manual batch generation of multiple Solana wallets is very time-consuming, especially the process of backing up and entering mnemonics. The batch generation Sol wallet tool only requires you to enter the number of wallets you want to generate, and you can easily obtain wallet addresses, private keys and other information. This process is implemented locally, thus ensuring the security of sensitive information.

## Precautions

1. Bulk generation of wallet addresses is of a public welfare nature and no fees are charged.
2. The generated wallet is only for temporary use. You can discard it after use; just make sure not to store core assets in it.

## Solana batch generates wallet addresses specific operations

### 1. Enter the page and select the network node

Solana batch generates wallet addresses: <https://sol.gtokentool.com/walletManagement/batchCreateWallet>

First, we enter the batch wallet generation interface and select <mark style="color:purple;">Main</mark> network.  There is no need to connect the wallet.

<figure><img src="/files/uHfeTixj6XS7ps9SNJZ9" alt=""><figcaption></figcaption></figure>

### 2. Enter the number of wallets to be created.

<figure><img src="/files/Jlhr4EzTSmzdM53BbEqa" alt=""><figcaption></figcaption></figure>

### 3. Click "Generate Wallet"

<figure><img src="/files/TXNOcpeeHGJM6f76VSyu" alt=""><figcaption></figcaption></figure>

### 4. Click "Export Excel"

After the generation, the wallet address and private key will appear. If you need to save them locally, you can click "`Export Excel`" to save them locally.

<figure><img src="/files/L8vw5HsBdn0FbgtaQZdm" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}

## Precautions when generating wallet addresses in batches with Solana

1. Batch generation of wallet addresses is a public welfare activity and is free of charge.
2. The generated wallet is only used as a temporary wallet. It should be thrown away after usage. Do not deposit core assets in it.
   {% endhint %}

If you have any questions or are unclear, please join the official Telegram group: <https://t.me/GToken_EN>


---

# 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.gtokentool.com/en/solana/batch-generates-wallet-addresses.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.
