Help Center

Everything you need to know about using SARA's predictions, charts, and analytics.

Contents
🚀

Getting Started

SARA provides ML-powered price predictions for Bitcoin, Gold, and Silver across 13 timeframes — from 10 minutes to 1 year.

  1. Connect your wallet — Click "Connect MetaMask" on the dashboard. You'll need the Polygon network.
  2. Pick an asset — Switch between BTC, Gold, and Silver using the tabs at the top.
  3. Explore charts — 25+ interactive charts covering price action, momentum, volatility, volume, and market indexes.
  4. View predictions — Hold SARA tokens or subscribe to unlock AI predictions across all 13 timeframes.
📊

Dashboard Guide

Asset Tabs

Click Bitcoin, Gold, or Silver to switch assets. Each tab shows the latest live price.

Chart Interval

Use the 1H / 1D / 1W buttons to change the timeframe for all charts. 1H shows hourly candles (30 days), 1D shows daily (2 years), 1W shows weekly (5 years).

Dark / Light Mode

Click the sun/moon icon in the top-right corner. Your preference is saved automatically.

Charts Available

SectionCharts
PriceCandlestick with SMA/EMA/Bollinger overlays + volume
TrendBollinger Bands, BB Width, BB %B, SMA Crossover, EMA Crossover, Price/SMA50, EMA Cross Signal
MomentumMACD, RSI, Stochastic RSI, Rate of Change, ADX, Williams %R, CCI
VolatilityATR, Price Change, High-Low Range, Rolling Std (7/14/30)
VolumeOn-Balance Volume, Accumulation/Distribution, Chaikin Money Flow
StatisticalRolling Mean (7/14/30), Rolling Min/Max (7/14/30), Close-Open Range
SARA IndexesFear Index, Crypto Pulse, BTC Dominance (gauges) + Momentum, Macro Pressure, Gold/Silver Ratio
Market IndexesFear & Greed, VIX, DXY, S&P 500, Nasdaq, Crude Oil, 10Y Treasury, BTC Hash Rate
🎯

Understanding Predictions

SARA generates predictions across 13 timeframes:

TimeframeHorizonData Used
10m, 30m, 1hShort-term intradayHourly prices
4h, 12hIntraday swingHourly prices
1d, 3dShort-termDaily prices
1w, 2wMedium-termDaily prices
1MMonthly outlookDaily prices
3M, 6M, 1yLong-termWeekly prices

Prediction Columns

Models

Three ML models compete for each asset/timeframe. The best one is automatically activated:

Prediction History & Accuracy

Every prediction is stored and automatically evaluated once its target time passes.

Prediction Statuses

Scorecard

The accuracy scorecard shows: total evaluated predictions, direction accuracy %, average error %, median error %, and best/worst predictions.

How Accuracy Works

Predictions are refreshed daily at 2 AM automatically. Price data is updated every 15 minutes.

📈

Technical Indicators

44 technical indicators power the charts and ML models:

IndicatorWhat It Tells YouKey Levels
SMA (7/21/50)Trend direction via moving averagesGolden cross: SMA7 > SMA50
EMA (12/26)Faster-reacting trend, basis for MACDBullish when EMA12 > EMA26
Bollinger BandsVolatility envelope around priceUpper band = overbought zone
BB WidthVolatility squeeze or expansionLow width = breakout imminent
BB %BPrice position within bands (0–1)>1 = above upper band
MACDTrend momentum and reversalsSignal cross = trade signal
RSI (14)Overbought/oversold momentum>70 overbought, <30 oversold
Stochastic RSIRSI-of-RSI, more sensitive>80 overbought, <20 oversold
ROC (10)Rate of price change>0 = upward momentum
ADX (14)Trend strength (not direction)>25 = strong trend
DI+ / DI-Directional movementDI+ > DI- = bullish
Williams %RInverted RSI scale>-20 overbought, <-80 oversold
CCI (20)Deviation from average price>100 overbought, <-100 oversold
ATR (14)Average price movement per periodHigher = more volatile
OBVVolume-weighted trend confirmationRising OBV confirms uptrend
A/D LineAccumulation vs distributionDivergence warns of reversal
CMF (20)Buying vs selling pressure>0 = buying pressure
🌐

Market Indexes

