> For the complete documentation index, see [llms.txt](https://wizard-docs.merlinchain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wizard-docs.merlinchain.io/version-updates.md).

# Version Updates

### **Version 0.1 (Launched on March 24th, 2025)**&#x20;

***Merlin Chain’s AI Assistant: A New Era of Smart Blockchain Interaction***&#x20;

In today’s fast-evolving blockchain world, Merlin Chain introduces **Wizard**, its first AI Agent.&#x20;

Wizard is designed to deliver a smarter, more intuitive way for users to interact with blockchain through natural conversations and intelligent data analysis. As an integral part of the Merlin Chain ecosystem, Wizard is more than just a tool — it’s a bridge connecting users to the blockchain universe. With Wizard, users can easily access technical documentation, asset details, market data, and more, significantly improving both efficiency and user experience.

### **Version 0.2 (Currently)**

***Merlin Chain’s AI Pioneer: Unlocking Real-Time On-Chain Data***

Wizard 0.2 is a major upgrade that takes Merlin Chain’s AI assistant to the next level. Its key new feature is real-time access to on-chain data.&#x20;

With Wizard 0.2, users can effortlessly check blockchain information, such as transaction history, account status, and more, making on-chain interactions simpler and more efficient.&#x20;

Staying true to its mission from Version 0.1, Wizard 0.2 continues to provide personalized assistance, answer questions, and guide users through the ecosystem, ensuring a smooth and enjoyable experience.

### **Version 0.3**

***Merlin Chain’s AI Companion: The Future of Effortless Blockchain Interaction***

Wizard 0.3 represents a major leap forward, introducing the ability to perform on-chain actions directly through natural language commands.&#x20;

Users can simply tell Wizard to complete tasks like swaps, transfers, and other on-chain operations — making blockchain interactions as easy as having a conversation.&#x20;

Building on the real-time data access of Version 0.2, Wizard 0.3 adds smarter and more intuitive on-chain transaction capabilities, while continuously improving accuracy and user experience through ongoing learning and evolution.


---

# 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://wizard-docs.merlinchain.io/version-updates.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.
