# Module

Due to the benefit of Polkadot's advanced architecture, parachains can achieve features with different tech stacks, even their own consensus. Implementing or importing a pallet is the most common way to achieve a feature.

Zenlink implements the Module version of Zenlink DEX Protocol which enables parachains to access DEX capabilities and share liquidity with other parachains quickly.

![](/files/-Mf1mZQlX9NZdSTcDrud)

Zenlink DEX Module mainly consists of two parts:&#x20;

* Assets, namely Zenlink Assets.
* Asset Operations, namely Zenlink Actions.

Through the UAI(Unified Asset Identifier) and MultiAssetsHandler interfaces, Zenlink can perform swap and transfer any asset on parachains by XCM.

For more setup and test details, please find **Module** on the following page:

{% content-ref url="/pages/-MdztX-SVDrlxyZLTs31" %}
[Github](/resources/github.md)
{% endcontent-ref %}

The Module implementation is supported by Web3 Grants. See more details:

{% content-ref url="/pages/-Mdz6APyzuVNzsg0tglq" %}
[Web3 Foundation Grants Program](/ecosystem/web3-foundation-grants-program.md)
{% endcontent-ref %}


---

# 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://wiki.zenlink.pro/zenlink-dex-protocol/untitled.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.
