# Sentinel AI Overview

This page provides a high level overview of the various Sentinel AI core utilities and features, however, those are further detailed in the following subsequent pages.

### The Dashboard

A unified command center that aggregates data from all utilities, providing real-time monitoring, alert management, and high-level overview of your privacy status across all connected wallets. The Dashboard serves as your central hub with quick actions, system status indicators, and recent activity summaries.

### Privacy Scanner

Our flagship blockchain privacy analysis engine that performs deep analysis of your wallet's transaction history. It identifies patterns, vulnerabilities, and privacy risks with military-grade precision, generating detailed actionable reports that transform complex blockchain data into clear privacy insights. These reports serve as your privacy roadmap, showing exactly where risks exist and how to mitigate them.

### Transaction Scanner

Specialized transaction-level analysis tool that examines individual transactions for privacy risks, patterns, and security concerns. Provides detailed insights into transaction flows, address relationships, and potential privacy leaks on a per-transaction basis.

### Threat Monitoring

Advanced monitoring system that provides continuous surveillance of your wallet activities, detecting suspicious patterns, unusual transactions, and potential security threats in real-time. Features automated alert systems and proactive threat detection capabilities.

### Token Approvals Scanner

A specialized tool for managing and revoking dangerous token approvals that could expose your assets to malicious contracts. This utility provides real-time risk assessment, approval auditing, and one-click revocation capabilities with gas cost estimation.

### Features Integration and Flows

All Sentinel AI utilities share data intelligently, ensuring that insights from one tool enhance the accuracy and effectiveness of others. For example, token approval risks identified by the Token Approvals Scanner are automatically factored into Privacy Report calculations.

Changes in your on-chain activity are immediately reflected across all utilities, ensuring you always have the most current privacy assessment available through the Dashboard's monitoring capabilities.

Our alert system monitors all utilities simultaneously through the Threat Monitoring system, providing comprehensive notifications when any aspect of your privacy profile changes.

```
            The Dashboard (Central Hub)
                       ↓  ↑
Privacy Report Scanner  ← → Token Approvals Scanner
           ↓    ↑              ↓    ↑
     Transaction Scanner ← → Threat Monitoring
```

### Security-First Design

All analysis happens through privacy-preserving methods. Your wallet data is processed securely with session-based authentication and wallet ownership verification.

We retain only the absolute minimum data necessary for utility functionality, with privacy reports and analysis data stored securely and accessible only by verified wallet owners.

Every interaction between your wallet and our utilities is protected through secure session management and wallet signature verification protocols.

### Getting Started

1. **Connect Your Wallet** Use WalletConnect integration to securely connect your Ethereum wallet to the SENAI platform.
2. **Explore the Dashboard** Start with the Dashboard to get an overview of your wallet's current status and available quick actions.
3. **Run Privacy Analysis** Use the Privacy Report Scanner to establish your baseline privacy profile and identify immediate risks.
4. **Audit Token Approvals** Use the Token Approvals Scanner to audit and clean up any dangerous permissions with real-time risk assessment.
5. **Monitor Threats** Set up Threat Monitoring to provide ongoing surveillance and alerts for your wallet's security status.
6. **Analyze Transactions** Use the Transaction Scanner for detailed analysis of individual transactions and their privacy implications.


---

# 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://sentinel-ai-1.gitbook.io/sentinel-ai-docs/the-platform/sentinel-ai-overview.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.
