详解3类NFT借贷协议:优劣势对比及解决方案

AnT Capital Published on 2022-10-12Last updated on 2022-10-12

Abstract

以NFT形式封装的资产是上一轮牛市的一大爆发点之一,但除现货交易外,其他NFT-Fi相关项目发展则有些滞后,尤其是在借贷市场方面。

01摘要

TL; DR:

以NFT形式封装的资产是上一轮牛市的一大爆发点之一,但除现货交易外,其他NFT-Fi相关项目发展则有些滞后,尤其是在借贷市场方面。而反观DeFiSummer时,DEX与LendingProtocol的兴起几乎是同步的。

从绝对水平看,NFT借贷总金额不高更多是因为NFT仍是长尾资产;从相对水平看,NFT借贷渗透率较低并不是市场中缺乏供求关系,更多是缺少适应NFT特点的、能够高效匹配供求双方的借贷协议。

借贷协议主要解决三个问题:一是高效地匹配、撮合资金供求双方;二是安全地保管抵押品;三是借款人违约时按约定处置抵押品。现有的Peer-to-Pool模式和Peer-to-Peer模式没能解决好第一个问题,它们的撮合效率都不高,要么隐性资金成本高,要么时间成本高。

Peer-to-Pool模式的优点在于时间成本低,能够实现“InstantBorrowing”,缺点在于隐性资金成本高且依赖预言机报价。Peer-to-Peer模式的优点在于隐性资金成本低且无需预言机报价,缺点在于时间成本高。

基于Peer-to-Pool模式和Peer-to-Peer模式的前车之鉴,可以设想一种兼顾两者优点的Peer-to-Orderbook模式。例如,可以将抵押品、可贷金额上限和期限相同,但利率不同的订单集中到一个订单簿上,让借贷双方在不同利率水平上竞价并进行撮合,从而降低隐性资金成本和时间成本,实现更高匹配效率。

02正文

以NFT形式封装的资产是上一轮牛市的一大爆发点之一,NFT总市值在2021年初仅不到七千万美元,而到2021年8月已暴涨至427亿美元,即使是在市场转熊的2022下半年,也基本保持在210亿美元以上。NFT现货交易的火热催生出了Opensea这样估值超百亿美元的独角兽,但除现货交易外,其他NFT-Fi相关项目发展则有些滞后,尤其是在借贷市场方面。而反观DeFiSummer时,DEX与LendingProtocol的兴起几乎是同步的。

Marketcap and Trading Volume of NFT (source: nftgo.io)

那么,NFT借贷不活跃、渗透率较低的原因究竟是什么?

从绝对水平看,NFT借贷总金额不高更多是因为NFT仍是长尾资产,对于单独的Collection,总市值和交易量不高、即时流动性深度不足;

从相对水平看,NFT借贷渗透率较低并不是市场中缺乏供求关系,更多是缺少适应NFT特点的、能够高效匹配供求双方的借贷协议。

相较于FT,NFT仍是长尾资产的事实是显而易见的。即使是最头部的项目,如BAYC,其总市值仍在100万枚ETH附近波动,仅有不到15亿美元,甚至比Apecoin的FDV还要低不少。

这一事实短期内我们无力改变,但作为Web3投资人,我们看到了NFT的潜力,在下一轮牛市中,大概率会有更多类型的资产采用NFT的形式封装,NFT总市值很可能还会有十倍乃至百倍的涨幅。所以,站在现在的时点上,可以挖掘匹配效率与资金利用效率更高的借贷协议,这样的项目将更有潜力在下一轮NFT牛市中爆发。

在评估现有NFT借贷协议的模式前,不妨先梳理一下抵押借贷的本质与借贷协议发挥的作用。

抵押借贷的具体流程是,借款人提供一揽子资产作为抵押品,与贷款人就可贷金额上限、利率、期限和清算条件与方式等关键参数达成共识后,再从贷款人处获得流动资金,并按约定偿付本息。借贷关系存续期间,如果借款人违约或触发了清算条件,那么抵押品将按照约定的方式被清算。

