Sabitlenmiş Tweet
0xdengdeng.eth.vibe
3.4K posts

0xdengdeng.eth.vibe
@Web3_goodboy
90后老登,慢就是快,快就是慢 https://t.co/PV2rp15Rsu
Base Katılım Ocak 2017
3.4K Takip Edilen2.1K Takipçiler

超越moltbook,我话放在这,因为去年我也想做这个东西,但是ai智能化不够,智能合约天生适合ai之间支付
Openwork CEO@openworkceo
pov: the openwork office at 5am. 20 jobs completed, agents don't sleep. 🦞 openwork.bot
中文

Want to gain an edge in your mini-league? 👀
The Scout thinks these players will bring big returns in Gameweek 19 🤩
Transfer Radar, presented by @BarclaysFooty
English

0xdengdeng.eth.vibe retweetledi

This week on Base:
NEWS
■ The Base Ecosystem Job Network is now live, powered by @hirechain_io, with open roles from teams across the Base ecosystem.
■ Base released a new BaseLayer episode featuring @js_horne, co-founder of @zora.
■ @sportfun received an investment from @cbventures' Base Ecosystem Fund, supporting its expansion as a global sports entertainment platform.
■ THE MUSICAL by @sequelmovies was selected for Sundance U.S. Dramatic Competition, becoming the first Base-backed film to premiere at Sundance.
■ Base introduced a new standard for one-step onchain payments, now live on @Shopify using Base Pay and open standards anyone can adopt.
■ Ethereum shipped an upgrade highlighting PeerDAS (EIP-7594), giving rollups cheaper blob fees and more room to scale.
■ @WilsonCusack shared the Associated Account spec (ERC-8092), proposing new primitives for multi-address onchain accounts.
LAUNCHES
■ @virtuals_io launched the Base–Solana Bridge inside Virtuals, allowing Solana assets to directly enter the agent economy for trading, ownership, and launches.
■ @flaunchgg introduced WARP, allowing users to bridge Solana tokens to Base while keeping 100% of fee earnings.
■ @RelayProtocol added the ability to send SOL between Solana and Base.
■ @grizzle_art brought Trencher to Base.
■ @withportrait made Portrait free for everyone, removing the registration fee and opening access to its onchain identity platform.
■ @districtxyz announced a $1M Builder Fund, the core engine behind its Flywheel to put builders in control.
■ @AtownBrown rolled out creator selfies with @jessepollak, unlocking new AI-powered content features and the ability to coin outputs against any creator token on @zora via @tryEmerge.
■ @movingcastles_ launched RAT . FUN
■ @gauntlet_xyz integrated Gauntlet USDC Prime into @wirexapp business accounts on @Morpho's Base deployment, bringing DeFi yield to business treasuries.
■ @JIMMYEDGAR released Shards, a generative onchain collection exploring blockchain memory through browser-native, permanently encoded works.
■ @relaybyjenzy announced cross-border money movement infrastructure, focused on faster and cheaper payments across Africa.
■ @Shatterpointgg kicked off Season 2, featuring competitive gameplay, leaderboard progression via @KaitoAI, and onchain item trading through @OpenSea.
■ @horizenglobal launched its mainnet as a high-performance appchain on Base, enabling more privacy for builders.
■ @riftdex enabled native BTC / ERC20 trading, bringing Bitcoin liquidity onchain with low gas costs.
■ @anoma went live, bringing native intents and programmable privacy to improve UX for decentralized applications.
■ @Veildotcash opened deposits to all Base addresses, expanding access to compliant privacy using deposit screening from @0xbowio.
■ @MFTMKKUS opened the physical claim for Lucky Cat Zombie NFTs, with physical card packs available for all minters and a signed Murakami collectible for full set holders.
■ @Persona_Journey shared a creator-focused update, highlighting Imagine, its gen-AI tool for creating assets with native Base branding.
■ @ashnichrist shared early creator monetization results from @baseapp, highlighting new opportunities for creators posting onchain.
MINI APPS
■ @joinbond was featured as the Base mini app spotlight, letting fans lock refundable stakes to support creators while creators earn onchain yield.
■ @Wishwish_art launched in beta on @baseapp, building an onchain popmart for artist-led IP with AR, VR, and widget-based utility.
■ @MetaLend_DeFi launched its mini app inside @baseapp, allowing users to access multiple lending pools with a single deposit and automated allocation.
■ @WowmaxExchange launched its mini app inside @baseapp, offering best-price swaps, cross-chain swaps across 20+ networks, and copy trading.

