OpenSea Sees $2.6B in Token Volume, Prepares $SEA Launch

TheCryptoTimes發佈於 2025-10-18更新於 2025-10-18

OpenSea, previously known mainly for non-fungible tokens (NFTs), is now moving toward a wider onchain trading ecosystem. The company’s Co-Founder and CEO Devin Finzer announced on X that OpenSea recorded $2.6 billion in trading volume this month, with over 90% attributed to token trading, signaling a major transformation for the platform.

In his post, Finzer said OpenSea is moving from being an “NFT marketplace” to a platform where users can “trade everything.” He noted that while NFTs marked the company’s first chapter in 2021, introducing artists, gamers, and creators to blockchain ownership—the next phase aims to include tokens, art, ideas, culture, and even physical assets under one platform.

He also pointed out how complicated it can be for users to juggle multiple wallets, blockchains, and protocols. OpenSea, he said, wants to make that experience much simpler, letting people access liquidity across different networks without depending on centralized exchanges or dealing with confusing cross-chain steps.

Introducing the $SEA token

The $SEA token, launched by the OpenSea Foundation, will be a key part of the company’s next phase. It is planned to go live in Q1 2026, and its framework includes:

  • Community Allocation: 50% of the total $SEA supply will be set aside for the community. A large portion of this will be available through an initial claim, with eligibility extended to long-time OpenSea users and participants in earlier rewards programs.
  • Revenue Commitment: At the time of launch, 50% of OpenSea’s revenue will be used to purchase $SEA.
  • Platform Integration: $SEA will be incorporated into the OpenSea platform, giving users the ability to stake the token in support of collections or projects.

According to the CEO, the token launch is meant to align with OpenSea’s broader product vision and will serve as a key milestone for the platform’s evolution.

Upcoming features and market reaction

Ahead of the token release, OpenSea is rolling out several updates. A mobile app is currently in closed alpha, and perpetual trading (perps) along with cross-chain abstraction are in development.

After the announcement, OpenSea ambassador Gorilla shared his thoughts on X, saying he hadn’t expected token swaps to make up such a large share of trading volume. He added that he’s particularly eager for the upcoming mobile app, which would make it easier to trade NFTs while on the move.

Overall, this update shows a major shift for OpenSea, moving from a platform that led the NFT boom to one focused on becoming a wider hub for all kinds of onchain trading.

Also Read: YZi Labs Launches EASY Residency Season 2 Globally


Mobile Only Image

你可能也喜歡

马斯克“崩老头”

作者:Nancy,PANews 当存储板块股价飙升,美光和海力士市值突破万亿美元之际,马斯克也在加速创造个人万亿美元身家的神话。SpaceX以天价估值加速迈向资本市场,这场可能改写财富史的超级IPO,将马斯克推向全球首位万亿富翁,也让早期盟友斩获百倍甚至千倍的惊人回报。然而,这场昂贵的太空叙事需要新的买单者。随着体量巨大的养老基金将“被迫买入”,美国人的养老金或成为马斯克逐梦太空的燃料。马斯克正让美国退休人群“爆金币”。 史上最大IPO倒计时,早期盟友如谷歌、Valor Equity Partners、Founders Fund等已赚得盆满钵满。马斯克本人有望成为全球首位万亿美元富翁。但SpaceX财务数据显示其仍在高速烧钱,且马斯克掌控85%绝对投票权,公司高度个人化。早期投资人获利了结后,高位接盘者成疑。 华尔街为超级IPO铺设了指数快车道。纳斯达克、标普、富时罗素等指数纷纷修改或酝酿新规,大幅缩短大型公司纳入指数的时间。一旦SpaceX被快速纳入主流指数,跟踪这些指数的被动基金(如众多养老金、401(k)账户投资的ETF)将不分析估值,按权重强制买入。 这引发了养老金系统的强烈不满。美国教师联合会敦促SEC加强审查,警告劳动者积蓄可能被操控。管理万亿资产的多家公共养老基金也联名反对SpaceX的极端治理结构,要求改革。华尔街的规则修改,将数千万美国人的退休储蓄与马斯克的太空梦想捆绑。在早期投资人享受巨额回报后,“接盘”成本被转移至被动投资者身上。史上最大的“崩老头”游戏正借指数之名拉开帷幕。

marsbit10 分鐘前

马斯克“崩老头”

marsbit10 分鐘前

这个小红书图文排版AI Skill,找到了绕过 AI 标注的图文生成路线

2026年2月,小红书要求AI生成内容必须标识,否则限制分发。不久后,一个名为“guizang-social-card-skill”的开源项目出现,它采用了一种独特的技术路径来规避AI检测:不使用任何AI模型生成图像像素,而是完全依靠HTML+CSS进行版面渲染,图片素材则来自Unsplash等实拍图库,最终输出的是浏览器引擎光栅化后的网页截图。 该项目内置28种杂志风格和瑞士国际主义风格的版式骨架。用户输入主题后,AI(如Claude)负责选择版式、决定文字位置、处理地图标注等排版逻辑,并生成HTML+CSS代码,再由Playwright渲染引擎截图输出。它特别适合旅行博主,能自动调用真实地图瓦片进行标注。整个流程强调像印刷软件一样精确可控,而非扩散模型的不可预测性。 这一方案的核心规避逻辑在于:其最终图片的像素并非由扩散模型或GAN生成,而是来自浏览器渲染和实拍照片,因此可能避开小红书“音画识别模型”对AI生成图像像素统计特征的检测。然而,这种规避的有效性取决于平台对“AI生成合成内容”的定义。如果未来平台将定义扩大到“AI辅助设计的程序渲染输出”,或针对浏览器渲染特征训练识别模型,该方案的优势可能消失。 文章指出,当前社交媒体图文生成工具正分化为三条技术路线,各有风险: 1. AI模型直接出图(如Midjourney):创意自由,但直接是平台AI检测的主要目标。 2. API模板引擎渲染(如Bannerbear):输出稳定,无AI像素痕迹,但同质化模板可能触发反垃圾规则。 3. 平台定制化生成:最安全但能力绑定单一平台,脆弱。 藏师傅的方案介于(1)和(2)之间,用AI灵活排版,用程序规避像素检测。 该工具的版式系统对旅行、攻略类内容匹配度高,但对穿搭、美妆等需要强烈个人风格和复杂拼贴的内容类型则构成约束。此外,它存在一定的使用门槛,本地部署需要技术背景,网页版功能可能受限。 最终,内容创作者面临的是不同风险结构的选择,没有绝对安全的方案。这一格局标志着平台与AI工具之间的对抗迭代已经开始。藏师傅的方案将AI定位为“排版决策辅助者”,而非内容生成替代者,恰好落在平台可能接受的“AI辅助”区间,与平台旨在打击的“全AI低质批量生产”有所区别。工具的技术选择本身,已在回应平台对AI应用的界定。

marsbit16 分鐘前

这个小红书图文排版AI Skill,找到了绕过 AI 标注的图文生成路线

marsbit16 分鐘前

交易

現貨
合約

熱門文章

如何購買T

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

738 人學過發佈於 2024.12.10更新於 2025.03.21

如何購買T

相關討論

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

活动图片