Core workflows for deploying bots, routing payments and managing modules.
/newbot and follow the prompts. Copy the token.The HYIP/investment bot supports customizable financial plans with automated ROI payouts and multi-level referral commissions.
From Manage Node → Plans & payouts tab, define investment plans with minimum/maximum amounts, daily profit percentages, durations and payout frequencies (hourly or daily).
Basic tier allows up to 3 plans and 3 referral levels. Premium tier unlocks 5 plans, 5 referral levels and multi-currency deposits.
Open Customization Studio to design your bot's reply keyboard. Arrange buttons in any layout, assign actions, and rename labels freely. Changes appear instantly on Telegram.
A full tap-to-earn Telegram Mini App with token economy, upgrades and leaderboards — similar to Hamster Kombat.
In Customization Studio → Token economy, set your coin name, symbol and exchange rate. Upload a center logo for the tap screen.
Manage Node → Game content lets you create upgrade cards (with cost/reward multipliers) and missions (with verification and rewards).
The complete Mini App palette is editable: background, surface, primary, accent, text and muted colors — all applied live inside Telegram.
Users fund their workspace balance via CoinPayments. Supported currencies: TRX, USDT (TRC20/BEP20), BTC, ETH, LTC. Payments are confirmed automatically via IPN and credited instantly.
Bot owners request payouts from their earnings balance. The platform fetches live network fees from CoinPayments and deducts them before sending. Instant auto-payouts for verified wallets; manual review for large amounts.
Each bot can use the platform wallet (shared CoinPayments keys) or the owner's custom CoinPayments keys for independent payment processing.
Every bot is fully white-label. From Customization Studio you control:
Earn commissions by referring new users to the platform. Every paying user you bring earns you a percentage set by the administrator.
/affiliate and create a free partner account.Every Telegram bot uses a unique webhook secret token generated at deployment. Incoming updates are cryptographically verified before processing. Unauthorized requests receive HTTP 403.
User sessions use regenerated IDs after login, HTTPS-only cookies with SameSite=Lax, and CSRF tokens on every state-changing form. Admin login is throttled after 5 failed attempts.
CoinPayments IPN callbacks are HMAC-verified against the configured IPN secret. Transaction IDs are checked for duplicates before crediting balances. Commerce orders use atomic database transactions with row locking.