> For the complete documentation index, see [llms.txt](https://moongate-docs.gitbook.io/moongate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moongate-docs.gitbook.io/moongate/3.-core-components.md).

# 3. Core Components

#### 1. Moongate Token Framework

Moongate simplifies the creation of custom tokens on Binance Smart Chain by providing the following features:

* Custom Token Creation: Define the token’s name, symbol, decimal precision, and total supply.
* Tokenomics: Implement advanced features such as staking, rewards, deflationary mechanics (burns), reflections, and transaction fees.
* Deploy on BSC: Easily compile and deploy tokens to the Binance Smart Chain with just a few clicks.
* Management: Manage token supply, transfers, and interaction with other decentralized applications (dApps).

#### 2. Moongate AI Agent Framework

Moongate offers several AI agent options, including 𝕏 bots, Telegram bots, and Discord bots, which can be integrated into your project to automate processes and engage with users:

* 𝕏 Bot: A customizable bot designed for 𝕏 (formerly Twitter), capable of interacting with users, managing direct messages, and automating replies.
* Telegram Bot: An AI-powered bot for Telegram that can manage groups, handle automated messaging, and perform tasks such as token transfers, staking, or information retrieval.
* Discord Bot: Integrate AI agents into your Discord server to automate tasks such as welcoming new members, managing channels, and handling decentralized finance (DeFi) operations like staking or airdrops.

These bots can be customized to handle user interaction, execute smart contract functions, or analyze on-chain data for decision-making.


---

# 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://moongate-docs.gitbook.io/moongate/3.-core-components.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.
