# Binance Us Asset Research

> Research a Binance.US-listed crypto asset using the shared Binance.US engine. Use when the user asks for deeper research on a specific asset, wants a structured Binance.US-safe coin overview, or asks what is happening with BTC, ETH, SOL, or another listed asset.

- Skill: `cmeiliu/binance-us-asset-research` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add cmeiliu/binance-us-asset-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cmeiliu/binance-us-asset-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- License: MIT
- Author: cmeiliu (https://skillmd.com/u/cmeiliu)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cmeiliu/binance-us-asset-research

---


# 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:

```bash
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`.

