Start of a New Era: Victory For Bitcoin Believers As SEC Approves Spot BTC ETF Filings - Blockonomi

cryptodaily發佈於 2024-01-11更新於 2024-01-11

文章摘要

Cue the champagne popping and fireworks—the much-anticipated approval for spot bitcoin exchange-traded funds (ETFs) has finally arrived.


Table of Contents

Cue the champagne popping and fireworks—the much-anticipated approval for spot bitcoin exchange-traded funds (ETFs) has finally arrived.
On January 10, 2024, the Securities and Exchange Commission (SEC) gave the green light to over a dozen companies seeking to launch spot bitcoin ETFs in the US.

Keypoints

  • The SEC has officially approved several spot bitcoin ETFs, allowing them to begin trading as soon as Thursday. This is a historic moment as spot bitcoin ETFs have been trying to launch for over a decade.
  • The approvals came after the SEC suffered a court loss in 2023 that forced them to revisit their previous rejections of spot bitcoin ETFs. The court said the SEC failed to adequately explain its reasoning.
  • The approved ETFs are from major asset managers like BlackRock, Ark Invest, Fidelity, Franklin Templeton, Grayscale, Invesco, VanEck, Valkyrie and others.
  • The ETFs will charge management fees ranging from 0% to 1.5%, with some managers waiving fees temporarily to attract assets. The fees are as low as 0.12% for BlackRock.
  • Bitcoin rallied leading up to the approval, rising from around $27,000 in September to over $45,000 by early January as optimism built around an ETF approval.

It’s a monumental moment over 10 years in the making. The asset management industry has tried repeatedly to launch spot bitcoin ETFs since 2013, when Cameron and Tyler Winklevoss first applied for the Winklevoss Bitcoin Trust ETF. But the SEC consistently denied or delayed applications, citing concerns over potential manipulation and lack of regulation around bitcoin trading.
That changed when the tide turned in 2023. Grayscale Investments took the SEC to court over the rejection of its bitcoin trust conversion to an ETF, and won. The court ruled that the SEC failed to adequately explain its disapproval reasoning. Essentially forced back to the drawing board, the SEC surprisingly moved forward with approvals for not just Grayscale, but a slate of other issuers that reads like a who’s who of the biggest names in finance.
The approved spot bitcoin ETF roster includes famous brands like BlackRock, Ark Invest, Fidelity, Franklin Templeton, Valkyrie and VanEck. Crypto-centric firms also made the cut, including Grayscale, Galaxy Digital, 21Shares, Bitwise and Hashdex. With the regulatory barriers finally lowered, these firms are ready to unleash spot bitcoin ETFs upon the eager investors of America.
And competition to gather assets will be fierce, as these issuers disclosed temptingly low management fees in their recent filings. BlackRock leads the pack with a miniscule 0.12% annual fee, while Bitwise and Ark Invest both waived fees entirely for the first 6 months or until gathering $1 billion in assets. Others like Fidelity and Invesco Galaxy are waiving fees for around half a year as well. It seems these issuers are betting that luring investor money early will allow their ETFs to reach sufficient scale.
Of course, this is first and foremost a big win for bitcoin. With the SEC seal of approval, spot bitcoin ETFs are expected to usher a flood of fresh institutional money into the crypto markets. Analysts estimate first-year inflows ranging from $2 billion to as high as $14 billion. That’s a lot of new bitcoin buying frenzy!
And the price paid attention. As the likelihood of approval rose through 2023 into 2024, bitcoin entered the start of a new bull market. The crypto rallied from around $27,000 last September to over $45,000 by early January, then surging near $47,000 right after the official SEC announcement.
While some expect short-term profit taking, bitcoin still seems poised to reach dazzling new heights throughout 2024 and beyond. Spot ETFs provide easy exposure to reputable bitcoin trading for both Wall Street and retail investors alike. The SEC stamp of approval also bolsters bitcoin’s credibility as a maturing digital asset class.
Of course, believers will say the power of bitcoin was always destined to prevail over all regulatory hurdles in due time. But at long last, the financial gatekeepers in suits have decided to officially let the people trade bitcoin how they want.
And that’s cause for celebration not just among crypto anarchists, but institutional investors, Robinhood traders and 401k holders nationwide!
The Bitcoin party has finally arrived—many years late—but just in time for bitcoin’s sweet 2024 bull run.
And before we sign off, let’s give thanks to Satoshi and Hal….

