> ## Documentation Index
> Fetch the complete documentation index at: https://docs.webacy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fundamentals

> Learn how the Webacy Risk Framework calculates onchain risk scores from data ingestion through entity typing, risk factor analysis, and rating generation.

The Risk Framework is the foundation of how Webacy evaluates blockchain risk. It defines the scores, methodologies, entity types, and detection engines that power every API, alert, dashboard, policy decision, and rating across the platform.

<Info>
  The blockchain ecosystem is constantly evolving, and so is the Webacy Risk Framework. As new asset types, attack vectors, regulatory expectations, and onchain behaviors emerge, we continuously update our methodologies, risk factors, and detection engines to reflect the latest understanding of risk. While the overall framework and evaluation process remain consistent, individual scoring models and risk signals may change over time as we improve the platform.
</Info>

This section explains how risk is calculated, what each score represents, and how Webacy combines security, financial, operational, and compliance intelligence into a single, real-time view of onchain risk.

## Risk Intelligence Pipeline

The diagram below illustrates the high-level pipeline Webacy uses to transform raw blockchain data into actionable risk intelligence across our products and integrations.

```mermaid theme={null}
flowchart TD
    A["<b>1. Data Ingestion</b><br/>Blockchain data + trusted third-party sources"]
    B["<b>2. Entity Type Filtering</b><br/>Apply entity-specific analysis<br/>(wallet, transaction, token, stablecoin, vault, etc.)"]
    C["<b>3. Risk Factor Analysis</b><br/>Analyze 400+ security, financial,<br/>operational, and compliance factors"]
    D["<b>4. Risk Scores & Ratings</b><br/>Generate a 0–100 composite score<br/>and optional letter-grade rating"]

    E["Alerts & Monitoring"]
    F["Policy Decisions"]
    G["AI Agents"]
    H["Risk Intelligence APIs"]
    I["Other Products"]

    A --> B
    B --> C
    C --> D

    D --> E
    D --> F
    D --> G
    D --> H
    D --> I

classDef wide min-width: 700px;
class A,B,C,D wide;
```

The remainder of this section breaks down each component of the Risk Framework and the methodologies behind it.

## What's Next

<Card title="Entity Types" icon="block-quote" horizontal href="/entity-types">
  Every entity type has its own risk profile. Learn how Webacy tailors its analysis to wallets, assets, transactions, protocols, and more.
</Card>
