# Crypto Resources — Agent Skill

Use this skill for **Binance and Bybit USDT perpetual futures** only.

**Use when:** unusual open interest, CVD/OI divergence, liquidation pressure, trapped positioning, live Trap Radar state, or comparing a current condition to later observed evidence.

**Do not use for:** spot markets, long-term investing, fundamental analysis, order placement, balances, or price prediction.

## Workflow
1. `get_supported_markets` (free) — confirm the ticker and read `indicator_filters`. Alias: `get_supported_symbols`.
2. `get_market_metrics` (free, optional) — 15m pulse on one ticker.
3. `get_market_context` (paid 0.005 USDC, **optional**) — only when regime changes how you read a scan.
4. `scan_market` (paid 0.005 USDC) — `condition`: `anomaly` | `divergence` | `trap` | `liquidation`. Read `reasons[]`. Empty results = valid 200.
5. `get_instrument_state` (paid 0.01 USDC) — depth on a candidate. Pass `indicators` (`oi, price, cvd, rsi, vwap, volume_spike, liquidations, liquidations_usd, liquidations_oi`) and optional `windows=15m,60m`.
6. `historical_validation` (free for now) — evidence only. `sample.insufficient: true` is a valid 200. Never treat it as a forecast.

## Rules
- Do not spend USDC automatically. A 402 is a quote, not permission to pay.
- `score` ≠ probability.
- `is_closed` ≠ `is_stale`.
- Send `Idempotency-Key` on paid retries.
- Wallet: Base + USDC. Header `X-Agent-Wallet` and JSON `wallet` must match the EIP-3009 signer. No ETH for gas.

## Pay
Unpaid paid-tool call → HTTP 402 `accepts[0]` → user approval → sign EIP-712 `TransferWithAuthorization` → retry with `X-Payment`. Full payload examples: https://crypto-resources.com/agents/v0/examples.json

## Entry points
- This skill: https://crypto-resources.com/agents/skill.md
- llms.txt (complete contract): https://crypto-resources.com/llms.txt
- MCP: POST https://crypto-resources.com/agents/mcp
- OpenAPI: https://crypto-resources.com/agents/openapi.json
- Schema: https://crypto-resources.com/agents/v0/schema.json
- Catalog: https://crypto-resources.com/agents/