14 indexes provide macro context — 6 proprietary SARA composites and 8 third-party market indicators.

SARA Composite Indexes

IndexRangeWhat It Measures
Fear Index0–100Aggregate market fear across crypto sentiment, equity volatility, and BTC price swings
Momentum−30 to +30Cross-asset momentum — positive = uptrend across crypto and metals
Gold/Silver Ratio~50–120Rising = risk aversion, falling = silver outperformance
BTC Dominance0–100%BTC market cap share — rising signals flight to quality within crypto
Macro Pressure−3 to +3Positive = headwinds for risk assets (strong dollar, rising yields)
Crypto Pulse0–100Overall crypto market health combining sentiment and momentum

Third-Party Market Indexes

IndexSourceDescription
Fear & GreedAlternative.meCrypto sentiment (0 = Extreme Fear, 100 = Extreme Greed)
VIXCBOEExpected S&P 500 volatility — higher = more stress
DXYICEUS Dollar strength — pressures commodities and crypto
S&P 500Yahoo FinanceUS equity benchmark, reflects risk appetite
NasdaqYahoo FinanceTech-heavy index, often correlated with crypto
Crude OilYahoo FinanceKey inflation input and energy barometer
10Y TreasuryYahoo FinanceRising yields tighten conditions, pressure growth assets
BTC Hash RateBlockchain.infoMining power securing the Bitcoin network (EH/s)

All data is fetched from free public APIs and cached for 5 minutes.

🔐

Access Tiers

SARA uses the $SARA token on Polygon to control access. Connect your MetaMask wallet to get started.

Free
Connect wallet
  • 25+ interactive charts
  • 44 technical indicators
  • 14 market indexes
  • Dark / light mode
Holder
Hold 10,000+ SARA
  • Everything in Free
  • Prediction directions (up/down)
  • Confidence scores
  • All 13 timeframes
Subscriber
1,000 SARA / month
  • Everything in Holder
  • Full predicted prices
  • Accuracy scorecard
  • Prediction history
  • API access (1 SARA/call)

How to Subscribe

  1. Send 1,000 SARA to the payment wallet shown on the dashboard
  2. Click "Verify Subscription" in the Account section
  3. Your subscription activates for 30 days

API Credits

Subscribers can also use the REST API. Send SARA tokens (minimum 100) to the payment wallet, then click "Verify Credit Purchase". Each API call costs 1 credit.

API Reference

Access SARA data programmatically. Full interactive docs at /docs (Swagger UI). Prediction endpoints require API credits (1 per call).

EndpointDescriptionAccess
GET /api/v1/prices/{asset}Historical OHLCV pricesFree
GET /api/v1/prices/{asset}/latestMost recent priceFree
GET /api/v1/indicators/{asset}OHLCV + 44 technical indicatorsFree
GET /api/v1/indexesAll SARA + market indexesFree
GET /api/v1/predictions/{asset}All 13 timeframe predictionsHolder+
GET /api/v1/predictions/{asset}/{tf}Single timeframe predictionHolder+
GET /api/v1/predictions/{asset}/scorecard/summaryAccuracy scorecardSubscriber
GET /api/v1/predictions/{asset}/history/allFull prediction historySubscriber
GET /api/v1/models/activeCurrently active modelsHolder+

Assets: BTC, XAU, XAG · Timeframes: 10m, 30m, 1h, 4h, 12h, 1d, 3d, 1w, 2w, 1M, 3M, 6M, 1y

FAQ

How accurate are the predictions?

Accuracy varies by asset and timeframe. Check the Scorecard on the dashboard for live numbers. Past performance does not guarantee future results.

Can I use this for real trading?

SARA is a research and analysis tool. Do not use predictions as sole trading advice. Always combine with your own research and risk management.

How often are predictions updated?

Predictions are regenerated daily at 2 AM UTC. Price data is refreshed every 15 minutes. The freshness badge in the header shows how old the current predictions are.

The dashboard shows "No predictions"?

Predictions may take a moment to load after connecting. If the issue persists, models may be retraining — check back in a few minutes.

Which network does SARA use?

SARA uses the Polygon network. Make sure your MetaMask is set to Polygon when connecting.

How do I check my subscription status?

Scroll to the Account & Subscription section at the bottom of the dashboard. It shows your current tier, SARA balance, API credits, and subscription expiry date.