Asrai — Crypto Analysis via x402
Use Asrai tools when the user asks about crypto prices, market analysis, trading signals, sentiment, or investment advice.
When to use
- Crypto price / chart / technical analysis → use asrai tools
- Market sentiment, CBBI, fear/greed → use asrai tools
- "What should I buy?" / buy opportunities / entry points → use
trade_signals + portfolio
- Full market overview / morning report → use
market_overview
- Elliott Wave, smart money, order blocks → use asrai tools
- DEX data, low-cap tokens → use asrai tools
- General knowledge you already know well → answer directly (costs $0.005 per call)
Tool selection guide
| User asks... |
Primary tool |
Supporting tools |
| "what to buy?" / "buy opportunities" / "entry points" |
trade_signals |
portfolio, sentiment |
| "market overview" / "morning report" / "full brief" |
market_overview |
— |
| "what's trending?" / "hot coins" |
trending |
gainers_losers |
| "BTC analysis" / chart / signals |
technical_analysis |
smart_money, elliott_wave |
| "price prediction" / "forecast" |
forecast |
technical_analysis |
| "market sentiment" / "fear greed" / CBBI |
sentiment |
dominance, macro |
| "ATH" / "all-time high" coins |
ath_tracker |
trade_signals |
| "volume spikes" / unusual volume |
volume_spikes |
high_volume_low_cap |
| "find coins" / screener criteria |
screener |
top_bottom |
| "cashflow" / capital flow |
cashflow |
sentiment |
| "unlocked coins" / vesting pressure |
late_unlocked_coins |
— |
| "low cap gems" / DEX / chain tokens |
chain_tokens |
dexscreener, high_volume_low_cap |
| "portfolio" / "Abu's picks" |
portfolio |
coin_info |
| "my positions" / "open trades" / "my PnL" / "what am I trading" |
positions |
— |
Important: For buy opportunity questions ALWAYS call trade_signals — it combines trending movers, bounces, SAR & MACD entries, RSI, and Galaxy Score in one call.
Install
npx -y -p asrai-mcp install-skill
Auto-detects OpenClaw, Cursor, Cline, and other agents. Then set your key:
ASRAI_PRIVATE_KEY=0x<your_private_key> # add to ~/.env
For MCP agents (Cursor, Cline, Claude Desktop) also add to config:
{
"mcpServers": {
"asrai": { "command": "npx", "args": ["-y", "asrai-mcp"] }
}
}
How to call
If asrai MCP tools are available (Cursor, Cline, Claude Desktop)
Call the appropriate MCP tool directly:
technical_analysis(symbol, timeframe)
sentiment()
forecast(symbol)
market_overview()
ask_ai(question)
...
If no MCP tool — use bash (OpenClaw and other agents)
Use the same tool names via bash:
npx -y -p asrai-mcp asrai <tool> [args...]
Examples:
npx -y -p asrai-mcp asrai ask_ai "What is the outlook for BTC today?"
npx -y -p asrai-mcp asrai technical_analysis BTC 4h
npx -y -p asrai-mcp asrai sentiment
npx -y -p asrai-mcp asrai forecast ETH
npx -y -p asrai-mcp asrai market_overview
npx -y -p asrai-mcp asrai coin_info SOL
npx -y -p asrai-mcp asrai portfolio
npx -y -p asrai-mcp asrai indicator_guide ALSAT
Requires ASRAI_PRIVATE_KEY set in ~/.env or environment. Payment is signed automatically.
MCP tools
| Tool |
What it does |
Cost |
market_overview |
Full brief: trending, gainers/losers, RSI, screeners, sentiment, cashflow — use for complete reports only |
$0.095 (19 calls) |
trending |
Currently trending coins |
$0.005 |
gainers_losers |
Top gainers and losers |
$0.005 |
top_bottom |
RSI extremes, top/bottom signals, bounce/dip candidates |
$0.015 (3 calls) |
volume_spikes |
Coins with unusually high volume |
$0.005 |
high_volume_low_cap |
Low market cap coins with high volume |
$0.005 |
ath_tracker |
Coins near or at all-time high |
$0.005 |
dominance |
BTC & altcoin dominance signals |
$0.01 (2 calls) |
macro |
S&P 500 & Nasdaq signals — global market context |
$0.01 (2 calls) |
sentiment |
CBBI, CMC sentiment, AI insights, channel news, Galaxy Score, social dominance |
$0.03 (6 calls) |
late_unlocked_coins |
Post-vesting coins with low remaining selling pressure |
$0.005 |
trade_signals |
Trade setups: trending movers, bounces, SAR & MACD entries, RSI, Galaxy Score, stronger coins, today's indicator signals |
$0.045 (9 calls) |
technical_analysis(symbol, timeframe) |
Signals, ALSAT, SuperALSAT, PSAR, MACD-DEMA, AlphaTrend, TD, SMC, S/R, Elliott Wave, Ichimoku |
$0.055 (11 calls) |
forecast(symbol) |
AI 3-7 day price prediction |
$0.005 |
screener(type) |
Find coins by criteria (ichimoku-trend, rsi, vwap, volume, bounce-dip, stronger-coins...) |
$0.005 |
smart_money(symbol, timeframe) |
Order blocks, fair value gaps, support/resistance |
$0.01 (2 calls) |
elliott_wave(symbol, timeframe) |
Elliott Wave analysis |
$0.005 |
ichimoku(symbol, timeframe) |
Ichimoku cloud analysis |
$0.005 |
cashflow(mode, symbol) |
Capital flow data |
$0.005 |
coin_info(symbol) |
Stats, price, tags, CMC AI + auto DEX data |
$0.025–$0.03 (5–6 calls) |
dexscreener(contract) |
DEX trading data |
$0.005 |
chain_tokens(chain, max_mcap) |
Low-cap tokens on a specific chain |
$0.005 |
portfolio |
Abu's curated model portfolio — investment reference |
$0.005 |
ask_ai(question) |
AI analyst freeform answer |
$0.01 |
positions |
Your live open positions across connected exchanges (MEXC, Binance, Lighter) — requires exchange keys configured via /exchange_apis in Telegram |
$0.005–$0.015 (1–3 calls) |
indicator_guide(name) |
Reference guide for Asrai-specific indicators |
FREE |
Exchange positions setup
To use the positions tool, add exchange API keys to ~/.env:
# MEXC
MEXC_API_KEY=mx0vgl...
MEXC_SECRET_KEY=your_secret...
# Binance
BINANCE_API_KEY=your_api_key...
BINANCE_SECRET_KEY=your_secret...
# Lighter
LIGHTER_L1_ADDRESS=0x...
LIGHTER_API_PRIVATE_KEY=0x...
Only configure the exchanges you use — tool auto-detects which keys are set.
Output rules
🎨 Output Style — Human-Friendly Format
Non-negotiables
• Use emoji section headers (🌡️ 🚀 📊 😬 ✅)
• Keep it easy to scan: short lines + whitespace
• Do not mention tools/endpoints in user-facing output
• Avoid low-liquidity noise: prefer repeated appearance across lists, meaningful volume, and/or clear catalyst
• Write like an experienced trader explaining to a friend — conversational, confident, direct
• Think like both a trader AND a long-term investor. Default to investor mode. Switch to trader mode only when user asks for entries
• End with 1 clear action bias: accumulate / wait / avoid — and why
Cost
$0.005 USDC per call (most tools), $0.01 for ask_ai, FREE for indicator_guide. Signed from the user's own wallet on Base mainnet. Tell the user if they ask.
1---2name: asrai-x4023description: Crypto market analysis using Asrai API. Covers technical analysis, screeners, sentiment, forecasting, smart money, Elliott Wave, cashflow, DEX data, and AI-powered insights. Each API call costs $0.005 USDC from your own wallet on Base mainnet via x402.4license: MIT5---67# Asrai — Crypto Analysis via x40289Use Asrai tools when the user asks about crypto prices, market analysis, trading signals, sentiment, or investment advice.1011## When to use1213- Crypto price / chart / technical analysis → use asrai tools14- Market sentiment, CBBI, fear/greed → use asrai tools15- "What should I buy?" / buy opportunities / entry points → use `trade_signals` + `portfolio`16- Full market overview / morning report → use `market_overview`17- Elliott Wave, smart money, order blocks → use asrai tools18- DEX data, low-cap tokens → use asrai tools19- General knowledge you already know well → answer directly (costs $0.005 per call)2021## Tool selection guide2223| User asks... | Primary tool | Supporting tools |24|---|---|---|25| "what to buy?" / "buy opportunities" / "entry points" | `trade_signals` | `portfolio`, `sentiment` |26| "market overview" / "morning report" / "full brief" | `market_overview` | — |27| "what's trending?" / "hot coins" | `trending` | `gainers_losers` |28| "BTC analysis" / chart / signals | `technical_analysis` | `smart_money`, `elliott_wave` |29| "price prediction" / "forecast" | `forecast` | `technical_analysis` |30| "market sentiment" / "fear greed" / CBBI | `sentiment` | `dominance`, `macro` |31| "ATH" / "all-time high" coins | `ath_tracker` | `trade_signals` |32| "volume spikes" / unusual volume | `volume_spikes` | `high_volume_low_cap` |33| "find coins" / screener criteria | `screener` | `top_bottom` |34| "cashflow" / capital flow | `cashflow` | `sentiment` |35| "unlocked coins" / vesting pressure | `late_unlocked_coins` | — |36| "low cap gems" / DEX / chain tokens | `chain_tokens` | `dexscreener`, `high_volume_low_cap` |37| "portfolio" / "Abu's picks" | `portfolio` | `coin_info` |38| "my positions" / "open trades" / "my PnL" / "what am I trading" | `positions` | — |3940**Important:** For buy opportunity questions ALWAYS call `trade_signals` — it combines trending movers, bounces, SAR & MACD entries, RSI, and Galaxy Score in one call.4142## Install4344```bash45npx -y -p asrai-mcp install-skill46```4748Auto-detects OpenClaw, Cursor, Cline, and other agents. Then set your key:4950```51ASRAI_PRIVATE_KEY=0x<your_private_key> # add to ~/.env52```5354For MCP agents (Cursor, Cline, Claude Desktop) also add to config:5556```json57{58 "mcpServers": {59 "asrai": { "command": "npx", "args": ["-y", "asrai-mcp"] }60 }61}62```6364## How to call6566### If asrai MCP tools are available (Cursor, Cline, Claude Desktop)6768Call the appropriate MCP tool directly:69```70technical_analysis(symbol, timeframe)71sentiment()72forecast(symbol)73market_overview()74ask_ai(question)75...76```7778### If no MCP tool — use bash (OpenClaw and other agents)7980Use the same tool names via bash:81```bash82npx -y -p asrai-mcp asrai <tool> [args...]83```8485Examples:86```bash87npx -y -p asrai-mcp asrai ask_ai "What is the outlook for BTC today?"88npx -y -p asrai-mcp asrai technical_analysis BTC 4h89npx -y -p asrai-mcp asrai sentiment90npx -y -p asrai-mcp asrai forecast ETH91npx -y -p asrai-mcp asrai market_overview92npx -y -p asrai-mcp asrai coin_info SOL93npx -y -p asrai-mcp asrai portfolio94npx -y -p asrai-mcp asrai indicator_guide ALSAT95```9697Requires `ASRAI_PRIVATE_KEY` set in `~/.env` or environment. Payment is signed automatically.9899## MCP tools100101| Tool | What it does | Cost |102|---|---|---|103| `market_overview` | Full brief: trending, gainers/losers, RSI, screeners, sentiment, cashflow — use for complete reports only | $0.095 (19 calls) |104| `trending` | Currently trending coins | $0.005 |105| `gainers_losers` | Top gainers and losers | $0.005 |106| `top_bottom` | RSI extremes, top/bottom signals, bounce/dip candidates | $0.015 (3 calls) |107| `volume_spikes` | Coins with unusually high volume | $0.005 |108| `high_volume_low_cap` | Low market cap coins with high volume | $0.005 |109| `ath_tracker` | Coins near or at all-time high | $0.005 |110| `dominance` | BTC & altcoin dominance signals | $0.01 (2 calls) |111| `macro` | S&P 500 & Nasdaq signals — global market context | $0.01 (2 calls) |112| `sentiment` | CBBI, CMC sentiment, AI insights, channel news, Galaxy Score, social dominance | $0.03 (6 calls) |113| `late_unlocked_coins` | Post-vesting coins with low remaining selling pressure | $0.005 |114| `trade_signals` | Trade setups: trending movers, bounces, SAR & MACD entries, RSI, Galaxy Score, stronger coins, today's indicator signals | $0.045 (9 calls) |115| `technical_analysis(symbol, timeframe)` | Signals, ALSAT, SuperALSAT, PSAR, MACD-DEMA, AlphaTrend, TD, SMC, S/R, Elliott Wave, Ichimoku | $0.055 (11 calls) |116| `forecast(symbol)` | AI 3-7 day price prediction | $0.005 |117| `screener(type)` | Find coins by criteria (ichimoku-trend, rsi, vwap, volume, bounce-dip, stronger-coins...) | $0.005 |118| `smart_money(symbol, timeframe)` | Order blocks, fair value gaps, support/resistance | $0.01 (2 calls) |119| `elliott_wave(symbol, timeframe)` | Elliott Wave analysis | $0.005 |120| `ichimoku(symbol, timeframe)` | Ichimoku cloud analysis | $0.005 |121| `cashflow(mode, symbol)` | Capital flow data | $0.005 |122| `coin_info(symbol)` | Stats, price, tags, CMC AI + auto DEX data | $0.025–$0.03 (5–6 calls) |123| `dexscreener(contract)` | DEX trading data | $0.005 |124| `chain_tokens(chain, max_mcap)` | Low-cap tokens on a specific chain | $0.005 |125| `portfolio` | Abu's curated model portfolio — investment reference | $0.005 |126| `ask_ai(question)` | AI analyst freeform answer | $0.01 |127| `positions` | Your live open positions across connected exchanges (MEXC, Binance, Lighter) — requires exchange keys configured via /exchange_apis in Telegram | $0.005–$0.015 (1–3 calls) |128| `indicator_guide(name)` | Reference guide for Asrai-specific indicators | FREE |129130## Exchange positions setup131132To use the `positions` tool, add exchange API keys to `~/.env`:133134```135# MEXC136MEXC_API_KEY=mx0vgl...137MEXC_SECRET_KEY=your_secret...138139# Binance140BINANCE_API_KEY=your_api_key...141BINANCE_SECRET_KEY=your_secret...142143# Lighter144LIGHTER_L1_ADDRESS=0x...145LIGHTER_API_PRIVATE_KEY=0x...146```147148Only configure the exchanges you use — tool auto-detects which keys are set.149150## Output rules151152🎨 Output Style — Human-Friendly Format153154Non-negotiables155156• Use emoji section headers (🌡️ 🚀 📊 😬 ✅)157• Keep it easy to scan: short lines + whitespace158• Do not mention tools/endpoints in user-facing output159• Avoid low-liquidity noise: prefer repeated appearance across lists, meaningful volume, and/or clear catalyst160• Write like an experienced trader explaining to a friend — conversational, confident, direct161• Think like both a trader AND a long-term investor. Default to investor mode. Switch to trader mode only when user asks for entries162• End with 1 clear action bias: accumulate / wait / avoid — and why163164165## Cost166167$0.005 USDC per call (most tools), $0.01 for `ask_ai`, FREE for `indicator_guide`. Signed from the user's own wallet on Base mainnet. Tell the user if they ask.