Discover trending tokens and newly launched tokens using the LiberFi CLI.
See bootstrap.md for CLI installation and connectivity verification.
This skill's auth requirements:
| If user asks about... | Route to |
|---|---|
| ----------------------- | ---------- |
| Specific token info, price, security, holders | liberfi-token |
| Token K-line, candlestick, price chart | liberfi-token |
| Wallet holdings, balance, PnL | liberfi-portfolio |
| Wallet activity, transaction history | liberfi-portfolio |
| Swap, trade, buy, sell tokens | liberfi-swap |
| Transaction broadcast or fee estimation | liberfi-swap |
| Command | Description | Auth |
|---|---|---|
| --------- | ------------- | ------ |
lfi ranking trending | Get trending tokens by chain and time window | No |
lfi ranking new | Get newly listed tokens on a chain | No |
Trending command:
— Required. Chain identifier (e.g. sol, eth, bsc) — Required. Time window (e.g. 1h, 6h, 24h)--sort-by — Sort field (e.g. volume, price_change, market_cap)--sort-dir — Sort direction: asc or desc--filters — Comma-separated filters--launchpad-platform — Filter by launchpad (e.g. pump.fun)--search-keywords — Comma-separated search keywords--exclude-keywords — Comma-separated keywords to exclude--cursor — Pagination cursor--limit — Max results per page--direction — Cursor direction: next or prevNew tokens command — same options as trending except no argument.
sol chain, 24h durationlfi ranking trending --limit 20 --json lfi ranking trending sol 1h --launchpad-platform "pump.fun" --sort-by volume --sort-dir desc --limit 20 --jsonsollfi ranking new --limit 20 --json lfi ranking trending --search-keywords "meme,dog" --limit 20 --json > Full flow: market → token → token → token
lfi ranking trending sol 24h --sort-by volume --sort-dir desc --limit 10 --jsonlfi token info sol --json — Details on #1 tokenlfi token security sol --json — Security auditlfi token holders sol --json — Holder analysis> Full flow: market → token → token
lfi ranking new sol --launchpad-platform "pump.fun" --limit 10 --jsonlfi token security sol --json — Security checklfi token info sol --json — Full details> Full flow: market → token → swap
lfi ranking trending eth 24h --sort-by price_change --sort-dir desc --limit 10 --jsonlfi token security eth --json — Mandatory security checklfi swap quote --in --out --amount --chain-family evm --chain-id 1 --json | Just completed | Suggest to user |
|---|---|
| ---------------- | ----------------- |
| Trending ranking | "Want to see details for any token?" / "需要查看某个代币的详情?" |
| New tokens list | "Want to check the security audit for any of these?" / "需要对其中某个做安全审计?" |
| Filtered ranking | "Want to drill into a specific token?" / "需要深入了解某个代币?" |
sol, eth, bsc) and ask the user to choose1h, 6h, 24hlfi ping --json--limit 20; if user asks for more, paginate with --cursor and --direction nextSee security-policy.md for global security rules.
Skill-specific rules:
lfi token security) before interacting with newly discovered tokens共 1 个版本