> For the complete documentation index, see [llms.txt](https://docs.cira.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cira.app/cira-app-2.0/overview/token-creator.md).

# Token Creator

**Revolutionize Your Token Creation with Our Premium Pre-Built Contracts**

Embark on your token creation journey with ease and sophistication using our array of premium pre-built contracts. Designed to cater to diverse needs in the crypto space, our platform offers the following contract types:

* **Standard Token:** This contract is perfect for those who wish to create a straightforward digital asset. Ideal for simple applications, it offers the essential features of a standard crypto token.
* **Liquidity Generating Token:** For projects prioritizing liquidity, this contract automatically contributes a portion of transactions to the liquidity pool, ensuring smoother trades and price stability.
* **Dividend Paying Token:** This option is tailored for tokens that aim to distribute dividends to holders. It's an excellent choice for projects looking to reward their community and encourage long-term holding.
* **Anti-Bot Token:** With the rise of automated trading bots in the crypto market, this contract includes mechanisms to deter bot activities, protecting your token from manipulation and ensuring a fair trading environment for genuine investors.

Each of these contracts comes with the assurance of quality and reliability, embodying the latest standards in blockchain technology. Whether you're a seasoned developer or new to the token creation space, our platform provides you with the tools to bring your vision to life with confidence and ease.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cira.app/cira-app-2.0/overview/token-creator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