English
0xdengdeng.eth.vibe retweetledi

来,聊聊x402 的V2升级,分享下我认为较关键的几个点:
1)钱包身份+可复用的会话
在V1版本每次API调用都要走完整的链上交易流程,一个Agent若连续发起支付请求,就会产生大量链上交易,再加上延迟叠加和Gas累积,在一些高频应用场景下根本跑不起来;
V2即将引入了Sign-In-With-X(SIWx)机制,Agent验证一次钱包身份,后续调用可以直接复用会话,而不用每次都上链确认。这其实把x402按次付费升级到了订阅会员制,能降低高频场景下所需的性能技术门槛;
2)CAIP标准多链兼容
V1主要在Base +EIP3009 USDC这套组合机制上,其他链要接入只能封装、桥接或者中继,技术复杂度明显要高很多。
V2通过CAIP可以实现统一的多链资产识别,Solana、Monad、Avalanche、其他L2,甚至传统法币的支付通道,都能实现无缝接入,让x402协议更加开放便捷的被更多链集成;这样调整很有必要,因为x402不可能只停留在协议层面,最终一定是多链生态的竞争,只有Base的先发优势、Solana的高性能、BSC的流动性等最大限度组合起来才行;
3)Extensions可扩展机制
V2引入Extensions概念,允许在不fork主协议的前提下扩展新功能。Discovery自动发现、动态payTo路由、未来各种创新玩法,都能以Extension形式叠加上去。
这其实为Facilitator、Provider层面的基建和应用创新构建了前提。Devs可以在x402协议基础上探索各类支付模式创新,包括动态定价、多方分账、条件支付、延迟结算等等。
4)插件化SDK +自动发现机制
V1集成体验还停留在手工操作层级,什么改SDK源码、手动匹配Facilitator列表等在小规模应用场景下还能凑合,一旦上了规模就麻烦了;
V2改了一套SDK架构,Facilitator可以自动爬取并索引x402服务的元数据,价格、路由、支持链信息全部自动同步。其实就是技术门槛进一步下降了,开放环境也更加友好。
以上。
V1跑了大量的txs,只是证明了x402叙事的可行性,但也暴露了很多问题,比如生态封闭、集成门槛高,对高频应用落地不友好等。显然,V2的快速补足推进,就是为了解决x402进一步规模化落地的问题。
现在,就差一些有意思的创新玩法出现了!
erik.eth 🛡@programmer
🚀 After millions of payments on x402, we’re excited to introduce x402 V2. Listening to community feedback, we’re releasing V2 to evolve internet-native payments with greater flexibility and power. What’s new 🧵
中文

罗老师说的太复杂太深刻了。
我就感觉:Farcaster生态26年肯定有千倍金狗的。等吧,学吧,练吧,熬吧。
吃到下一个Clanker,Degen,26年直接起飞了。
0xluo.base.eth@0xLuo
Farcaster 今年在产品侧加入的内置钱包其实是在去年还需要连接外部钱包才能实现链上操作的升级,配合从 Frames 升级成功能更丰富的 Mini Apps 的交互应用需求。 钱包是增量,不是代替; 是带动社交,不是侵占社交; 是扩展社交,不是放弃社交; 是顺势而为,不是被迫转型。 @luochang/walletizing-the-social-socializing-the-wallet" target="_blank" rel="nofollow noopener">paragraph.com/@luochang/wall…
中文

