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