# Token Factory

Token Factory is one of the features provided by the platform, allowing users to create and manage their own tokens. This functionality supports a variety of use cases and provides flexible tools for creating tokens that can be used across different applications and ecosystems.

Token Factory provides a simple and intuitive token creation process. Users can:

* <mark style="color:blue;">**Define Core Parameters:**</mark> This includes the token name, symbol, total supply, and other key parameters.
* <mark style="color:blue;">**Customize Features:**</mark> Options include configuring rights and privileges, distribution mechanisms, and other token characteristics.
* <mark style="color:blue;">**Automatic Smart Contract Generation:**</mark> The platform automatically generates smart contracts based on the entered data and deploys them on the blockchain


---

# 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.citronus.com/about-ecosystem/ecosystem-overview/token-factory.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.
