A daily reference layer for blockchain network behavior.
From public chain activity to daily regime JSON.
This page explains the full Urd Atlas process from A to Z. Use Beginner mode for a plain-language walkthrough, or Analyst mode for the evidence flow, artifact contract, confidence model, and trust controls.
See the whole process without needing to know statistics.
This view explains what happens at each stage in plain language: what goes in, what comes out, and why it matters.
Start with public blockchain activity
Every supported chain produces public activity every day: blocks, transactions, fees, timing, and execution behavior. Urd Atlas starts there. It does not start with price charts, social media, news, or trading sentiment.
What this means
- The product studies the network itself.
- It asks whether usage, cost, or capacity behavior has changed.
- It does not try to tell users whether to buy or sell anything.
Collect and organize the raw activity
Raw blockchain data is too large and uneven to read directly. The pipeline organizes it by chain and date so each day can be compared against the chain's own history.
What this means
- The raw input is cleaned into a daily working shape.
- Each chain is handled according to how that chain actually works.
- Bitcoin is not treated as if it has Ethereum gas fields.
Turn raw data into daily measurements
The pipeline compresses the raw activity into daily measurements: transaction activity, fee pressure, timing, and chain-specific execution context.
What this means
- One row means one chain on one UTC date.
- Measurements are descriptive, not predictive.
- The point is to make daily network behavior readable.
The raw activity becomes one readable daily record.
Gold records what happened
Gold is the measurement layer. It says what happened on a specific chain on a specific date before Urd Atlas adds trend context or regime interpretation.
What this means
- What was transaction activity?
- What did fees look like?
- How did block timing or capacity behavior look?
what happenedDerived adds trend context
Derived answers a simple question: is today high, low, or normal compared with recent days? It adds rolling trend context without changing what Gold measured.
What this means
- Short-term behavior can be compared with medium-term behavior.
- The layer helps separate one-day noise from broader movement.
- It still does not predict future prices or future chain activity.
Meta decides what the current state means
Meta is the interpretation layer. It decides whether the chain looks stable, heating, congested, cheap, or too unclear to label confidently.
What this means
- STABLE means the chain has not crossed a meaningful regime threshold.
- HEATING means demand pressure is building.
- CONGESTED means friction or capacity pressure is elevated.
- UNKNOWN/DEGRADED means weak evidence is not forced into a strong label.
Briefs explain the latest state in readable form
Briefs are for users who do not want to inspect every JSON field. They translate the latest published evidence into short readable summaries.
What this means
- What changed?
- What drove the latest state?
- How stable has the latest label been?
Bitcoin remains STABLE, but demand pressure is visible.
The Brief explains the latest state without making the user inspect every field.
Publish the same JSON to the website and API
The website reads from the same published JSON files that subscribers can inspect. The public pages are not a separate marketing story layered on top of hidden results.
What this means
- The site display comes from the published data.
- Subscribers can inspect the JSON directly.
- Sample files let users validate the structure before subscribing.
Same product, less mystery.
The JSON is not a marketing excerpt. It is the product shape: chain, date, label, confidence, and evidence context.
{
"chain": "bitcoin",
"date": "2026-05-17",
"status": {
"label": "STABLE",
"one_liner": "Stable label with adjacent pressure..."
},
"confidence": {
"confidence_score": 0.47,
"meaning": "data is complete, but the label margin is modest"
},
"no_price_data": true
}The simple checklist
No. It does not tell users what to buy, sell, or hold.
The same process publishes measurements, labels, confidence, and explanations.
The system can say UNKNOWN/DEGRADED instead of pretending to know.
