When Curators Become a Risk Variable in DeFi Lending, How Can Algorithms Reshape the Market?

比推發佈於 2025-12-10更新於 2025-12-10

文章摘要

The article argues that the current "Curator" model in DeFi lending, as seen in protocols like Morpho and Euler, reintroduces human moral risk and inefficiency. It traces the evolution of lending markets, highlighting that early pooled models (e.g., Compound, Aave) sacrificed lender risk control for borrower convenience, while isolated markets (e.g., Morpho Blue) fragmented liquidity. Curator vaults attempted to bridge this gap but reintroduced trust assumptions and discretionary decision-making. The author proposes a new paradigm inspired by traditional order books: a two-tier architecture separating risk definition from order matching. In this model (exemplified by Avon), lenders deposit into isolated, parameter-defined "strategies" (retaining full risk control), while a shared order book algorithmically aggregates and routes borrower requests across compatible strategies atomically. This eliminates the need for human curators, enhances transparency, and improves liquidity utilization. The approach also benefits RWA by allowing compliance at the strategy level while pooling global liquidity. Built on high-performance chains like MegaETH, this CLOB-based system aims to automate lending coordination without sacrificing lender autonomy or borrower experience.

Original Author: @0xJaehaerys, Gelora Research

Original Compilation: EeeVee, SpecialistXBT, BlockBeats

Original Title: Lending Markets Do Not Need the Curator Model


Editor's Note: After the successive blowups of Stream Finance and USDX, the DeFi community is undergoing a painful disenchantment. The "Curator" model introduced by protocols like Morpho and Euler was originally intended to solve liquidity fragmentation but inadvertently reintroduced the moral hazard of "human" factors on-chain. The author of this article points out that current lending protocols mistakenly bundle "risk definition" with "order matching." By drawing on the order book model from traditional finance, this article constructs a new paradigm that eliminates the need for curators and relies on algorithmic automatic routing.

The Evolutionary Logic of Lending Markets

Reviewing the evolution of on-chain trading provides a reference for understanding lending market.

AMMs based on constant functions (like Uniswap) solved a fundamental problem: how to create a market without active market makers? The answer was to use an invariant function to preset the "shape" of liquidity. Liquidity providers pre-agree to a set of strategies, and the protocol handles execution automatically.

This works well in trading because trading is relatively simple: buyers and sellers meet at a price. But lending is much more complex. A loan involves multiple dimensions:

Interest rate

Collateral type

Loan-to-Value ratio (LTV)

Term (fixed vs. demand)

Liquidation mechanism

Matching a loan requires satisfying constraints across all these dimensions simultaneously.

Early DeFi lending directly adopted solutions similar to AMMs. Protocols like Compound and Aave preset interest rate curves, with lenders joining a shared pool. This allowed lending markets to function without active lenders.

But this analogy has a fatal flaw. In DEX trading, the shape of the constant function curve affects execution quality (slippage, depth); in lending, the shape of the interest rate curve directly determines risk. When all lenders share a single pool, they also share the risk of all collateral accepted by the pool. Lenders cannot express their desire to bear only specific types of risk.

In the trading space, order books solved this problem: they allow market makers to define their own "curve shape." Each market maker quotes at their preferred price, the order book aggregates these quotes into a unified market, but each market maker still controls their own risk exposure.

Can lending adopt the same approach? A project named Avon attempts to answer this question.

The Liquidity Fragmentation Problem

To give lenders control, DeFi's first attempt was market isolation.

Protocols like Morpho Blue and Euler allow anyone to create lending markets with specific parameters: designated collateral, borrowed asset, fixed liquidation LTV, and interest rate curve. Lenders deposit into markets that match their risk preferences. Bad debt in one market never spills over to another.

This is perfect for lenders; they get the risk isolation they want.

But for borrowers, this creates fragmentation.

Take ETH-USDC lending as an example. There might be a dozen different markets:

Market B: $3M liquidity, 86% LTV, 5.1% interest rate

Market C: $2M liquidity, 91% LTV, 6.8% interest rate

... and 9 other markets with lower liquidity

A user wanting to borrow $8 million cannot be satisfied from a single market. They must manually compare prices, execute multiple transactions, manage分散的头寸, and track different liquidation thresholds. The theoretical optimal solution requires splitting the loan across four or more markets.

In practice, no one does this. Borrowers typically just pick one market. Capital utilization is low in fragmented pools.

Market risk isolation solved the lender's problem but created a borrower's problem.

The Limitations of Curator Vaults

The curator vault model attempts to bridge this gap.

