# Solana Vanity Wallet Generation Tutorial

{% hint style="success" %}
To avoid confusion, Solana contract addresses cannot use the number "0", uppercase "O", uppercase "I", and lowercase "l".
{% endhint %}

## Video Tutorial

{% embed url="<https://youtu.be/2a9Cm-SX23U>" %}

## How to use the Solana Vanity Wallet Generator

1. Open the GTokenTool vanity address generation page
2. Enter the prefix and suffix you want to customize
3. Start generating a fancy wallet and wait for the output of fancy wallet information
4. Save the generated private key and import it into other wallets

## Preparation

1. A computer or a mobile phone
2. Solana Wallet

## Specific steps

### 1. Connect wallet

Solana Vanity Wallet Generation: <https://sol.gtokentool.com/en/walletManagement/LiangHao>

Enter the GTokenTool page to create a vanity wallet. The upper right corner supports switching languages. Then, select <mark style="color:purple;">Main</mark> network.  There is no need to connect the wallet.&#x20;

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

### 2. Enter the prefix and suffix you want to customize

{% hint style="warning" %}
It is recommended to customize a number within 5 characters to avoid wasting time.
{% endhint %}

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

### 3. Start generating vanity wallet&#x20;

Waiting for the output of the vanity wallet information, and save the private key.

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

{% hint style="success" %}
**Safety Tips:**

The latest 256-bit 32-byte random seed is used to randomly generate the private key, and the public key is generated through keccak-256 to match the corresponding format address according to the user's settings. No need to worry about being cracked!
{% 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/vanity-wallet-generation.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.
