首页 » 加密新闻
路线图聚焦于 Aave V4、Horizon 和 Aave App,因为 Aave 摆脱了 SEC 的审查。
}
function loadTrinityPlayer(targetWrapper, theme,extras="") {
cleanupPlayer(targetWrapper); // Always clean first ✅
targetWrapper.classList.add('played');
// Create script
const scriptEl = document.createElement("script");
scriptEl.setAttribute("fetchpriority", "high");
scriptEl.setAttribute("charset", "UTF-8");
const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);
scriptURL.searchParams.set("pageURL", window.location.href);
scriptEl.src = scriptURL.toString();
// Insert player
const placeholder = targetWrapper.querySelector(".add-before-this");
placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);
}
function getTheme() {
return document.body.classList.contains("dark") ? "dark" : "light";
}
// Initial Load for Desktop
if (window.innerWidth > 768) {
const desktopBtn = document.getElementById("desktopPlayBtn");
if (desktopBtn) {
desktopBtn.addEventListener("click", function () {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),'&autoplay=1′);
});
}
}
// Mobile Button Click
const mobileBtn = document.getElementById("mobilePlayBtn");
if (mobileBtn) {
mobileBtn.addEventListener("click", function () {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),'&autoplay=1′);
});
}
function reInitButton(container,html){
container.innerHTML = " + html;
}
// Theme switcher
const destroyButton = document.getElementById("checkbox");
if (destroyButton) {
destroyButton.addEventListener("click", () => {
setTimeout(() => {
const theme = getTheme();
if (window.innerWidth > 768) {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if(desktopWrapper.classList.contains('played')){
loadTrinityPlayer(desktopWrapper, theme,'&autoplay=1′);
}else{
reInitButton(desktopWrapper,'Listen')
const desktopBtn = document.getElementById("desktopPlayBtn");
if (desktopBtn) {
desktopBtn.addEventListener("click", function () {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,'&autoplay=1');
});
}
}
} else {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if(mobileWrapper.classList.contains('played')){
loadTrinityPlayer(mobileWrapper, theme,'&autoplay=1′);
}else{
const mobileBtn = document.getElementById("mobilePlayBtn");
if (mobileBtn) {
mobileBtn.addEventListener("click", function () {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,'&autoplay=1′);
});
}
}
}
}, 100);
});
}
})();
使用 AI 总结
使用 AI 总结
Aave 创始人兼首席执行官 Stani Kulechov 于星期二概述了 2026 年的总体计划,详细说明了 Aave Labs 如何通过三个主要举措将协议扩展为全球链上金融基础设施的核心部分:Aave V4、Horizon 和 Aave App。
根据 Kulechov 的说法,Aave V4 将对借贷协议进行全面重新设计,以解决流动性分散问题并显著扩大容量。
三大支柱
此次升级预计将引入 Hub 和 Spoke 架构,其中资本 Hub 部署在每个网络上,并在其上构建专门的 Spoke 以支持针对不同资产类型的定制借贷市场。最终目标是支持数万亿美元的资产,并将 Aave 定位为寻求链上信贷的机构、金融科技公司和企业的主要流动性提供者。
该公司还计划在 V4 的同时推出新的开发者体验。该工具旨在降低在 2026 年在协议上构建应用程序和启动新市场的门槛。路线图的另一个核心组成部分是 Horizon,这是 Aave 面向机构的现实世界资产市场。
Horizon 允许合格机构使用美国国债等代币化资产和其他信贷工具作为抵押品来借入稳定币,同时满足合规性和运营要求。Kulechov 解释说,Horizon 的净存款已达到约 5.5 亿美元,预计明年将扩大到 10 亿美元及以上。
Aave Labs 计划通过与资产管理公司和金融公司的合作来扩展 Horizon,包括 Circle、Ripple、Franklin Templeton 和 VanEck。
2026 年战略的第三大支柱是 Aave App,Aave Labs 将其描述为主要的面向消费者产品和用户增长的主要驱动力。Aave App 计划在 2026 年初全面推出,该公司的目标是通过该产品获得首批 100 万用户。Kulechov 表示,V4、Horizon 和 Aave App 的联合推出旨在支持 Aave 成为全球链上信贷层的更广泛目标,能够大规模服务机构资本和零售用户。
您可能还喜欢:
SEC 结束对 Aave 的调查
与此同时,这一总体计划是在美国证券交易委员会 (SEC) 经过四年后结束对 Aave 协议的调查之后不久提出的。Kulechov 证实了这一进展并发推文称,
有趣的是,Aave 并不是唯一获得证券监管机构批准的平台。SEC 关闭了在拜登政府期间启动的多项调查。这包括 Gemini、OpenSea、Robinhood 和 Uniswap 等。
CryptoPotato 读者的秘密合作伙伴奖金:使用此链接注册并解锁价值 $1,500 的独家 BingX Exchange 奖励(限时优惠)。
来源: https://cryptopotato.com/inside-aaves-bold-2026-vision-trillions-in-assets-millions-of-users/