The idea is: professional curators manage capital allocation. Lenders deposit into vaults, and curators allocate funds to underlying markets, optimizing yield and managing risk. Borrowers still face fragmented markets, but at least lenders don't have to manually rebalance.

This helps lenders who want to "set and forget," but it introduces something DeFi aimed to eliminate: discretionary power.

Curators decide which markets get capital and can reallocate at any time. The lender's risk exposure changes with the curator's decisions, unpredictably and uncontrollably. As one Twitter user put it: "The curator is PvPing the borrower, but the borrower doesn't even know they are being farmed."

This asymmetry is not only in strategy but also in the accuracy of the basic interface. Morpho's UI sometimes shows "$3 million available liquidity," but in practice, funds at low interest rates are scarce, with most capital located in higher rate tiers.

When liquidity coordination relies on human decisions, transparency suffers.

Capital allocators adjust market liquidity on their schedule, not based on the market's immediate needs. Vaults try to solve borrower fragmentation through "rebalancing," but rebalancing requires gas fees, depends on the curator's willingness, and often lags. Borrowers still face suboptimal rates.

Separating Risk from Matching

Lending protocols conflate two distinct modules.

User definition of risk: Different lenders have different views on collateral quality, leverage ratios.

The protocol's method of matching loans: This is mechanical. It doesn't require user subjectivity, just efficient routing.

The pooled model bundles these two, lenders lose control.

The isolated pool model separates risk definition but abandons matching, forcing borrowers to manually find the optimal path.

The curator vault model adds matching back through the curator role but introduces a trust assumption in the curator.

Can matching be automated without introducing discretion (human intervention)?

Order books in trading did this. Market makers define quotes, the order book aggregates depth, matching is deterministic (best price first). No one decides where orders go, the mechanism decides everything.

CLOB lending applies the same principle to credit markets:

Lenders define risk through isolated strategies.

Strategies post quotes to a shared order book.

Borrowers interact with unified liquidity.

Matching happens automatically, without curator intervention.

Risk stays with the lender, coordination becomes mechanical. No trust in a third party is needed at any point.

Two-Tier Architecture

Avon implements order book lending through two unique tiers.

Strategy Layer

A "Strategy" is an isolated lending market with fixed parameters.

The strategy creator defines the following parameters: Collateral/Borrowed Asset, Liquidation LTV, Interest Rate Curve, Oracle, Liquidation Mechanism.

Once deployed, the shape of the interest rate curve cannot be changed. Lenders know the rules exactly before depositing.

Funds never move between strategies.

If you deposit into Strategy A, your money stays in Strategy A until you withdraw. No curators, no rebalancing, no sudden changes in risk exposure.

Although someone (the strategy manager) sets the parameters, they are fundamentally different from a curator: Curators are capital allocators (deciding where money goes), strategy managers are true risk managers (defining rules but not moving money), analogous to Aave DAO. The decision-making power for capital allocation always remains with the lender.

How does the system adapt to market changes? Through competition, not parameter modification. If the risk-free rate soars, this forces old strategies to become obsolete (funds flow out), and new strategies are created (funds flow in). "Discretion" shifts from "where should capital go?" (curator's decision) to "which strategy should I choose?" (lender's decision).

Matching Layer

Strategies do not serve borrowers directly; instead, they post quotes to a shared order book.

The order book aggregates quotes from all strategies into a unified view. Borrowers see the combined depth of all strategies that accept their collateral.

When a borrower places an order, the matching engine:

Filters quotes by compatibility (collateral type, LTV requirements).

Sorts by interest rate.

Executes starting from the cheapest.

Settles within an atomic transaction.

If one strategy can fulfill the entire order, it takes it all; if not, the order is automatically split across multiple strategies. The borrower only perceives one transaction.

Important note: The order book only reads strategy states; it cannot modify them. It is only responsible for coordinating access, not allocating capital.

A Boon for RWA

DeFi has always faced a structural contradiction in institutional adoption: compliance requires isolation, but isolation kills liquidity.

Aave Arc tried the "walled garden" model, where compliant participants have their own pool. The result was shallow liquidity and poor rates. Aave Horizon tried a "semi-open" model (RWA issuers require KYC, but lending is permissionless). This is progress, but institutional borrowers still cannot access the $32 billion liquidity in Aave's main pool. Some projects explored permissioned rollups. The KYC process is completed at the infrastructure level. This approach works for some use cases but fragments liquidity at the network layer. Compliant users on Chain A cannot access liquidity on Chain B.

The order book model offers a third way.

The strategy layer can enforce any access control (KYC, geographic restrictions, accredited investor checks). The matching engine is only responsible for matching.

If a compliant strategy and a permissionless strategy both offer compatible terms, they can simultaneously fill the same loan.

