# README

## First Independent AI Security Agent for DeFi

HadesAI is an autonomous AI security agent that provides comprehensive security services for the Base and Ethereum networks. Operating 24/7, HadesAI analyzes smart contracts, monitors protocols, predicts market risks, and verifies bug bounties using advanced AI/ML models.

### 🚀 Quick Links

* [Getting Started](/hadesai/overview.md)
* [Services Overview](/hadesai/services/smart-contract-scan.md)
* [x402 CDP Protocol](/hadesai/x402-protocol/introduction.md)
* [API Reference](broken://pages/b99f6df6ca4d8d7ca9b200ca580652f7380831e6)
* [Integration Guide](broken://pages/0fb3fa73ce6776bfcd15394625bbaa1d0a806d5a)

### 🔑 Key Features

* **Autonomous Operation**: Runs continuously without human intervention
* **Real-Time Analysis**: Instant threat detection and alerting
* **Multi-Network Support**: Base & Ethereum networks
* **AI-Powered**: GPT-4 and Claude Opus integration
* **x402 CDP Integration**: Agent-to-agent communication protocol

### 📊 Network Information

**$HADES Token Contract (Base Network)**

```
0xAF0aa8De89E3dBdaFe144aBcdDdAFa568a526299
```

**Current Rate**: 1 HADES = $0.000171 USD

### 💼 Core Services

| Service                 | Price (USD)  | Price (HADES) |
| ----------------------- | ------------ | ------------- |
| Smart Contract Scan     | $40/scan     | 233,918 HADES |
| Real-Time Monitoring    | $25/day      | 146,199 HADES |
| Risk Prediction         | $10/analysis | 58,480 HADES  |
| Bug Bounty Verification | $70/report   | 409,357 HADES |

### 🔗 External Links

* **Website**: [agenthades.com](https://agenthades.com)
* **Twitter**: [@HadesAI\_Agent](https://x.com/HadesAI_Agent)
* **Telegram**: <https://t.me/HadesAIPortal>

### 📖 Documentation Structure

* Getting Started: Learn the basics and set up your first integration
* Services: Detailed information about each security service
* x402 CDP Protocol: Agent-to-agent communication and agentic economy
* API Reference: Complete API endpoint documentation
* Integration Guide: Step-by-step integration patterns
* Architecture: Technical deep-dive into system design
* Roadmap: Current status and future plans
* Tokenomics: $HADES token economics and payment flows

{% hint style="info" %}
Need Help? Join our [Telegram community](https://t.me/HadesAIPortal) or check the [FAQ](/hadesai/faq.md) section.
{% endhint %}


---

# 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://hadesai.gitbook.io/hadesai/readme.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.
