> For the complete documentation index, see [llms.txt](https://devai.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devai.gitbook.io/whitepaper/welcome-to-the-future/features/telegram-bot.md).

# Telegram Bot

{% embed url="<https://t.me/contractDEVAI_BOT>" %}
<https://t.me/ContractDEVAI\\_BOT>
{% endembed %}

## **What can the Deployer do?**

* Customize the contract based on your requirements, these customizations include:

  * Name&#x20;

  &#x20;      *<mark style="color:blue;">(Choose the name of your project)</mark>*

  * Ticker&#x20;

  &#x20;      *<mark style="color:blue;">(Choose the symbol of your project)</mark>*

  * Total Supply&#x20;

  &#x20;      *<mark style="color:blue;">(Choose the maximum available supply)</mark>*

  * Include Telegram link&#x20;

  &#x20;      *<mark style="color:blue;">(Embed the telegram of your project in the contract)</mark>*

  * Maximum Transaction Percentage&#x20;

  &#x20;      *<mark style="color:blue;">(Select the maximum allowed tokens to buy and sell on each transaction)</mark>*

  * Maximum Wallet Percentage

  &#x20;      *<mark style="color:blue;">(Select the maximum allowed tokens to be held per wallet)</mark>*

  * Include Taxes

  &#x20;      *<mark style="color:blue;">(Select the maximum allowed tokens to be held per wallet)</mark>*

  * Define Marketing & Developer Wallet

  &#x20;      *<mark style="color:blue;">(Input the marketing and developer wallet in which you will receive the tax revenue)</mark>*

  * Customize Buy Taxes Individually

  &#x20;      *<mark style="color:blue;">(Customize the tax % for every buy split between marketing, development and liquidity)</mark>*

  * Customize Sell Taxes Individually

  &#x20;      *<mark style="color:blue;">(Customize the tax % for every sell split between marketing, development and liquidity)</mark>*

  * Generate Wallets

  &#x20;      *<mark style="color:blue;">(Choose between creating new wallets and importing wallets to deploy)</mark>*

  * Deploy Token

  &#x20;      *<mark style="color:blue;">(Click a button to deploy your contract address live on the mainnet)</mark>*

  * Verify Token on blockchain explorers

  &#x20;      *<mark style="color:blue;">(Click a button to verify your contract address code live on the mainnet)</mark>*

  * Select Liquidity Amount

  &#x20;      *<mark style="color:blue;">(Input the amount of native token (eg: ETH) for initial LP)</mark>*

  * Select Token Circulation Balance

  &#x20;      *<mark style="color:blue;">(Input the amount of tokens you want to keep our circulation, the rest of the tokens will be paired to the LP)</mark>*

  * Liquidity Locker - *<mark style="color:blue;">Define how many days you want to lock your LP tokens for via:</mark>*&#x20;
    * [x] *Unicrypt*
    * [x] *Pinklock*
  * Liquidity Burn

  &#x20;      *<mark style="color:blue;">(Alternatively, you can choose to burn your LP tokens)</mark>*

  * Pass Functions - *<mark style="color:blue;">Enter the /commands section to pass any of the following functions:</mark>*
    * [x] *Enable Trading*
    * [x] *Change Buy Tax*
    * [x] *Change Sell Tax*
    * [x] *Change Transfer Tax*
    * [x] *Change Max Transaction*
    * [x] *Change Max Wallet*
    * [x] *Set Swapback*
    * [x] *Renounce Ownership*
    * [x] *Transfer Ownership*
    * [x] *Remove Limits*


---

# 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://devai.gitbook.io/whitepaper/welcome-to-the-future/features/telegram-bot.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.
