DEX Aggregatorとは

数ある分散型取引所(🏢DEX)の中でも最も交換レートが良い取引所を選択してくれるサービス.

Liquidity Aggregatorとも.

特徴

  • 📝DAOによって運営.
  • 大抵の場合, ガバナンストークンもある.
  • on-chain/off-chainがある.

機能一覧

サービスのよって差別化要素は異なるが一般的なものをまとめる.

🚦RFQ-based Protocols

Request-for-Quote.

ユーザーが特定の資産に対して価格見積もりをリクエストし、市場参加者が最適な価格を提示する仕組みのプロトコル.

https://0x.org/docs/0x-swap-api/advanced-topics/about-the-rfq-system

  • slippageなし(maker/taker方式).
  • 2024年あたりから盛り上がってきた.
  • DeFi Limit Orderのことか?. 🔌Jupiter Limit Order

PMM

Professional Market Maker

Taker

Gas Less Swap

https://0x.org/docs/gasless-api/introduction

🚦Intent-based Protocols

Transactionの抽象化概念.

ユーザーが取引の具体的な手順ではなく「意図」や「望む結果」を指定し、その条件に基づいて最適な取引を自動的に実行する仕組み.

  • 手続的ではなく宣言的に.
  • howではなくwhat.
  • If a transaction says “do A then B, pay exactly C to get X back”, an intent says “I want X and I’m willing to pay up to C”.
  • Cross-Chainの文脈でよくでてくる. intent-based bridge, intent-based swap.


Off-Chain Aggregators

🏢OpenOcean

DeFiだけでなくCeFiのデータもみれるところが差別化.

On-chain Aggregators

SwapSwap

https://swapswap.org/

Aggregate 2 DEX, 2つのDEXを対象にしたaggregate.

Solana

Dflow

https://dflow.net/

<2025-06-27 Fri 11:43> 最近ちょいちょいみる.

EVM DEX Aggregators

デファクトスタンダードはなく、各自が使いやすいDEXをつかっている印象.

比較

DeepSearch

現状では1inchがバランス型ソリューションとして汎用性が高く、ParaSwapがコスト敏感層 KyberSwapが機関投資家層、OpenOceanがクロスチェーン需要にそれぞれ強みを発揮する

  • 1inch: バランス的に一番.
  • Paraswap: コストが安い. 小規模高頻度向け.
  • OpenOcean: CEX流動性結合
  • 0x: 開発者むけだと群を抜く.

<2025-03-06 Thu 11:25>

🐎1inch

EVMの1番メジャーなDEX Aggregater.

1inch api

https://1inch.io/ja/page-api/

<2025-05-02 Fri 15:23> starter planは500ドルから😕

Fusion+ (intent-based atomic cross-chain swaps)

Atomic Cross-Chain Swap APIがある. これはすごそう.

https://portal.1inch.dev/documentation/apis/swap/fusion-plus/introduction

🏢0x.org

  • EVM-20特化
  • 開発者向けにつよい.
  • 歴史が古い. 2016からある?
  • https://0x.org/

DEV


  • Allowance Holder: 0x0000000000001ff3684f28c67538d4d072c22734
  • Permit2: 0x000000000022d473030f116ddee9f6b43ac78ba3

Swap API/GasLess API

<2025-05-02 Fri 14:18> quoteだけしてsubmitしないならばもうすぐ垢バンしますと警告きた. そもそもFAQにも書いてあったが見落としてた. 使えないならもっと早く警告欲しかった.

Can I use 0x APIs for fetching DEX prices without submitting trades? The APIs are optimized for trading use cases, so you will hit limits on the standard plan if you request quotes without submitting trades consistently.

If you need to fetch DEX prices specifically, please contact us to discuss supporting this use case.

ref. https://help.0x.org/en/articles/10970779-0x-api-pricing-faq

🏢Matcha

0xのDEX Aggregatorはこれ. 抹茶?!

Refs

🏢KyberSwap


  • 機関投資家向け. TWAP.
  • <2025-03-06 Thu 09:00> 所感だがBaseはここが一番rateがいい気がする.

API

🏢Paraswap

EVM系. https://www.paraswap.xyz/

コストがやすい?

DEV

apiあり.

https://developers.paraswap.network/

🏢OpenOcean

https://app.openocean.finance/swap/

🏢LammaSwap

https://swap.defillama.com/

References