# 6.4 Telegram Deployment

One of the most powerful features of the bot is **Contract Deployment**. Builders can launch standard smart contracts (tokens, staking modules, etc.) directly within Telegram.

The process includes:

1. Selecting a contract type
2. Customizing parameters (name, supply, decimals, etc.)
3. Automatic AI audit
4. Chain selection (e.g., Ethereum, BNB, Polygon)
5. One-click deployment with secure wallet signing

This feature allows creators to launch entire blockchain projects from their phone, without ever touching a terminal or development environment.


---

# 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://nucleus-ai.gitbook.io/whitepaper/bot-ecosystem/6.-telegram-bot-ecosystem/6.4-telegram-deployment.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.
