Binance.US Asset Research
Use this skill for deeper single-asset analysis after a brief surfaces an idea worth investigating.
Use This Skill For
- "Research BTC"
- "Look at SOL"
- "What is happening with ETH?"
- "Give me a Binance.US-safe overview of AVAX"
- "Should I spend time on this asset?"
When Not To Use
- broad market summaries
- portfolio-only reviews
- funding or cash-readiness checks
- fully automated trading or execution requests
How To Run
Run the shared engine in research mode:
python3 scripts/binance_us_brief.py --mode asset_research --asset BTC --format text
You can also use --watchlist BTC,ETH,SOL and omit --asset, but explicit --asset is better for determinism.
Research Contract
The output should be structured and Binance.US-safe:
- overview
- market structure
- market context
- catalyst watch
- risk factors
- a next-step prompt that sends the user back into Binance.US if the asset deserves attention
Keep it informational. Do not present it as guaranteed returns or one-sided trading advice.
Handoffs
- If the user still needs broad context, hand off back to
binance-us-briefing-engine. - If the user is ready to act, hand off to
binance-us-spot-trade. - If the user is not funded yet, hand off to
binance-us-fund-account.