在上述过程中,借贷协议发挥的作用可以从三个角度/阶段考虑:

1.借贷关系发生前,协议需要高效地匹配资金供求双方,即撮合能够对抵押品、可贷金额上限、利率、期限和清算条件与方式等关键参数达成共识的借款人和贷款人,帮助双方建立借贷关系。

2.借贷关系存续期间,协议需要安全地保管抵押品。

3.借贷关系存续期间,如果借款人违约,协议需要按照约定处置抵押品。

明确了抵押借贷的本质与借贷协议提供的核心价值,我们可以开始评估现有模式的优劣。

1. Peer-to-Pool模式:

优点:能够实现“InstantBorrowing”,匹配的时间成本低

缺点:隐性资金成本高(资金利用率不高,且借贷利率存在较大利差)、依赖预言机报价

详解3类NFT借贷协议:优劣势对比及解决方案

Peer-to-Pool模式

这一模式本质是对AAVE的模仿,尽管AAVE模式在FT市场取得了成功,但它并不是没有缺点。AAVE模式的缺点主要有三,一是资金利用率不高,二是借贷利率存在较大利差,三是依赖预言机报价来判断是否达到触发清算的条件。

由于利率曲线的设置,贷款人存入的资金基本不会被全部借出,实际的资金利用率往往低于50%,而这一问题又进一步导致了借贷利率存在较大利差,因为借款人支付的利息需要分给所有的贷款人。这大大地增加了匹配借贷双方的隐性资金成本。例如,本来贷款人愿意为市场提供100,000枚ETH的流动性,但借款人实际只愿意借出50,000枚(再多将无法承受高利率);本来借款人愿意支付36%的年利率,但贷款人平均只能收到12%。

BendDAO目前的利率曲线

在匹配资金供求双方时,协议代替贷款人做了决策,贷款人并不能决定哪些是被贷出资金的抵押品,也无法控制贷款的利率和期限。于是乎,为了控制系统的风险、保障贷款人利益,Peer-to-Pool模式需要引入外部预言机报价,实时确保抵押品能够偿付贷出资金。

然而,由于为NFT评估公允价格仍是一大难题,依赖预言机报价的缺点在NFT借贷中被放大了。例如,对于不成熟的外部预言机的依赖可能导致协议错误地估计市场中的流动性,为后续清算环节埋下流动性风险的隐患。

综合而言,目前的Peer-to-Pool模式并不高效,借贷双方隐含支付的匹配成本较高,且存在依赖预言机的风险,并不是理想的模式。

2. Peer-to-Peer模式:

优点:无需预言机、资金成本较低(资金利用率高、借贷利差小)

缺点:匹配的时间成本较高、成为贷款人的门槛高

Peer-to-Peer模式

本质上来说,造成Peer-to-Pool模式种种缺陷的原因在于,在匹配资金供求双方时,协议代替贷款人做了决策。那么,如果将决定合同中关键参数的权利交还给贷款人,这些问题是否就迎刃而解了呢?

的确如此,在以NFTf为代表的Peer-to-Peer模式中,由于接受哪个NFT作为抵押品、借贷金额的上限、期限、利率和清算条件与方式等关键参数都是由借款人与贷款人双方共识过的,所以贷款人提供多少资金,借款人就能借出多少资金;借款人支付多高利率,贷款人就能得到多高利率。并且,只要借款人能够在到期日前偿付本息,就不会触发清算,也就不需要依赖预言机。

尽管以NFTfi为代表的Peer-to-Peer模式解决了Peer-to-Pool模式的问题,但这种解决方法也是有所牺牲的,同样不是完美的方案。

Peer-to-Peer模式的缺点在于,匹配过程的时间较长,借贷双方达成共识往往需要来回好几轮的报价;并且,由于目前尚未支持一个借款人向多个贷款人借款(Peer-to-multiPeer),阻挡了资金体量较小的潜在贷款人进入市场。

