# DEX Aggregator **Published by:** [ShaoN](https://paragraph.com/@shaon/) **Published on:** 2023-07-31 **URL:** https://paragraph.com/@shaon/dex-aggregator ## Content 聚合器举个例子:现实中的电商平台是对不同店铺的聚合,以提供线上购物体验;短视频平台是对各种视频信息的聚合等。。。 DeFi 中的聚合器是类似的,比如交易聚合(e.g. 1inch exchange),信息聚合(e.g. DeBank, DeFiLama)我想以最优的价格和更低的 fee 做 Swap多个 Exchange 中比较价格分散订单 / 分拆订单我想节省时间自动从多个交易所拉取报价,并且可以按照最优路径自动执行我想避免过大的价格滑点和价格影响可以设置滑点比例,控制在某个范围分散订单金额,不同交易所的深度不一样我想以安全可控的方式完成交易自己掌握资产,自己掌握私钥,Web3 WalletDeFi:DEX……What is a DEX aggregator ? A DEX aggregator is a service that brings together liquidity from a number of different decentralized exchanges and market makers, helping users quickly find the best price for a given trade. (去中心化交易所聚合器是一种服务,它汇集了来自多个不同去中心化交易所和做市商的流动性,帮助用户快速找到特定交易的最佳价格。) In order to receive the best and most efficient price for a swap, one must check for the best price across all the DEXs. Manually checking is not efficient and does not enable complex trading routes and paths. Thus, sophisticated DEX aggregator algorithms are key for saving money on swaps. (为了获得最佳、最有效的 swap 价格,必须检查所有 DEX 的最佳价格。手动检查效率不高,而且无法实现复杂的交易路线和路径。因此,复杂的 DEX 聚合算法是节省 swap 成本的关键。) Why we need DEX aggregator ?提供不同平台的流动性,更好的深度,更好的价格省时,节省交易成本提供更友好的用户体验How do dex aggregators work ?聚合交易的算法交易路径 (Pathfinder, Smart Order Route …)价格影响:用户的交易对依赖资产市场价格的影响,和资金池和AMM流动性有关,流动性差的资产对价格的影响很大滑点Price Impact vs. Price SlippagePrice Impact 是指自己的交易引起的价格变化保护:自动拆分交易额到不同的流动性来源中Price Slippages 是指别人的交易引起的价格变化保护:让用户主动设置滑点容忍度支持多个 DEXs 来保证足够的流动性和深度UniswapCurve DEXPancakeSwapBalancer…AggregatorDeFiLama Swap1inch swapAggregator Protocol, Pathfinder1inch APILimit order protocol…Other Aggregator ProductMatcha0x Swap APIParaSwapMetamask Swap0x swap API提供 API 轻松构建 Aggregator UXCoinbase Wallet、Robinhood Wallet、Metamask、Zerion、Zapper etc.0x protocol。。。ReferenceWhat Are DEX Aggregators ?What is a Aggregator ? ## Publication Information - [ShaoN](https://paragraph.com/@shaon/): Publication homepage - [All Posts](https://paragraph.com/@shaon/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@shaon): Subscribe to updates - [Twitter](https://twitter.com/Shaohan_N): Follow on Twitter