Anonymous
No account required. Cap: 3 briefs / day, counted by IP.
Templates: snapshot, crypto_momentum.
ATLAS is the FreedomCore market intelligence terminal. It pulls real numbers from an authenticated financial data rail and returns structured research briefs. This page covers the templates, subscription tiers, daily caps, current provider state, what ATLAS does and does not store about your queries, and the compliance perimeter the product runs inside.
ATLAS does not accept open-ended free-text prompts from the public surface. Every request is a whitelisted template plus a ticker (or list of tickers) plus an output style. This is deliberate: it keeps queries auditable, prevents prompt injection, and lets the data rail stage the right pulls before the model writes the brief.
| Template | What it surfaces | Tier | Fields |
|---|---|---|---|
snapshot | Public-safe asset overview: market cap, P/E, growth, margins, free cash flow, debt, verdict band. | free | ticker, style |
crypto_momentum | 24h, 7d, 30d, 90d, 1Y returns; drawdown from recent high; relative strength vs BTC / ETH / SOL; trend classification. | free | ticker, style |
red_flag | Risk and quality memo: liquidity, dilution, debt, earnings quality, headline checks, verification list. | Signal | ticker, style |
earnings_brief | Last 4 quarters of income statement, balance sheet, cash flow. Highlights acceleration, deterioration, dilution. | Signal | ticker, style |
council_dossier | Bull case, bear case, hidden risks, balance-sheet check, Priority 0 verification checklist. | Pro | ticker, style |
watchlist_compare | Multi-ticker rank by market cap, P/E, growth, margin, FCF, debt. Cleanest to riskiest with reasoning. | Pro | tickers, style |
Output style is one of: operator, brief, tweet,
council, or table. Style governs format, not content. The
same template + ticker returns the same numbers regardless of style.
ATLAS uses the standard FreedomCore subscription tiers. Free templates run anonymously up to a small daily cap; gated templates require a logged-in subscriber on the matching tier. There is one bill, one account, one rail across the whole suite.
No account required. Cap: 3 briefs / day, counted by IP.
Templates: snapshot, crypto_momentum.
Logged-in FreedomCore subscriber. Higher daily cap.
Templates: free + red_flag, earnings_brief.
Higher daily cap, full template menu.
Templates: signal + council_dossier, watchlist_compare.
Highest cap. Priority queue when providers are wired. Reserved for future ATLAS surfaces (cross-system consensus, council-grade aggregation).
Caps reset at midnight UTC. The workstation status pills show your
current tier, today's used / cap, and how many briefs you have remaining. When a cap
is hit, ATLAS returns a rate_limited response and the workstation
renders a clear "DAILY CAP REACHED" message — no fake content is generated to fill
the gap.
ATLAS's request/response loop, validation, tier gating, daily caps, and audit ledger are all live. The no-paid public-source rail is also live for SEC company lookup, recent filings, and XBRL company facts on US-listed tickers. Paid market data, redistribution-sensitive feeds, and model-composed briefs remain deliberately gated until terms and keys are cleared.
Until those keys are wired, every POST /api/atlas/query returns a
structured 503 PROVIDER_NOT_CONFIGURED response and the workstation
renders a "BACKEND ONLINE / PROVIDERS PENDING" panel. The market center can still
show SEC public filings and company facts where available. This is intentional:
ATLAS will not fabricate prices, event dates, or statement values to hide a missing
provider.
What unblocks live briefs:
Both are commercial decisions, not engineering. When they land, the same exact request/response loop you see today produces a real brief — no public-side change needed.
v1 scout-seat note. ATLAS's scout research currently runs on a
single working NVIDIA seat — llama4_maverick — selected because it
returned cleanly under the direct-route uptime conditions during this build.
Lane diversity comes from prompt and task separation, not model diversity: each
lane (source pack, filings and fundamentals, news catalysts) gets its own prompt
and produces its own cited evidence row in the audit ledger. Additional scout
seats listed in models.yaml will rejoin the rotation as their NIM
model availability and uptime stabilise and their commercial terms are clean —
at which point lane diversity becomes model diversity too, with no public-side
change needed.
Every brief is composed from numbers fetched on demand. ATLAS does not maintain a long-lived cache of asset values that you might be reading "live" while they are actually stale. The data flow is:
{template, ticker, style} over HTTPS to the ATLAS
backend on the same origin.400 unsupported_fields.data.brief.ATLAS does not generate placeholder numbers, recycle yesterday's cached values, or simulate a brief when providers are disabled. Anything you see in the workstation outside that flow is clearly labelled (idle demo / pending / cap reached / tier gate / network error).
ATLAS keeps an audit ledger so we can tune caps, debug failures, and refuse abusive traffic. The ledger records, per query:
The ledger does not retain:
Ledger rows are kept for operational tuning only. They are not sold, syndicated, or used to profile users beyond cap accounting and abuse prevention.
ATLAS is a research surface. Several things are off the table by design:
ATLAS's public API is REST, same-origin, and reachable from
atlas.freedomcore.io, maverick.freedomcore.io, and the
FreedomCore apex. There is no WebSocket today; all calls are synchronous request /
response.
| Method | Path | Purpose |
|---|---|---|
GET | /api/atlas/health | Liveness + provider state snapshot. |
GET | /api/atlas/templates | Catalog of available templates with required tier and field list. |
GET | /api/atlas/usage | Auth state, current tier, today's cap and remaining briefs. |
GET | /api/atlas/market-snapshot | Public SEC context today; paid quote and market fields remain gated. |
GET | /api/atlas/free-sources/company | SEC company match, recent filings, company facts, and source links. |
GET | /api/atlas/free-sources/macro | Public macro source catalog without fake live event dates. |
GET | /api/atlas/economic-calendar | Calendar contract plus source catalog while dated event provider is pending. |
POST | /api/atlas/query | Run a template against a ticker; returns brief on success or a structured error. |
Error envelope is consistent: an HTTP status plus a JSON body with
error, message, and (where useful) request_id
and fields. The workstation maps every error to a human-readable
response panel state.
ATLAS is one of several FreedomCore product surfaces. Each product publishes its own documentation, scoped to its own product:
Research output only. Not financial advice. No brokerage execution. No guaranteed returns. ATLAS does not provide tax, legal, or jurisdictional guidance. Subscription tier governs template access and daily caps. Data freshness is bounded by each public or paid source rail.