Token Security Scanning
How to Trigger
You can manually initiate a security scan at any time:"Is this token safe? 0x...""Scan the contract for 0x..."
Data Sources
KiKo’s security scans involve multi-source integration, including:- GoPlus Security (Industry-leading security database): Provides on-chain info on honeypots, taxes, ownership, blacklists, contract proxies, etc.
- Honeypot.is: Specialized honeypot detection covering major EVM chains.
- KiKo Native Analysis: A local security judgment layer developed using multi-dimensional on-chain data and AI models, covering risk patterns not fully captured by GoPlus or Honeypot.is.
AI Contract Decompilation
Leveraging the code sandbox capabilities of top-tier AI models, KiKo can decompile and read contract bytecode during model inference. This identifies hidden risks undetectable by the naked eye or standard tools, such as:- Hidden backdoor functions
- Fraudulent logic disguised as normal contracts
- Asymmetric sell restrictions
"Help me read this contract 0x... and see if it's safe", and the AI will attempt to provide a judgment through contract analysis.
Risk Levels
Scanning results are presented on a 0–100 scale, categorized into three levels:| Level | Score Range | Recommendation |
|---|---|---|
| ✅ Safe | 0–30 | Low risk, safe to trade |
| ⚠️ Medium | 30–70 | Risk exists, proceed with caution |
| 🚨 High Risk | 70–100 | High risk, recommended to avoid |
| Check Item | Description |
|---|---|
| Honeypot | Tokens can be bought but not sold |
| Fraudulent Logic | Selling is restricted or taxes are extremely high |
| Buy/Sell Tax | Excessive taxes that eat up most of the profits |
| Mintable | The contract creator can mint more tokens at any time |
| Ownership Renounced | Whether the contract has given up ownership (higher security) |
| Proxy Contract | Logic layer can be replaced at any time |
| Blacklist/Whitelist | Existence of address restriction mechanisms |
| Liquidity Locked | Whether LP tokens are locked |
Automated Blocking Mechanisms
In addition to passive scanning, KiKo proactively blocks trade execution in the following scenarios:1. Automatic Blocking of Honeypots/High-Risk Contracts
If a token is detected as a honeypot or has an extremely high risk score, the system will block the transaction directly during the natural language swap process and inform you of the reason.2. Price Deviation Check
Scope: Natural language initiated AI Swaps (excluding Fast Swap mode) How it Works Before trade execution, the system compares the simulated quoted price with market reference prices from DexScreener and GeckoTerminal:If the price deviation between the quote and the market reference price exceeds 50%, the system automatically blocks the trade.This mechanism effectively prevents capital loss caused by:
- Price manipulation (Pump & Dump peaks)
- Extreme slippage due to very thin liquidity
- Contract anomalies or fake quotes for fraudulent tokens
You can enable or disable “Price Deviation Check” in User Settings. If disabled, trades are not subject to this constraint but also lose this protection.
3. Copy Trading Price Deviation Protection
Scope: Copy Trading buy orders Copy Trade has its own independent price deviation detection logic. The system compares the target wallet’s actual execution price against the current Oracle reference price and applies the configured entry-deviation threshold for the copy trade.In the current version, the default threshold is 15% for standard copy trade flows. In Turbo mode, the effective threshold is looser and is not lower than 30%.This prevents following trades at “abnormal pump peaks,” where the target wallet may have bought under extreme liquidity conditions, leading to an immediate loss upon copying. You will receive a notification via Farcaster explaining the reason for the skipped trade.
Recommended Habits
Use Contract Addresses, Not Names
Avoid buying fake tokens with the same name; always use the contract address.
Keep 'Auto-scan' Enabled
Enabled by default; let AI actively block high-risk tokens before every swap.
Stay Alert to Quote Anomalies
If the AI warns of a large price deviation, verify before proceeding.
Revoke Unnecessary Approvals
Periodically clean up on-chain token approvals using Revoke.cash.
