# Core Features

#### **AIDAO Framework**

1. **Quick Setup**
   * Users can either **create new decentralized funds** or **join existing ones** in just a few clicks.
2. **Bulletproof Contracts**
   * Smart contracts enforce operational rules and keep user assets safe from malicious or erroneous transactions.

#### **Agent Layer**

Aspis employs **AI-powered agents** that analyze real-time data from multiple sources, predict market trends, and **customize trading strategies** based on different **risk profiles**:

* **Personalized Alerts**: Agents provide real-time updates on significant market changes or portfolio shifts.
* **Decision-Making Support**: By crunching on-chain and off-chain data, agents help users optimize yield and mitigate risk.

#### **Guardians**

To **reinforce security** and user protection:

* **Smart Contract Guardians**: On-chain checks that validate each transaction, preventing unauthorized actions.
* **Predefined Rules**: Hard-coded logic for transaction size, slippage limits, or whitelisted protocols ensures funds remain safe.


---

# 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://info.aspis.finance/whitepaper/aspis/core-features.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.