一位亿万富翁曾经跟我炫耀:
我当年的第一桶金,就是靠卖域名。
互联网刚红火那会儿,他干的事非常简单、也非常暴力:
先把一堆 Web2 公司相关的域名提前注册下来,等这些公司融资、起飞、手里有钱了——再来回购。
低买高卖,动辄万倍。
当时我听得一头雾水,完全没意识到这背后的本质。
直到三年后我 all in crypto,我才突然顿悟:
域名,本质上就是更早一代的“注意力资产”。
21 年的 NFT、24 年的meme,本质也一样。
它们的共同点不是技术,而是四个字:
流量收敛。
品牌、身份、情绪、符号——这些东西天生能吸走注意力,注意力一旦集中,就会出现定价权。
所以当我第一次看到 Doma,我是真的眼前一亮:
如果域名可以像 meme 一样流动,7×24 小时在链上交易与定价,那域名赛道的潜力,确实长期被低估了。
1)Doma 的创新点到底是什么?
我用一句话讲明白:
Doma 把传统 DNS 域名“代币化 + 可编程化”,让域名第一次具备链上流动性。
它做的事情很硬:
把传统域名基础设施连接到主流区块链网络,把每一个互联网地址变成可交易的数字资产。
更关键的是规模入口:
按项目方披露,Doma 作为全球首个符合 DNS 标准的区块链,目前有 3600 万个域名即将上链——
这不是小打小闹,这是直接把一个老资产类别拉进链上市场。
背景也很强:按公开信息,Doma的发行商D3,A 轮融资2500万美元,由Paradigm领投,参投方包括 Coinbase Ventures,Polygon Labs联合创始人Sandeep Nailwal等。
如果你只想记住 Doma在做什么,就记住它的DomainFi 四件套:
Discover:发现并即时代币化DNS域名
Trade:交易"域名背书"的ERC-20资产
Swap:域名资产与稳定币/原生资产自由兑换
Earn:做LP赚手续费,也可以质押解锁子域名等实用功能
一句话:域名第一次变成了能7x24小时价格发现的链上资产。
(想直接看Brag.com的链上交易页,我放在这里: app.doma.xyz/domain/brag.co…)
2)Doma生态Alpha:Brag.com
在目前的Doma生态里,我认为最值得盯的Alpha之一就是$BRAG(Brag.com)。
先把结论放前面:
Brag.com 不是"工具域名",它是"文化域名"。
文化域名的价值不是靠功能堆出来,而是靠"共识复利"滚出来。
官方对 Brag.com 的定位也非常直接:
com=机构级黄金标准
一个词,情绪强,全世界都懂的动词
Brag 自带文化引力:普适,带点危险,天然社交化
面向的是创作者与社交经济这种超大市场
甚至被描述为:稀缺四字母。com,且具有广泛社交用途
翻成一句话概括:
Brag这个词,本身就是"身份即货币(Status=Currency)"的天然载体。
(想围观 Brag.com的市场,入口还是这一个: app.doma.xyz/domain/brag.com?
utm_source=cd&utm_medium=kol_china&utm_campaign=q4_mainnet_launch)
3)$BRAG.COM特别在哪里?
Brag.com最狠的点,不是名字本身。
而是它终于把“炫耀”这件事,做成了可组合、可规模化的链上身份系统:
持有足量代币 → 铸造专属子域名/ID
比如:ohtani.brag.com / 10xking.brag.com / queen.brag.com
子域名映射钱包地址,并生成可分享的数字名片/身份徽章
铸造的人越多、晒的人越多,声量越大,文化溢价越强——
这就是“共识复利
它背后的增长路径非常清晰:
域名资产 → 代币化流动性 → 子域名身份生态 → 社交传播 → 文化溢价继续抬升
一句话总结:
Brag.com 的价值不是“用”,而是“被用来表达”。
4)如何参与 Doma 生态?
就两个动作,很直接:
① 直接交互 Brag.com 的官方页面(这个入口):
app.doma.xyz/domain/brag.co…
② 关注 Doma 信息流,别错过后续进展:
关注 Doma 官方账号:@domaprotocol
加入中文 Discord(需手动选择国家):discord.gg/CB7mBTXN26
如果你问我一句最核心的判断是什么:
互联网最早的“注意力蓝筹”正在链上化,如果说meme 是注意力的快钱,那么域名就是注意力的老钱——Doma 让老钱第一次有了流动。
中文

0x3f2B10F3327ea2337C524eEf23F4cd61bC364444
别删哥,求你了
0xdengdeng.eth.vibe@Web3_goodboy
@cz_binance @heyibinance 又拼错了哥 Safu
日本語









