Zenlink
WebsiteTwitterBlogCommunity
  • What is Zenlink
  • FAQ
  • Zenlink DEX Protocol
    • Architecture
    • Interface
    • Zenlink Development Kit
    • Module
    • WASM
    • EVM
  • ZENLINK DEX DAPP
    • User Guide
      • Install PolkadotJS
      • Install MetaMask
      • Add Network
      • Bridge (AnySwap/Bifrost for example)
      • Using Zenlink DEX
        • New APP
        • Old APP
      • Yield/Farming
      • Invite to Earn (Suspended)
    • X-Transfer
    • Bootstrap
    • Farming Mechanism
    • Mega Aggregator
      • Referral Program
      • Smart Order Routing
      • Integration Doc
    • Hybrid AMM
  • Zenlink Eden
    • Introduction
    • FAQ
    • Protocol Mechanisms
      • Glossary
      • Yield Tokenization
        • SY
        • Mint
        • PT
        • YT
      • Tokenomics, veZLK, Fees
        • Tokenomics
        • veZLK
        • Fees
    • User Guide
      • Yield Strategies
      • App Guide
        • Swap
        • Mint
        • Liquidity (Add & Remove)
        • veZLK (Lock & Vote)
        • Boost & Claim
  • RESOURCES
    • Github
    • Contracts
    • Public API
    • Whitepaper
    • Tokenomics
    • Roadmap
    • Audit Report
    • Glossary
  • Ecosystem
    • Token Distribution
    • Buyback
    • Bug Bounty Program
    • Web3 Foundation Grants Program
    • Zenlink Ambassador Program
    • Zenlink Community NFT
    • DAO Governance
    • Partnership
    • Community
    • Hiring
Powered by GitBook
On this page

Was this helpful?

  1. Zenlink DEX Protocol

Module

PreviousZenlink Development KitNextWASM

Last updated 3 years ago

Was this helpful?

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.

Zenlink DEX Module mainly consists of two parts:

  • 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:

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

Github
Web3 Foundation Grants Program