> For the complete documentation index, see [llms.txt](https://atlantis-dex.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atlantis-dex.gitbook.io/whitepaper/integrations/defai.md).

# DeFAI

{% hint style="info" %}
It was said that Thoth and other Anunnaki gods could foresee the future. Atlantis channels this ancient wisdom into modern technology with the integration of DeFAI mechanics.
{% endhint %}

<figure><img src="/files/FeMSt1cPh2U59heIvx5g" alt=""><figcaption></figcaption></figure>

We are releasing an advanced conversational AI agent, designed to execute DeFi-related smart contract interactions across the full suite of Atlantis DeFi products. Initially, users will be able to communicate with the AI agent through a custom DeFAI interface on Atlantis, with a later addition of a Telegram chat interface for even greater accessibility and convenience.

### **Atlantis DeFAI features include the following:**

* **Command-Based DeFi interractions:** The Atlantis DeFAI Agent is designed to conversationally execute DeFi related smart contract interactions.
* **Synchronized DeFi Interactions:** Simple text based commands on Telegram designed to directly interact with Atlantis DeFi products and beyond.
* **Real-Time Analysis:** The bot continuously monitors market conditions to identify profitable opportunities.
* **Predictive Modeling:** Advanced machine learning models for high-accuracy price predictions.
* **Automated Trading:** Predefined strategies that reduce the need for constant monitoring, allowing for more efficient and effortless trading.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://atlantis-dex.gitbook.io/whitepaper/integrations/defai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