3. Peer-to-Orderbook模式:

基于Peer-to-Pool模式和Peer-to-Peer模式的前车之鉴,可以设想一种兼顾两者优点的Peer-to-Orderbook模式。

其实在Peer-to-Peer模式中,已经用到了标准化的借贷订单:

如果将这些分散的订单集中到一个公开的订单簿上,就能够在保留Peer-to-Peer模式优点的前提下,降低匹配的时间成本。因为,在借贷前,双方是在一个Pool(Orderbook)里寻找对手方,有Peer-to-Pool模式的优点;借贷后,实际的借贷关系是精准的、点对点的,也就有Peer-to-Peer模式的优点。例如,可以将抵押品、可贷金额上限和期限相同,但利率不同的订单集中到一个订单簿上,让多个贷款人在不同利率水平上提供流动性,借款人则能够随时从订单簿上提取他们愿意接受的资金,实现所谓的“Instant Borrowing”。

例如,图中展示了一个可能的订单簿。表头“BAYC-40ETH-90Days”代表着,这个订单簿中的借方接受每提供一个BAYC作为抵押品,就能够获得借出金额上限为40ETH、期限最长90天的借款(贷方同理)。左侧“借”列代表着,在不同利率水平下,各有多少借款需求没有被满足;右侧“贷”列代表着,在不同利率水平下,各有多少资金尚未被借出。

我认为,让借贷双方在公开的订单簿上竞价,撮合的效率将会大大提升。从匹配的时间成本与隐性资金成本综合考虑,Peer-to-Orderbook模式将优于Peer-to-Pool模式和Peer-to-Peer模式。

Related Reads

The Real Battlefield of AI Lies in the 'Dark Forest'

The article "AI's Real Battlefield is in the 'Dark Forest'" discusses the shifting dynamics in the global AI landscape, contrasting the strategic directions of Chinese and U.S. AI developers. Chinese companies like Alibaba (with its "HappyHorse" video model), ByteDance (Seedance 2.0), and Kuaishou (Kling 3.0) have taken the lead in text-to-video generation, surpassing OpenAI’s now-discontinued Sora. These models are deeply integrated into their parent companies’ content ecosystems (e.g., Douyin, Kuaishou), serving to reduce content creation costs and enhance user engagement rather than operating as standalone profit centers. In contrast, U.S. firms are pivoting toward high-stakes enterprise and security applications. Anthropic’s Claude Mythos model demonstrates advanced capabilities in autonomously discovering and exploiting software vulnerabilities, prompting concern at the highest levels of U.S. financial and governmental institutions. OpenAI responded with its own GPT-5.4-Cyber, signaling a strategic shift from consumer-facing products to enterprise-grade tools focused on cybersecurity and programming. The divergence is attributed to fundamental differences in resources and market structures. U.S. companies, backed by vast computational resources (e.g., Amazon and Google supply Anthropic with substantial funding and TPU access), can pursue deep, specialized R&D in high-value B2B sectors. Chinese firms, facing significant compute power constraints and a less mature enterprise SaaS market, have found success by leveraging their massive consumer platforms and optimizing for cost-efficiency. The article warns that the AI race is entering a "dark forest" phase—a reference to competitive dynamics where cybersecurity capabilities could determine digital sovereignty. While Chinese models like Zhipu AI’s GLM-5.1 show promise in narrowing the gap in coding proficiency, the author stresses that achieving parity in security-critical AI will require asymmetric strategies, including greater investment in coding models, adaptation to domestic hardware, and exploring international markets in the Global South.

marsbit1h ago

The Real Battlefield of AI Lies in the 'Dark Forest'

marsbit1h ago

Trading

Spot
Futures

Hot Articles

How to Buy NFT

Welcome to HTX.com! We've made purchasing AINFT (NFT) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy AINFT (NFT) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your AINFT (NFT)After purchasing your AINFT (NFT), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade AINFT (NFT)Easily trade AINFT (NFT) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

