Core workflows for deploying bots, routing payments and managing modules.
/newbot and follow the prompts. Copy the token.Investment Engine provides configurable plans, deposits, referrals, ledgers and owner-controlled payout requests. YieldFlow Pro is a separate advanced product with strategies, allocation limits, mandatory risk acceptance, maturity tracking, reserves and an auditable ledger.
Use Manage Node to define limits, durations, target ranges and payout rules. Financial results are not presented as guaranteed; the owner controls approvals, funding review and payout processing.
Open Customization Studio to design the reply keyboard, assign supported actions and rename labels. Changes are applied to the selected bot only.
The four Mini Apps are separate products, not visual skins: Nova Tap is a tap economy, CEO Empire is an idle strategy game, Skill Tap Arena runs verified competitive rounds, and DropFarm combines timed farming with an arcade drop game.
Every Mini App uses its own bot token, route, economy, player records, tasks, leaderboard and visual identity.
Configure token identity, rewards, limits, tasks, theme colors and menu labels from the selected bot's owner tools. Server-side checks protect score submission, reward claims and repeat actions.
Subscription checkout supports the currencies shown on the payment screen, currently USDT (TRC20), TRX, BTC and LTC. Commerce bots may expose additional currencies when the selected gateway account supports them.
CoinPayments IPN messages are verified before a balance or order is credited. Withdrawal requests remain visible in the owner or administrator queue, where gateway availability and platform policy determine automatic or manual processing.
Each bot can use the platform wallet or the owner's configured CoinPayments credentials for independent payment processing.
Every bot is fully white-label. From Customization Studio you control:
Earn commissions by referring new users to the platform. The administrator controls the active commission rate and payout policy.
/affiliate/register.php and create a 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.