Hal Finney
The computer scientist Hal Finney was a pioneering cryptographer and longtime cypherpunk who made major early contributions to the development of digital cash and privacy-enhancing technologies. He is most famously known in the Bitcoin community for receiving the very first Bitcoin transaction from the still unidentified creator Satoshi Nakamoto on January 12, 2009.
On this day, January 10th, in 2009, Finney tweeted that he was “running bitcoin” – referring to the fact that he had successfully downloaded the original Bitcoin software, compiled it, and was operating a node on the fledgling Bitcoin network.
This tweet from Finney provides further evidence that he was one of the first people besides Satoshi himself running the Bitcoin protocol software around its release in January 2009.
Running bitcoin
— halfin (@halfin) January 11, 2009

Just two days after tweeting on January 10th, Finney received the historic first Bitcoin transaction from Satoshi Nakamoto on January 12th as a test of the network. For this reason, Finney is considered the first Bitcoin recipient.
So, we all give thanks to you Satoshi and Hal.
Here’s to many more years and the fulfillment of a vision …
The post Start of a New Era: Victory For Bitcoin Believers As SEC Approves Spot BTC ETF Filings appeared first on Blockonomi.
Disclaimer: This article is provided for informational purposes only. It is not offered or intended to be used as legal, tax, investment, financial, or other advice.

你可能也喜歡

黄仁勋:Prompt正在过时,Loop才是新范式

黄仁勋等AI领域领军人物提出,传统的“Prompt Engineering”(提示词工程)正在被“Loop Engineering”(循环工程)取代。新范式的核心是从手动编写具体指令,转变为设计和管理能够自动运行、自我验证并持续优化的循环系统。 **Loop是什么?** Loop(循环)指一种系统设计:用户设定一个目标,AI Agent(智能体)会自动执行任务,完成后由独立的验证机制(如另一个模型)进行验收;若未通过,则带着反馈重新执行,直至成功或达到预设限制。人的角色从“逐句指挥”转变为“规则设计者”。这与单纯使用Agent的关键区别在于,Loop为其提供了自主持续工作的管理框架。 **当前落地情况** 目前,Claude Code和OpenAI Codex是Loop理念的主要实践者。两者都实现了将复杂任务拆分,由多个Agent并行处理并汇总结果。其核心设计原则是“执行与验证分离”,以避免自我评分时的宽松问题。例如,“Claude Code之父”Boris Cherny描述其工作流:数百个Agent在隔离环境中自动处理问题,仅疑难事项才需人工干预。 **如何构建有效的Loop?** 1. **前提测试**:任务需具备重复性、可自动化验收、成本可控且Agent拥有必要工具。 2. **从最小可行Loop开始**:包含触发器、技能定义、状态记录文件和自动化验证门禁。务必先手动跑通流程再自动化。 3. **执行与验收分离**:必须由独立的Agent或模型进行验收,确保评估客观。 4. **避开常见陷阱**:设置硬性停止条件(如token上限)、持久化状态、不让Loop处理需要主观判断的任务、坚持阅读代码变更以维持理解。 5. **核心衡量指标**:关注“每个被采纳改动的平均成本”,接受率低于50%意味着Loop可能效率低下。 **范式演进路径** Loop的兴起是AI应用控制粒度不断上移的结果:从**Prompt Engineering**(优化单次指令)到**Context Engineering**(组织背景信息),再到**Harness Engineering**(构建执行环境),最终演进至**Loop Engineering**(设计自主循环系统)。这一过程逐步将人类从具体操作中解放出来。 **渊源与反思** Loop的理念在学术界早有雏形,例如姚顺雨等人提出的ReAct框架,将“推理-行动-观察”构建为循环。业界火爆的背后也需冷思考,专家提醒需警惕token成本,并指出“AI可以外包思考,但无法外包人的理解”,强调在自动化中保持对问题的根本认知至关重要。

