# Core Component

**HexScan Engine**\
Performs risk assessment across wallet approvals, dApp interactions, and network activity.

1. **HexScore™ Module**\
   Aggregates risk signals into a normalized 0–100 score for wallet health.
2. **Anomaly Detection Layer**\
   Uses rule-based logic and behavioral heuristics to flag irregular wallet activity without relying on complex machine learning.
3. **Remediation Engine**\
   Generates on-chain transactions (e.g., `revoke()`, `approve(0)`) to fix exposures.
4. **User Dashboard + Alerts**\
   Live wallet health reports, push notifications, email, and Telegram alerts.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hexlys-organization.gitbook.io/hexly-ai-docs/system-overview/core-component.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
