# Eliza (AI)

[Eliza](https://elizaos.github.io/eliza/) is an AI agent framework used to deploy autonomous AI agents with consistent personalities across Discord, Twitter, and Telegram. Full support for voice, text, and media interactions.

Capabilities include: Built-in RAG memory system, document processing, media analysis, and autonomous trading capabilities. Supports multiple AI models including Llama, GPT-4, and Claude.

### Deployment status

* :white\_check\_mark: **Cronos zkEVM Mainnet (Chain-id : `388` )**

Mainnet integration completed ([see PR](https://github.com/elizaOS/eliza/pull/1464)).

* ❌ **Cronos zkEVM Sepolia Testnet (Chain-id : `282` )**

Not plans to deploy on Testnet.


---

# 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-zkevm.cronos.org/for-developers/developer-tools/eliza-ai.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.
