AI 产品解读Automates KYC (Know Your Customer) token retrieval and reward claiming for cryptocurrency exchanges.
Simplifies and bypasses KYC verification hurdles (like Sumsub face verification) and automates the claiming of exchange rewards, often by interacting with Telegram bots.
User opens Bybit/MEXC website -> Extension detects site -> User clicks 'Get Token' in popup -> Extension injects script to fetch KYC token from exchange API -> Token is displayed/copyable -> User may open Telegram bot link to submit token -> For rewards, extension fetches available rewards, handles face verification if required, and claims rewards.
Fetches KYC tokens for Bybit (Sumsub, Onfido, Zoloz, Jumio)Fetches KYC tokens for MEXC (Sumsub, Advance AI)Handles MEXC Risk/Face and Security/Face verification tokensHandles MEXC Withdraw/Face verificationClaims exchange rewards (airdrops) with automatic face verification token handlingSupports other exchanges like Bitexen, BingX, Weex
- 目标用户
- Cryptocurrency traders on Bybit and MEXC / Users needing to bypass KYC restrictions or simplify face verification / Users looking to automate reward claiming
- The extension relies on internal exchange APIs which may change, potentially breaking functionality.
- The extension interacts with Telegram bots (@sumsub_bypass_bot) which are external and not part of the source code analysis.
- The extension's functionality is tightly coupled with specific exchange UI/API structures (e.g., React fiber manipulation for AAI verification).
付费分析未识别到付费功能
The extension itself is free. There are no references to payment gateways, subscription management, license keys, or upgrade prompts within the extension code. The 'pro' keyword matches found in the static analysis are false positives (e.g., 'verification_process', 'processing', 'protected'). The extension automates KYC token retrieval and reward claiming for Bybit/MEXC, which are features provided by the exchanges, not paid add-ons of the extension.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a helper for Bybit and MEXC exchanges. It injects scripts into these sites and calls their private APIs (e.g., /x-api/v3/private/kyc/*, /ucenter/api/kyc_senior/*) using 'credentials: include'. These APIs require the user to be logged into the exchange account and have an active session cookie. The extension does not implement its own login; it relies entirely on the destination service's authentication.