# Token Naming

**Menu Prompt**: 🏷️ **Token Naming Guidelines**

**Detailed Instructions**:

1. Choose a name that clearly represents your token's purpose or identity.
2. Use only letters and spaces in your token name.
3. **Avoid special characters (e.g., @, #, $, %, &, etc.) as they can cause issues with smart contract deployment and exchange listings.**
4. Consider the following when choosing a name:&#x20;

* Memorability: Is it easy for users to remember?
* Uniqueness: Does it stand out from existing tokens?
* Relevance: Does it reflect your project's goals or theme?

5. Examples of good token names: "Decentralised Finance Token", "Green Energy Coin", "Sporty Pepe"

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


---

# 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.titandeployer.com/deploy-token/token-naming.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.
