# Welcome

## Introduction to Cloud Vanity

Welcome to Cloud Vanity. This page explains the process of generating custom Solana addresses (often called vanity addresses) and how our platform ensures speed, flexibility, and most importantly, your privacy and security.

### What are Vanity Addresses?

A Solana vanity address is a public key that starts or ends (or both) with a specific sequence of characters that you choose. For example, instead of a random string like `ABC...XYZ`, you could have an address like `SOL...XYZ` or `ABC...CLOUD`. These are generated by creating many random keypairs until one matches your desired pattern. Due to the cryptographic nature of Solana addresses (Base58 encoding), this is a computationally intensive trial-and-error process.

*Note: Solana addresses use Base58 characters (1-9, A-H, J-N, P-Z, a-k, m-z).*


---

# 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.cloudvanity.cc/readme.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.
