Search, analyze, and audit tokens across supported blockchains using the LiberFi CLI.
See bootstrap.md for CLI installation and connectivity verification.
This skill's auth requirements:
| If user asks about... | Route to |
|---|---|
| ----------------------- | ---------- |
| Trending tokens, top gainers, hot tokens | liberfi-market |
| Newly listed tokens, new launches | liberfi-market |
| Wallet holdings, balance, portfolio | liberfi-portfolio |
| Wallet PnL, trading stats | liberfi-portfolio |
| Swap, trade, buy, sell tokens | liberfi-swap |
| Transaction fees, gas estimation | liberfi-swap |
| Send / broadcast a transaction | liberfi-swap |
| Command | Description | Auth |
|---|---|---|
| --------- | ------------- | ------ |
lfi token search --q | Search tokens by keyword | No |
lfi token info | Get token details (price, MC, volume, supply) | No |
lfi token security | Run security audit (honeypot, mint, tax, proxy) | No |
lfi token pools | List DEX liquidity pools | No |
lfi token holders | List top token holders | No |
lfi token traders | List top traders (default: smart money) | No |
lfi token candles | Get K-line candlestick data | No |
Common pagination options (apply to search, pools, holders, traders):
--cursor — Pagination cursor from previous response--limit — Max results per page--direction — Cursor direction: next or prevCandle-specific options:
--resolution — Required. Values: 1m, 5m, 15m, 1h, 4h, 1d--price-type — Price type--from — Start timestamp--to — End timestamp--limit — Max candles to returnTraders tag options: smart (default), kol, whale, insider
lfi token search --q "bitcoin" --jsonlfi token info --json lfi token security --json lfi token holders --json lfi token traders --tag smart --json 1m, "last week" → 1h, "last month" → 1d)lfi token candles --resolution --json > Full flow: token → token → token → swap
lfi token info --json — Get price, market caplfi token security --json — Security auditlfi token holders --json — Check holder concentrationlfi token traders --tag smart --json — Smart money activitylfi swap quote ...> Full flow: market → token → token
lfi ranking trending --json — Get trending listlfi token info --json — Details on #1 tokenlfi token security --json — Security audit> Full flow: portfolio → token
lfi wallet holdings --json — Get holdingslfi token security --json — Security check| Just completed | Suggest to user |
|---|---|
| ---------------- | ----------------- |
| Token search | "Want to see details for any of these tokens?" / "需要查看哪个代币的详情?" |
| Token info | "Want to check the security audit or liquidity pools?" / "需要查看安全审计或流动性池?" |
| Token security | "Want to see holders or smart money traders?" / "需要查看持有者或聪明钱交易者?" |
| Token pools | "Want to check the holder distribution?" / "需要查看持有者分布?" |
| Token holders | "Want to see smart money traders?" / "需要查看聪明钱交易者?" |
| Token traders | "Want to check the K-line chart?" / "需要查看K线走势?" |
| Token candles | "Want to get a swap quote?" / "需要获取兑换报价?" |
token search returns empty, inform the user: "No tokens found for this keyword. Try a different name, symbol, or contract address."sol, eth, bsc) and the contract address formatlfi ping --jsonSee security-policy.md for global security rules.
Skill-specific rules:
共 1 个版本