# FAQ

Common questions about Sentinel AI and blockchain privacy protection.

<details>

<summary><strong>What is the Sentinel AI dApp?</strong></summary>

Sentinel AI (SENAI) is a decentralized application on the Ethereum network that empowers users to protect their privacy and security by analyzing wallet transactions, identifying privacy leaks, detecting vulnerabilities, and providing actionable recommendations. It's designed for crypto power users who want advanced insights into their on-chain activities.

</details>

<details>

<summary><strong>Do I need ETH to use the Dashboard?</strong></summary>

No, you don't need ETH to access and use the Sentinel AI dashboard. The analysis and monitoring features are free to use. However, if you want to take action on recommendations (like revoking token approvals), you'll need ETH to pay for gas fees on the Ethereum network.

</details>

<details>

<summary><strong>How secure is the Sentinel AI dApp?</strong></summary>

Sentinel AI prioritizes security with multiple layers of protection. We use read-only access to analyze your wallet data, never requesting private keys or seed phrases. All data is encrypted, and we follow security best practices. The platform also helps you identify and mitigate security risks in your own wallet activities.

</details>

<details>

<summary><strong>Is Sentinel AI open source?</strong></summary>

Currently, Sentinel AI is not fully open source. However, we are actively considering open-sourcing parts of our codebase, particularly the privacy analysis algorithms and threat detection modules. We believe in transparency and community collaboration for advancing blockchain security.

</details>

<details>

<summary><strong>What types of threats can Sentinel AI detect?</strong></summary>

Sentinel AI can detect various threats including:

* Suspicious token approvals
* Phishing attempts
* Unusual transaction patterns
* Privacy leaks
* MEV exploitation risks
* Interactions with known malicious contracts

Our threat intelligence is continuously updated to identify emerging risks in the DeFi ecosystem.

</details>

<details>

<summary><strong>How does the privacy analysis work?</strong></summary>

Our privacy analysis examines your transaction history, token interactions, DeFi protocol usage, and on-chain behavior patterns. We calculate a privacy score based on factors like:

* Address reuse patterns
* Transaction timing analysis
* Mixing service usage
* Correlation risks
* Protocol interaction patterns

The analysis provides actionable recommendations to improve your privacy posture.

</details>

<details>

<summary><strong>Can I connect multiple wallets to Sentinel AI?</strong></summary>

Yes, you can monitor multiple Ethereum wallets with Sentinel AI. Each wallet gets its own:

* Privacy analysis
* Threat monitoring
* Customized recommendations
* Individual dashboard

This is particularly useful for users who manage multiple addresses for different purposes or have both hot and cold wallets.

</details>

<details>

<summary><strong>What is the Telegram integration for?</strong></summary>

The Telegram integration allows you to receive real-time alerts about threats, suspicious activities, and privacy risks directly in Telegram. Features include:

* Customizable alert preferences
* Instant notifications about monitored wallets
* Security status summaries
* Quick access to threat details
* Real-time monitoring updates

You can stay informed about your wallet security without constantly checking the dashboard.

</details>

<details>

<summary><strong>How accurate are the threat detections?</strong></summary>

Our threat detection system uses advanced algorithms and real-time threat intelligence to minimize false positives while maintaining high sensitivity. We:

* Continuously update detection models
* Incorporate latest attack vectors
* Use community feedback for improvements
* Maintain high precision rates

However, we recommend users verify alerts and use their judgment before taking action, as the blockchain environment is constantly evolving.

</details>

<details>

<summary><strong>Does Sentinel AI store my private data?</strong></summary>

Sentinel AI only analyzes publicly available blockchain data and doesn't store sensitive information like private keys or personal details. Our data practices include:

* **No private keys or seed phrases stored**
* **Encrypted temporary cache** for performance
* **Automatic data purging** of cached results
* **Privacy-by-design architecture**
* **Data minimization principles**

We follow strict security protocols and never request access to your private wallet information.

</details>

***


---

# 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/other/faq.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.
