OpenLiq Aggregator
  • Overview
    • 💡The Problem
    • ✨Our Solution
    • Introducition
  • OpenLiq Aggregator Specs
    • ⚙️Workflow
    • ⛓️Supported Chains
    • ⛓️Supported Chains for Solana
    • 📈Supported DEXs
    • 🌉Supported Bridges
    • 💸Fees
      • 📐Collect Fees
    • 📃Roadmap
    • Token economics
  • Developer
    • APIs
      • 🟪Index
      • 🟪Types
      • 🟣Get /routes
      • 🟣Get /route
      • 🟣Get /quote
      • 🟣Get /chains
      • 🟣Get /tokens
Powered by GitBook
On this page
  1. OpenLiq Aggregator Specs

Workflow

PreviousIntroducitionNextSupported Chains

Last updated 1 year ago

The below diagram is a workflow demostrating a token cross-chain swap activity from Ethereum $USDT to Polygon $Matic

Notes:

  • Users can query for routes through our provided frontend or through our designated API

  • The Router Service is backbone of the aggregator which is responsible for providing user with all the possible routes for assets cross-chain

  • The Aggregator Core Contract is deployed on multiple supported chains and is reponsible for packing user input for constructing a valid calldata

  • The Bridge Contract are developed and deployed by our supported bridge providers

  • The DEX Contracts are developed and deployed by our suppored DEX providers

⚙️