Skip to main content

is_crypto_base

Function is_crypto_base 

Source
pub fn is_crypto_base(base: &str) -> bool
Expand 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).