Imagine a corporate treasury抵押代币化国债 borrowing $100 million:

$30 million from a strategy requiring institutional KYC (pension fund LPs)

$20 million from a strategy requiring accredited investor certification (family office LPs)

$50 million from a completely permissionless strategy (retail LPs)

Funds are never mixed at the source, institutions remain compliant, but liquidity is unified globally. This breaks the deadlock of "compliance equals isolation."

Mechanisms for Multi-Dimensional Matching

Order books match on only one dimension: price. The highest bid and lowest ask match.

Lending order books must match across multiple dimensions simultaneously:

Interest Rate: Must be below the borrower's acceptable上限.

LTV: The borrower's collateral ratio must meet the strategy's requirements.

Asset Compatibility: Currency match.

Liquidity: Sufficient market liquidity.

Borrowers who provide more collateral (lower LTV) or accept higher interest rates can match with more strategies. The engine finds the cheapest path within this constraint space.

A note for large borrowers. In Aave, $10 billion in liquidity is a monolithic pool. In order book lending, $10 billion might be分散在数百种策略中. A $100 million loan would quickly consume the entire order book, filling from the cheapest strategies first, progressively moving to the most expensive ones. Slippage is visible.

Pool-based systems also have slippage, just manifested differently: a surge in utilization pushes up interest rates. The difference is transparency. In the order book, slippage is visible upfront. In the pool, slippage only becomes apparent after the trade executes.

Floating Rates and Re-quoting

DeFi lending uses floating rates. As utilization changes, so does the interest rate.

This creates a synchronization challenge: if the strategy utilization changes but the quote on the order book isn't updated, the borrower executes at the wrong price.

Solution: Continuous re-quoting.

As soon as the strategy state changes, immediately post a new quote to the order book. This requires extremely high infrastructure performance:

Very fast block times.

Extremely cheap transaction costs.

Atomic state reads.

This is why Avon chose to build on MegaETH. On Ethereum Mainnet, this architecture is prohibitively expensive due to gas fees.

Existing friction:

If market rates move but the strategy's fixed curve doesn't adapt, a "Dead Zone" appears – borrowers find it too expensive to borrow, and lenders earn no yield. In Aave, the curve adjusts automatically, whereas in CLOB mode, this requires lenders to manually withdraw and migrate to new strategies. This is the price paid for control.

Multi-Strategy Position Management

When a loan is filled by multiple strategies, the borrower effectively holds a multi-strategy position.

Although it looks like one loan on the interface, the underlying components are independent:

Independent Interest Rates: Component A's rate might rise due to increased utilization in Strategy A, while Component B remains unchanged.

Independent Health Ratios: When the token price drops, components with stricter LTV limits are liquidated first locally. You don't get liquidated all at once but experience a series of partial liquidations, like being "nibbled away."