marsbit40 分鐘前

黄仁勋:Prompt正在过时,Loop才是新范式

marsbit40 分鐘前

以太坊基金会临时执行董事发声:我们的使命是什么?

以太坊基金会(EF)临时联合执行董事 Aerugo 发文明确了基金会的核心使命:确保以太坊始终是真正无需许可、保障用户自主权的基础设施,能够抵御审查、开源自由、私密安全,并支持大规模的自主协调。 文章首先明确了EF的“不为”:不追求自身重要性或商业吸引力,不服务短期投机者,也不推广所有应用。其核心作用是“消除弱点”,防御以太坊在协议、访问、用户和机构各层可能出现的榨取性、控制性或监视性风险。具体工作重点包括: 1. **自身实践**:将EF薪酬与财务转向以太坊原生资产,以身作则使用其力图改进的技术栈。 2. **对抗有害MEV**:将其视为核心威胁而非次要市场问题,致力于从系统层面降低MEV提取,防止交易流程被特权供应链把控,维护可信中立执行。 3. **强化隐私**:认为缺乏严格隐私默认设置的公链实为监控平台,必须优先实现强大的无条件隐私保护。 4. **保障质押去中心化**:视质押为协议安全基石,防止其集中在少数发行者或运营商手中。 5. **维护访问层自主性**:确保用户和机构能自主、抗胁迫地访问以太坊,而非通过削弱其核心价值的妥协方式。 同时,EF也致力于“抓住机遇”,推动以太坊发展为:抗量子攻击的全球基础设施;具备完全自主可验证、最小化有害MEV的协议栈;私密、尊重尊严的普通数字现金与协调平台;用户拥有完整主权的个人AI代理钱包;以及在机构场景中凭借其可信中立性胜出,而非沦为后端工具。 文章最后提及了近期的人员变动与“衍生公司”问题,强调离职原因多样,EF尊重所有贡献者但不会公开讨论个人事宜。对于从EF分离出去的项目,EF将谨慎评估资助,标准在于其是否对实现以太坊核心使命(无需许可、自主权等)至关重要,而非出于人情或延续旧项目。EF明确表示对以太坊的发展方向并非中立,将全力支持并优先推进那些保障其核心特性的工作。

链捕手1 小時前

以太坊基金会临时执行董事发声:我们的使命是什么?

链捕手1 小時前

读博最后一年转方向,拿到OpenAI offer:我的面试之路充满「意外」

布朗大学博士生Yong Zheng-Xin(中文名应为“永正新”)将在下个月以Astra Fellow身份加入OpenAI,专注于AI安全研究(AI Safety Research)。他在博士最后一年从多语言大模型研究方向转向AI安全领域,并分享了求职过程中的六个“意外”发现: 1. **论文数量并非关键**:获得面试和工作机会,真正起作用的往往只有一两篇高质量论文,甚至无需论文,更看重当场解决问题的能力。 2. **面试形式高度多样**:除了常规技术面试,还可能涉及系统设计、并行编程,甚至考察使用AI智能体的能力。 3. **工作试用期渐成常态**:尤其是在AI初创公司,候选者可能需要与团队合作完成一项有时长达一周的有偿任务,这会影响同时准备其他面试。 4. **时机至关重要**:就业市场的热点、职位需求窗口期、个人研究作品的走红时机,都会极大影响求职过程和结果。 5. **研究职位鲜有“留用”机会**:与软件工程岗位不同,研究类职位(如实习、奖学金结束后)通常仍需经历完整的面试流程才能转正。 6. **面试内容常与研究方向无关**:尽管他转向了AI安全领域,但许多面试环节并未专门考察该领域的知识,而是评估其作为AI研究员的综合基础能力。 他建议,在准备面试时要广泛学习,夯实基础,并可根据情况合理要求调整面试时间。最终,他对自己能获得满意的工作机会感到庆幸。

marsbit1 小時前

读博最后一年转方向,拿到OpenAI offer:我的面试之路充满「意外」

marsbit1 小時前

交易

現貨
合約
活动图片