Coin price today 06/02: Bitcoin back below $27,000, Altcoin drop slightly, US stocks rally as House passes debt ceiling bill

Tap Chi Bitcoin發佈於 2023-06-02更新於 2023-06-02

文章摘要

The column “Coin Price today” will be updated at 9:00 daily with general market news, readers are welcome to follow.

Bitcoin continues to fall back below $27,000 following its rally over the weekend.

BTC Price Chart – 1 hour | Source: TradingView

US stocks rallied on Thursday (June 1), after the US House of Representatives passed a debt ceiling bill and the bill was then moved to the Senate for discussion.

The Dow Jones Industrial Average ended Thursday's trading session up 153.3 points, or 0.47%, to 33,061.6, despite a 4.7% drop in Salesforce shares after the company reported business results. The S&P 500 gained 0.99% to 4,221 points, while the Nasdaq Composite added 1.28% to 13,101. Both the S&P 500 and Nasdaq Composite closed at their highest levels since August 2022.

The Financial Responsibility Act passed by a vote of 314-117 to bipartisan support Wednesday night (May 31). The majority leader in the Senate, Chuck Schumer, said the Senate will continue to meet until the bill is sent to US President, Joe Biden.

In addition to the debt ceiling battle, investors are waiting for the policy meeting of the US Federal Reserve (Fed) on June 13-14. Philadelphia Fed President Patrick Harker said on Thursday that the central bank is close to a point where it can stop raising rates. However, Harker said earlier in the week that the June 2 jobs report could change the way he will vote at the upcoming meeting.

Data from ADP showed that the US private sector created more jobs than economists forecast in May, while the number of Americans filing for unemployment benefits last week was lower. compared to forecast. The labor market is a closely watched area of the economy, on concerns that its durability could prompt the Fed to raise rates again at its policy meeting this month.

The Nasdaq Composite has rallied nearly 1% so far this week, aiming for a sixth straight week of gains, its longest streak of gains since January 2020. The S&P 500 is up 0.4 percent, while the Dow Jones is down 0.1% week to date.

Meanwhile, gold prices rose to their highest in more than a week on Thursday (June 1), as the dollar fell after dismal US economic data.

Closing the session, the spot gold contract rose 0.76% to $1,977.2 an ounce, after touching $1,981.1 an ounce earlier, its highest level since May 24. Gold futures added 0.65% to $1,994.9 an ounce.

Oil prices rose by the most in two weeks on Thursday (June 1), ahead of the OPEC+ meeting on June 4, while the US House of Representatives passed a debt ceiling bill that helped outweigh the impact of the coronavirus. increased energy reserves in this country.

At the end of the session, the WTI oil contract increased by 2.01 USD (or 3%) to 70.1 USD per barrel, marking the strongest increase since May 5. The Brent crude contract added $1.68, or 2.3%, to $74.65 a barrel, also recording its biggest gain since May 17.

Data from TradingView confirmed BTC ended May in the red, sliding below $27,000.

The trading pair erased all gains over the weekend, returning to familiar range action just below $27,000.

CME Bitcoin futures 1-hour candlestick chart | Source: TradingView

However, BTC/USD has “filled” the gap in CME futures after the rally over the weekend.

“When these gaps fill, the bottom is usually near,” trader Jelle wrote in a comment section.

An additional post argues that BTC price action will soon surpass $30,000 as the market completes a “bearish wedge” pattern with waning volatility.

Despite the gap being filled, trader Daan Crypto Trades still doesn't want to take the risk until BTC has a clearer direction.

“Confluence at $26,750 area with CME gap as well as Golden Pocket above Fibonacci retracement. We will have to wait and XEM how the price reacts when the market returns to this area.”

BTC/USD chart with caption | Source: Daan Crypto Trades

Analyst Skew also sees some positive signals from order books and trader activity.

“The gap has been filled, although the market looks pretty weak. To return to the upside BTC price needs to surpass $27,400 and $27,200.”

Bitcoin ended May with a 7% drop. The largest cryptocurrency in the market lost more than 5.5% in Q2, contrasting with a gain of more than 70% in Q1.

Bitcoin Monthly Profit Chart | Source: CoinGlass

DecenTrader sees little reason to expect an abrupt trend change.

Warning of “bearish” or “decline” signals on proprietary trading instruments, DecenTrader has marked downside support levels tied to key moving averages (MAs) at $26,250 , $26,000 and $23,035 are the 200-week, 20-week, and 200-day MAs, respectively.

The Altcoin market is down slightly as BTC remains in a range below $27,000.

Projects such as Gate Token (GT), The Graph (GRT), Sui (SUI), SingularityNET (AGIX), XDC Network (XDC), KAVA (KAVA), Toncoin (TON), ApeCoin (Ape), Neo (NEO) ), Shiba Inu (SHIB)… all recorded a drop of 3-8% in just the past 24 hours.

Source: Coinmarketcap

Ethereum (ETH) also continued to record a bit of an intraday performance, after failing to successfully reclaim the $1,900 region, ETH continued to turn around to establish a local bottom at $1,840 before surging slightly around. $1,867 at the moment.

ETH price chart – 1 hour | Source: TradingView

The column “Coin Price today” will be updated at 9:00 daily with general market news, readers are welcome to follow.

你可能也喜歡

黄仁勋: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可以外包思考,但无法外包人的理解”,强调在自动化中保持对问题的根本认知至关重要。

marsbit36 分鐘前

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

marsbit36 分鐘前

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

以太坊基金会(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 小時前

交易

現貨
合約
活动图片