pub fn is_crypto_base(base: &str) -> boolExpand description
Check if base symbol is a known cryptocurrency.
This is the canonical source of truth for crypto base classification. Downstream consumers (qbot-core adapters, MCP tools) MUST call this function instead of maintaining local lists (#3446 split-brain fix).