# Vanity Addresses

Bundle Fren offers vanity contract addresses as a custom service. This allows you to create contracts with a specific address pattern, such as:

* Starting with specific numbers or characters (e.g., `0x69...`)
* Ending in specific numbers or characters (e.g., `...4444`)

How it works:

1. We generate a dedicated wallet for your vanity address.
2. Our team ensures the address matches your requested pattern.
3. You deploy the contract through that wallet.

Currently, this service is available through direct support. In the future, you’ll be able to generate vanity contracts directly in the dApp, without needing to contact the team.


---

# 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.bundlefren.com/v1/custom-services/vanity-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.
