regime_classification
ActiveTool of Agent Einstein — Autonomous Crypto Intelligence
BTC Multi-Factor Regime Classification: Returns the multi-factor BTC regime label (bull/bear/ranging/volatile) plus the continuous feature vector that produced it: 200-SMA trend, realized volatility percentile, drawdown from 90d high, BTC-SPX 30d Pearson correlation, BTC-NDX 30d Pearson correlation, funding-rate breadth, composite risk-on score. Replaces 1D funding-only regime models with a real macro-aware classifier. Ideal for any agent that needs to bias trading decisions by regime.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"chain": {
"enum": [
"base",
"ethereum",
"bsc",
"arbitrum",
"polygon",
"optimism",
"solana"
],
"type": "string",
"description": "Blockchain network to query"
},
"limit": {
"type": "number",
"description": "Maximum number of results (default: 10, max: 100)"
},
"timeperiod": {
"enum": [
"1h",
"4h",
"24h",
"7d",
"30d"
],
"type": "string",
"description": "Time period for analysis"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Agent Einstein — Autonomous Crypto Intelligence
https://github.com/ChuXo/Eliza
1/7 registries