To simplify the experience, Avon provides unified position management (one-click add collateral, automatically distributed by weight) and one-click refinancing功能 (automatically borrow new to repay old via flash loans, always locking in the market's best rate).

Conclusion

DeFi lending has gone through several stages:

Pooled Protocols: Gave borrowers depth but剥夺了放贷人的控制权.

Isolated Markets: Gave lenders control but fragmented the borrower experience.

Curator Vaults: Attempted to bridge the two but introduced human decision-making risk.

Order Book Lending (CLOB): Decouples the above models. Risk definition rights return to lenders; matching is achieved through an order book engine.

The design principle is clear: when matching can be achieved through code, human intervention is no longer needed. Markets can self-regulate.


Twitter:https://twitter.com/BitpushNewsCN

Bitpush TG Discussion Group:https://t.me/BitPushCommunity

Bitpush TG Subscription: https://t.me/bitpush

Original Link:https://www.bitpush.news/articles/7594633

相關問答

QWhat is the core problem with the 'Curator' model in DeFi lending protocols like Morpho and Euler?

AThe Curator model reintroduces human discretion and moral risk into the system. Curators decide where capital is allocated, which can change lenders' risk exposure unpredictably and create information asymmetry, undermining the trustless and transparent ideals of DeFi.

QHow does the proposed CLOB (Central Limit Order Book) model for lending separate risk from matching?

AThe CLOB model separates risk definition and order matching into two distinct layers. The Strategy Layer allows lenders to define risk in isolated, fixed-parameter markets. The Matching Layer is a shared order book that automatically and deterministically routes borrower orders to the best available strategies without any human intervention.

QWhat advantage does the order book model offer for Real-World Assets (RWA) in DeFi?

AIt allows for compliance at the strategy level (e.g., KYC, accreditation checks) while aggregating liquidity at the matching layer. This enables compliant and permissionless strategies to simultaneously serve the same borrower, unifying global capital without mixing it at the source and breaking the 'compliance equals isolation' dilemma.

QWhat is a key infrastructural requirement for a CLOB lending system to function effectively?

AIt requires extremely high-performance infrastructure with fast block times, very low transaction costs, and atomic state reads. This is necessary for strategies to continuously re-quote their rates on the order book in response to market changes, ensuring borrowers get accurate, up-to-date pricing.

QHow does the CLOB model change the experience for a large borrower compared to a pooled model like Aave?

AIn a pooled model, a large borrower interacts with a single pool, and slippage manifests as a sharp increase in the interest rate due to higher utilization. In a CLOB model, liquidity is fragmented across many pools (strategies). Slippage for a large loan is visible upfront as the order is filled progressively from the cheapest to the most expensive strategies, offering more predictable execution.

你可能也喜歡

Evernorth称RLUSD不是XRP杀手:原因如下

Evernorth首席商务官Sagar Shah近日驳斥了Ripple即将推出的美元稳定币RLUSD将取代XRP的观点,强调两者在链上金融中设计用途不同。RLUSD旨在成为一种高品质的数字美元,而XRP在XRP Ledger上扮演的是中立的路由资产角色,用于跨资产结算、提供流动性和充当抵押品。 针对“RLUSD能否取代XRP”的疑问,Shah用儿童交换零食的比喻来解释:当资产(零食)种类繁多时,直接配对交易效率低下。XRP就像那个持有各种零食的“交换伙伴”,作为中间桥梁资产,使交易能够即时完成,而用户无需感知其存在。RLUSD则像是“果汁盒”,是一种价值明确(锚定1美元)的特定资产,适用于交易双方都需要美元的场合。 Shah提出RLUSD无法取代XRP的三个核心原因: 1. **发行方风险**:作为由公司发行的稳定币,若其成为所有交易的强制路由资产,发行方一旦出现监管、银行或法律问题,将危及整个系统。 2. **缺乏中立性**:稳定币发行方必须遵守制裁、法院命令等限制,这与其作为全球无需许可账本上的通用路由资产所需的中立性相悖。XRP在当前协议设计下无法被冻结或阻止交易,具备这种中立性。 3. **市场结构**:在拥有数百种资产的世界里,无法为所有资产对都建立流动性池。XRP因其高流动性、协议默认路径经过以及做市商集中等原因,更适于成为通用的桥梁资产。 Shah总结认为,链上金融的发展既需要数字美元(如RLUSD),也需要中立的路由资产(如XRP),两者功能不同,将随着生态扩大而共同增长。

bitcoinist43 分鐘前

Evernorth称RLUSD不是XRP杀手:原因如下

bitcoinist43 分鐘前

刑拘 37 天,第一批靠“AI 中转站”发财的人开始进去了

2026年5月,据称一名AI中转站站长因非法逆向爬取、倒卖低价AI接口资源被刑事拘留37天,目前取保候审。此事揭示了当前火爆的AI中转站业务背后的法律与安全风险。 AI中转站为国内用户提供访问海外大模型(如OpenAI、Claude)的渠道,通过统一接口解决网络、支付等问题,因此需求激增。其盈利模式包括:转卖账号免费额度、利用退款机制套利、虚报计费Token、用低成本模型掉包高价模型,以及转卖用户对话数据。这些做法使得服务价格极低,但实质多为灰色操作。 从法律层面分析,该业务主要存在三大风险:1. **经营模式违法**:通过技术手段逆向获取接口、规避地区限制,且未取得电信业务经营许可,可能涉嫌非法经营罪。2. **数据安全缺失**:作为大量用户数据的经手方,多数中转站缺乏安全管理制度,一旦数据泄露,可能构成拒不履行信息网络安全管理义务罪。3. **违规收集出售数据**:未经用户同意收集并转卖包含个人或商业敏感信息的对话记录,极易达到侵犯公民个人信息罪的立案标准。 该事件反映出AI行业野蛮生长下的隐患。对用户而言,低价伴随数据暴露风险;对厂商而言,灰产消耗其资源、扰乱定价体系,损害行业可持续发展。行业正处规范化关键期,建立合规秩序与信任基础是长远发展的前提。

marsbit1 小時前

刑拘 37 天,第一批靠“AI 中转站”发财的人开始进去了

marsbit1 小時前

交易

現貨
合約

熱門文章

如何購買HPP

歡迎來到HTX.com!在這裡,購買House Party Protocol (HPP)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買House Party Protocol (HPP)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的House Party Protocol (HPP)購買House Party Protocol (HPP)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易House Party Protocol (HPP)在HTX的現貨市場輕鬆交易House Party Protocol (HPP)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

157 人學過發佈於 2026.04.29更新於 2026.04.29

如何購買HPP

什麼是 GENIUS

I. 項目介紹:1. Genius 是什麼?Genius 被定義為 “終極鏈上終端”,它是一個專注於隱私和速度的去中心化交易平台。Genius 旨在通過集成先進的隱私技術,在 BNB Chain 等網絡上構建未來的隱私交易基礎設施,並讓用戶像使用中心化交易所一樣流暢地進行鏈上操作。2. Genius 是如何運作的?Genius 的核心技術架構如下:鏈隱身 (Chain-invisible): 用戶不需要手動進行多步授權跨鏈、資產包裝(Wrapping)或管理複雜的 Gas 費。無簽名交易 (Signatureless): 通過技術集成(如 Turnkey),實現無需彈出窗口確認、無需逐筆授權的即時交易。聚合器之上的聚合器: Genius 背後由一套“同類最佳”的聚合服務驅動,集成了超過 150 個 DEX,號稱在報價效率上超過市場所有同類產品。賬戶管理: 採用 非托管 (Non-custodial) 架構,使用 Turnkey 和 Lit Protocol 管理私鑰,用戶通過生物識別(Passkeys)即可安全登錄。3. Genius 的創造者是誰?根據官方服務條款,Genius 由 Shuttle Labs, Inc 開發。根據官方X帳號,Ryan Myher 是項目的核心推動者之一,負責產品迭代(如 Ghost 協議的上線)及社區互動。幣安創始人 CZ (Binance) 已正式作為顧問加入該項目,旨在幫助團隊構建更快速、更私密的鏈上交易體驗。此外, 項目得到了 YZi Labs 的深度支持。YZi Labs 對 Genius 進行投資,並與 Genius 基金會合作,後者負責維護核心的 Genius Bridge Protocol (GBP)。4. Genius 的代幣經濟學Genius 的原生代幣為 GENIUS,官方未發布完整的代幣經濟文檔。通縮與銷毀機制:根據官方最新披露,在上線初期就已經銷毀了總供應量的 4.6%;Genius Points (GP) 積分系統:1)交易即挖礦: 官方設立了總額為 2 億個 Genius Points 的獎池,用戶在終端進行的每一筆交易都會賺取 GP。2)等級與勳章: 設有從 Smart 到 God 的階梯式勳章系統,爬升等級可解鎖更多權益。3)原生收益:用戶在儀表盤持有特定資產(如 usdGG)時,可以直接獲得原生收益,無需複雜的質押操作。4)推薦獎勵系統:推薦人可獲得高達 45% 以上 的手續費返佣(以 USDC 形式發放)以及額外的 GP 獎勵。5. 時間線及關鍵里程碑2020 年 3 月: 官方推特帳號創建,項目進入早期籌備階段。2026 年 1 月 13 日: 宣布獲得 YZi Labs 的數千萬美元投資,同時宣布 CZ 加入擔任顧問。這一里程碑旨在加速構建私密交易體驗。2026 年 4 月 18 日: 宣布 Ghost 隱私協議即將上線。2026 年 4 月 29 日(當前): Ghost 協議正式向首批 50 名測試者開放,標誌著 BNB Chain 隱私交易新時代的開啟。同時確認代幣銷毀進度已達 4.6%。II.代幣基本信息代幣符號:GENIUS (Genius)III. 相關鏈接官網:https://www.tradegenius.com/home區塊鏈鏈接:https://bscscan.com/address/0x1f12b85aac097e43aa1555b2881e98a51090e9a6社交媒體:https://x.com/GeniusTerminal注意:項目簡介來自於官方項目團隊所發布或提供的信息資料,可能存在過時、錯誤或遺漏,相關內容僅供參考且不構成投資建議,HTX不會承擔任何依賴這些信息而產生的直接或間接損失。

325 人學過發佈於 2026.04.29更新於 2026.05.12

什麼是 GENIUS

如何購買GENIUS

歡迎來到HTX.com!在這裡,購買Genius (GENIUS)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買Genius (GENIUS)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的Genius (GENIUS)購買Genius (GENIUS)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易Genius (GENIUS)在HTX的現貨市場輕鬆交易Genius (GENIUS)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

240 人學過發佈於 2026.04.29更新於 2026.05.12

如何購買GENIUS

相關討論

歡迎來到 HTX 社群。在這裡,您可以了解最新的平台發展動態並獲得專業的市場意見。 以下是用戶對 A (A)幣價的意見。

活动图片