Main task
The bot must:
- accept user UID
- verify UID
- grant access to Telegram group/channel
- work through buttons
- have a beautiful design
- be convenient for mobile users
Functionality
1. Command /start
After launching, the bot sends a welcome message:
Example:
📈 Welcome
To gain access to the community:
1. Register using our link
2. Complete KYC
3. Send UID for verification
👇 Send UID as a message
2. Buttons
Inline buttons are needed:
- 📍 Where to find UID?
- 🔥 MEXC Registration
- 👨💻 Call manager
- ⭐ VIP
- ❓ Already registered
3. UID Verification
The user sends UID.
The bot:
- accepts UID
- stores it in the database
- verifies through API / UID list
- if UID found → grants access
- if UID not found → denial + instructions
4. UID Verification Options
Two modes are needed:
Option 1 — automatic
Verification through the exchange API (if possible).
Option 2 — manual moderation
UID is sent to the admin.
The admin receives:
New UID:
12345678
Username:
ID: 123456
Buttons:
After approval:
- the bot sends the user an invite link
or - automatically adds to the private channel
5. Telegram channel / group
After successful verification:
✅ UID confirmed
Welcome to the community.
And issuing the invite link.
6. Admin panel
Needs:
- list of UIDs
- list of users
- verification status
- ability to approve/reject
- action log
7. Technologies
Preferred:
- Python
- Aiogram 3
- SQLite/PostgreSQL
- FSM
- Inline keyboards
8. Hosting
The bot should run on VPS/server:
- Timeweb
- Hetzner
- Contabo
or Render/Railway
9. Design
Style:
- dark crypto
- minimalism
- beautiful buttons
- design like crypto community bots
10. Additional
It is desirable to add:
- anti-spam
- logging
- referral system
- support for multiple languages
- auto-responses
What needs to be delivered after work
- source code
- .env settings
- launch instructions
- connecting the bot to the server
- setting up webhook
- database
Budget
Please specify:
- price
- deadlines
- stack
- examples of similar bots
Important
A person with experience is needed:
- Telegram Bot API
- crypto bots
- working with UIDs/referral systems
- Aiogram