6.0k Total ViewsPublished 2024.03.29Updated 2025.12.26

How to Buy NFT

What is Altura NFT?

Altura: Providing One-Stop NFT Solutions for Game Developers

55.7k Total ViewsPublished 2024.06.12Updated 2024.06.12

What is Altura NFT?

What is AINFT

EternaFi Agents and $AINFT: A Comprehensive Analysis of AI-Powered NFT Infrastructure in the Web3 Ecosystem The intersection of artificial intelligence (AI) and blockchain technology is rapidly evolving, establishing innovative platforms that redefine ownership models and economic participation. EternaFi Agents, along with its native token $AINFT, exemplifies a groundbreaking approach to the tokenization of AI infrastructures through the means of non-fungible tokens (NFTs). Launched in July 2025 by the development team at Nova Club, EternaFi merges the advancements of AI with the decentralized financial mechanisms of blockchain, presenting a unique investment opportunity for participants within the web3 ecosystem. This article aims to provide an in-depth assessment of EternaFi Agents, covering its core components, functionality, and significance within the crypto landscape. Introduction and Project Overview EternaFi Agents stands as a salient example of how blockchain technology can democratize access to advanced AI capabilities. The project endeavors to reshape the paradigm of AI ownership by diversifying economic participation, making sophisticated AI systems accessible to a larger pool of stakeholders. At its core, the project tokenizes a proprietary large language model (LLM) developed by Nova Club, allowing NFT holders to gain fractional exposure to the model's economic performance. By utilizing NFTs representing stakes in the LLM, EternaFi Agents fosters a model wherein stakeholders not only participate in AI service consumption but also enjoy sharing in the economic rewards generated by the platform. This transformative approach enables the development of sustainable revenue models for AI services, all the while promoting broad community engagement and facilitating transparent governance. What is EternaFi Agents? EternaFi Agents represents an AI-NFT infrastructure project that aims to blend the capabilities of AI with blockchain technology in a coherent ecosystem. The essential feature of this project is the creation of NFTs that serve as financial instruments, representing fractions of ownership in Nova Club's proprietary AI infrastructure. Each NFT symbolizes direct exposure to the economic performance of the underlying AI system, providing a lucrative opportunity for investors. The project operates on the Base blockchain, known for its scalability and efficiency, thus ensuring manageable transaction costs while facilitating a seamless operational experience. One of the notable features includes a revenue-sharing mechanism, wherein NFT holders can receive portions of subscription income generated by the AI services provided on the platform. This innovative approach establishes a connection between the success of the AI services and the economic dividends distributed among the holders, thus ensuring an alignment of interests across the community. Who is the Creator of EternaFi Agents? The creative force behind EternaFi Agents is Nova Club, a development team based in Singapore proficient in the amalgamation of AI and blockchain technology. Their prior experience in AI development and cryptocurrency analysis gives credence to the project, contributing a breadth of expertise to the creation of EternaFi Agents. Nova Club’s mission centers on democratizing access to cutting-edge AI technologies while building sustainable economic models that benefit users alongside developers. Their commitment to transparency, community governance, and innovation is reflected in the design and implementation of the EternaFi platform, aiming to establish a unique ecosystem that fosters positive engagement and long-term value creation. Who are the Investors of EternaFi Agents? The specific details concerning investors or investment organizations backing EternaFi Agents are not publicly available. However, EternaFi has adopted an inclusive approach to funding its development through the sale of NFTs to the public, allowing a wide array of participants to invest in the ecosystem. The project’s architecture ensures that core infrastructure is funded responsibly while allowing community members to partake in the ownership and economic returns generated from the AI services. This model emphasizes community engagement by aligning the interests of investors and project developers, creating a collaborative environment where long-term participation is incentivized. How Does EternaFi Agents Work? EternaFi Agents operates through a multifaceted ecosystem where NFTs serve as a primary means of ownership representation within the project. Each NFT holder is entitled to a share of the monthly subscription income produced by the underlying AI-powered platform, thereby positioning NFT ownership as a lucrative investment vehicle. Revenue Generation Mechanism The primary source of revenue generation for the EternaFi platform stems from subscription fees related to the AI services provided. Users can access various tiered services, ranging from basic market analysis tools to comprehensive AI-assisted trading solutions. These services are monetized and form the basis for the revenue-sharing framework, which distributes profits to NFT holders through automated smart contracts. An innovative feature of the EternaFi ecosystem is the revenue-sharing mechanism that operates transparently, ensuring that rewards are allocated based on verifiable metrics from the AI platform's operations. This creates a direct link between the performance of AI services and the returns available to community investors, establishing a sustainable economic model. Staking and Vesting Mechanisms Participants within EternaFi can engage in staking their NFTs to unlock additional economic benefits. The vesting schedule is designed to promote long-term commitment among participants, rewarding those who exhibit ongoing support for the project. This ensures a robust alignment of interests and fosters a sense of community engagement essential for achieving the project's long-term goals. Transparent Governance EternaFi Agents embraces decentralized governance, allowing NFT holders to play an active role in decision-making regarding the platform's development and future directions. The governing structure includes community voting mechanisms, providing NFT holders with the opportunity to influence significant decisions and contributing to a collaborative approach to project growth. Timeline of EternaFi Agents The development trajectory of EternaFi Agents showcases a systematic approach toward building a sustainable AI infrastructure while meeting the needs of community participants. Below is a timeline of important milestones in the project’s history: July 2025: Launch of EternaFi Agents, including the public sale of NFTs and deployment of the $AINFT token on the Base blockchain. Q4 2025: Establishment of market infrastructure including liquidity pools and launch of staking dashboards for NFT holders. 2026: Initiation of community engagement programs, expanding AI capabilities, and integration with cross-chain technologies. Q4 2026: Implementation of the dividend distribution system, allowing NFT holders to reap economic benefits from their investments. These milestones signify the focus on establishing a functional and participative ecosystem while ensuring continuous evolution to meet market demands. Technological Infrastructure and Blockchain Integration EternaFi Agents is anchored in an advanced technological framework combining AI systems with blockchain capabilities. Operating on the Base blockchain, the project leverages the advantages of scalability and low transaction costs. The underlying smart contract architecture governs the NFT ownership, revenue sharing, and community management features, ensuring efficiency and transparency. AI System Development The proprietary large language model underpinning EternaFi Agents has been independently developed and designed to cater to revenue-generating applications without reliance on proprietary external frameworks. This endeavor reflects a commitment to creating a versatile and adaptable AI infrastructure capable of delivering meaningful services to users, thus generating economic value for investors. Security Measures The robustness of EternaFi’s security infrastructure is paramount. Regular audits and stringent security measures ensure the integrity of the AI systems and blockchain mechanisms, safeguarding against potential vulnerabilities while fostering confidence among participants. Conclusion EternaFi Agents signifies a landmark innovation within the realm of artificial intelligence and blockchain technology, opening avenues for community ownership and economic participation in advanced AI capabilities. The project’s comprehensive strategy to tokenize AI infrastructure via NFTs establishes a precedent for future decentralized ecosystems. By harmonizing technical sophistication with user-centric economic models, EternaFi not only fosters engagement but also generates a sustainable revenue-sharing framework for community participants. The significance of EternaFi extends well beyond its operational success as it exemplifies how blockchain can democratize cutting-edge AI technologies, paving the way for future ventures in this intersectional space. The evolution of EternaFi Agents may herald a new era of AI development characterized by participant-driven governance, sustainable economic models, and transparent verification, ultimately contributing to the broader democratization of AI and technology accessibility across industries.

3.6k Total ViewsPublished 2025.08.14Updated 2025.08.14

What is AINFT

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of NFT (NFT) are presented below.

活动图片