From Zero to Token Bot in 5 Minutes
The crypto tooling market has a blind spot: there are plenty of Telegram bots for trading tokens (Maestro, Banana Gun, Unibot) but almost none for *creating and managing your own tokens* from within Telegram.
That gap is why we built DeFiKit Bot Maker — a production-ready, open-source Telegram bot template that handles the full token lifecycle:
- Create and deploy ERC-20 tokens on Base, Ethereum, Arbitrum, BSC, or Polygon
- Add liquidity to Uniswap-variant DEX pools
- Transfer tokens to any wallet
- Import or generate new wallets
- Switch between chains with a single command
- AI-powered coaching via OpenAI integration
- Multi-language support (i18n built in)
Why a Bot Maker, Not Just a Bot
Most telegram crypto bots lock you into their platform. They take a cut of every trade and control the user experience. DeFiKit Bot Maker flips this: you get the **template**, you run the bot, you own the relationship with your community.
**Three ways to use it:**
| Tier | For | What You Get | Price |
|------|-----|-------------|-------|
| **Free** | Developers | Full open-source template, self-host, customize | Free (MIT) |
| **SaaS** | Project owners | Hosted bot, deploy in 5 min, no server needed | $9-29/mo |
| **White-label** | Communities | Branded bot, custom commands, priority support | $499-999 |
What Makes DeFiKit Bot Maker Different
**Telegram-native full lifecycle.** No competitor does create token → add liquidity → transfer/manage, all from within a Telegram chat.
**Open-source, self-hosted.** Every competitor is closed-source SaaS. DeFiKit gives you the code — deploy it anywhere, customize anything, audit everything.
**White-label ready.** Want a bot for your community with your logo, your commands, your brand? We deploy it for you in under 24 hours.
**AI agent integration.** The only bot template with built-in AI coaching hooks — train your bot to answer community questions about your token.
**Multi-chain.** Base, Ethereum, Arbitrum, BSC, Polygon — switch with /setchain.
**Vietnamese first.** Built by a Vietnamese builder, for the Vietnamese crypto community. Full Vietnamese language support.
Technical Stack
- **Framework:** grammY (Telegram bot framework, TypeScript)
- **Database:** Prisma + SQLite/PostgreSQL
- **Blockchain:** ethers.js v6 (EVM chains)
- **AI:** OpenAI integration for coaching
- **Server:** Fastify (webhook mode) or polling mode
- **Languages:** Multi-language via Fluent (.ftl)
Try It Now
The demo bot runs at **@berabear_bot** on Telegram. Send /start to see it in action — create a wallet, deploy a test token, explore the features.
**Want your own branded bot?** Join the Telegram group or DM to discuss.
The Roadmap
We're building DeFiKit Bot Maker as the first AI-native Telegram bot platform. Upcoming features:
- Token-gated premium features (hold X tokens → unlock advanced commands)
- Automated market making
- Launchpad integration
- AI auto-pilot (the bot manages your token community autonomously)
- Cross-chain bridging commands
**DeFiKit Bot Maker is open source.** Contribute, fork, or deploy your own instance today.
---
*DeFiKit Bot Maker is part of the DeFiKit ecosystem — building open-source tools for the next generation of crypto communities.*
Step-by-Step: Deploy Your Bot in 5 Minutes
Deploying DeFiKit Bot Maker is a straightforward process designed for developers of any skill level:
1. **Clone the repository** — `git clone https://github.com/your-org/defikit-bot-maker` and install dependencies with `npm install`
2. **Configure your tokens** — Set `BOT_TOKEN` (from BotFather) and `RPC_URL` (from your preferred Base Chain node provider like Alchemy or Infura) in a `.env` file
3. **Customize token parameters** — Edit `config/token-template.json` with your token name, symbol, initial supply, and tax rate. The default template supports standard ERC-20 features plus custom buy/sell taxes
4. **Deploy to your infrastructure** — Run `npm run deploy` to push to Vercel, Railway, or your own VPS. The bot ships with Docker support for one-command deployment
5. **Launch and manage** — Start your bot with `npm start`, then type `/start` in Telegram to see the full command menu
The entire process takes under 5 minutes for a production-ready bot. The quickest path uses the one-command Vercel deploy option: just connect your GitHub fork and Vercel auto-deploys on every push.
Why Self-Hosted Beats SaaS Competitors
Most Telegram token bot services (Unibot, Maestro, Banana Gun) charge 1-2% per transaction and control your user data. DeFiKit Bot Maker gives you:
- **Zero transaction fees** — All fees go to your treasury, not a third party
- **Full data ownership** — User analytics, trade history, and community data stay on your infrastructure
- **Custom branding** — Your bot has your name, your commands, your UI
- **No rate limits** — SaaS bots share API rate pools. Self-hosted bots get dedicated Telegram API access
- **Auditable code** — Every line is open source. Security researchers can verify the codebase
For DAOs running community trading bots, self-hosting saves an estimated $5,000-15,000/year in SaaS fees while maintaining full control.
Advanced Features: Beyond Basic Token Trading
DeFiKit Bot Maker isn't just a trading bot — it's a complete community management platform:
- **Auto-role assignment** — Users who hold 100+ tokens get an automatic "Whale" role with access to private channels
- **Price alerts** — Set custom price targets and get Telegram push notifications when targets are hit
- **Referral tracking** — Built-in referral system with on-chain verified invite links
- **Treasury dashboard** — A web dashboard showing collected fees, trading volume, and active users
- **Multi-chain support** — Deploy on Base, Ethereum, BSC, or Arbitrum by changing one config line
This makes DeFiKit Bot Maker not just a replacement for existing bots, but a platform that grows with your community's needs.