# AI Agents

Polystream AI Agent is an intelligent conversational assistant that provides users with real-time support for DeFi operations, yield optimization strategies, and portfolio management directly within the Polystream mobile application. Designed to make DeFi accessible to mainstream users, the agent serves as both an educational tool and a transaction interface.

{% embed url="<https://youtu.be/gf2MNxz9g-Q>" %}
Polystream AI Agent demo video
{% endembed %}

***

### Conversational Financial Assistant

The AI assistant is specialized in DeFi topics relevant to Polystream users:

* **Yield Strategy Explanations**: Clear descriptions of different yield strategies and their risk profiles
* **Protocol Education**: Information about integrated protocols (Aave, LayerBank, SyncSwap, etc.)
* **Market Insights**: General understanding of market conditions and yield opportunities
* **Portfolio Analysis**: Ability to discuss the user's current investments and positions

### Transaction Initiation

Users can perform financial actions using natural language:

* **Deposit Funds**: "I want to deposit 500 USDC into the conservative yield strategy"
* **Withdraw Funds**: "Withdraw 200 USDC from my vault"
* **Portfolio Adjustments**: "Move my assets to a more aggressive strategy"
* **Balance Checks**: "What's my current balance?"

### Future Roadmap

The Polystream AI Agent will continue to evolve with planned enhancements:

* **Integration of AVS (Autonomous Verification Services)**\
  Introduce AVS to securely verify and audit agent-executed actions, enhancing user trust and operational transparency.
* **Integration with Oracles (API Data Feeds)**\
  Enable AI agents to fetch real-time, reliable off-chain and on-chain data via oracle APIs to optimize decision-making.
* **Enhanced Predictive Analytics**\
  Implement AI-driven predictive analytics to proactively suggest profitable investment opportunities based on market trends.


---

# 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://docs.polystream.xyz/polystream/ai-agents.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.
