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

# Introduction

MerlinSwap emerges as a vanguard in the DeFi space, synthesizing innovation, efficacy, and a commitment to user-centricity. Our integration with the Merlin Chain signals the commencement of an ambitious endeavor to revolutionize decentralized finance. MerlinSwap is dedicated to pioneering advancements in security, innovation, and community empowerment, thus establishing not merely a trading platform, but an entire ecosystem conducive to trading, investment, and growth in a secure, proficient, and user-friendly milieu.

MerlinSwap transcends the traditional concept of a marketplace, heralding a new epoch in DeFi, distinguished by sophisticated technological integration, seamless cross-chain interoperability, and an unwavering dedication to user satisfaction. We extend an invitation to traders, liquidity providers, and blockchain aficionados to join us in this exhilarating venture as we reshape the decentralized finance landscape and establish unprecedented standards for DEX capabilities.


---

# 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://docs.merlinswap.org/welcome-to-merlinswap/introduction.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.
