BTC $64,765.25 +0.99%
ETH $1,922.50 +1.15%
BNB $585.55 +3.02%
XRP $1.08 +0.64%
SOL $74.25 +1.14%
TRX $0.3284 +0.57%
DOGE $0.0700 -0.44%
ADA $0.1656 +1.37%
BCH $211.53 +0.28%
LINK $8.44 +1.40%
HYPE $52.98 -3.56%
AAVE $99.01 +1.05%
SUI $0.6913 +0.70%
XLM $0.1722 -0.96%
ZEC $475.12 +3.25%
BTC $64,765.25 +0.99%
ETH $1,922.50 +1.15%
BNB $585.55 +3.02%
XRP $1.08 +0.64%
SOL $74.25 +1.14%
TRX $0.3284 +0.57%
DOGE $0.0700 -0.44%
ADA $0.1656 +1.37%
BCH $211.53 +0.28%
LINK $8.44 +1.40%
HYPE $52.98 -3.56%
AAVE $99.01 +1.05%
SUI $0.6913 +0.70%
XLM $0.1722 -0.96%
ZEC $475.12 +3.25%

orion

All
Article
Flash

Stripe plans to acquire PayPal for $53 billion to build a stablecoin empire, and HSBC Orion has been selected to issue the world's first G7 digital sovereign bond

According to BBX data, the integration of traditional financial infrastructure and cryptocurrency settlement layers accelerated simultaneously in two distinctly different tracks yesterday, with the following core dynamics:PayPal Holdings, Inc. (NASDAQ: $PYPL) reported by CoinDesk today as the headline news, the world's largest independent payment technology company Stripe (privately held) has teamed up with private equity firm Advent International to propose an acquisition offer of approximately $53 billion to PayPal; PayPal is currently reluctant to engage actively, but the offer has sparked widespread discussion on Wall Street about the "largest payment merger in the world." Stripe acquired the stablecoin infrastructure company Bridge.xyz for $1.1 billion in 2024 (which has served cross-border stablecoin settlements for institutions such as Visa and Coinbase), while PayPal has its own stablecoin PYUSD (with a circulation size of about $700 million) and independent cryptocurrency trading capabilities, covering over 400 million active accounts. If the acquisition is completed, the combination of Stripe + PayPal will control the largest single payment network globally, while integrating Stripe's stablecoin settlement (Bridge.xyz) with PayPal's native stablecoin (PYUSD)------the combination will create the largest-scale "traditional payment + stablecoin" dual-track infrastructure to date, directly threatening Visa and Mastercard's positions in cross-border settlement scenarios and posing competitive pressure on Circle's USDC in retail payments.HSBC Holdings plc (NYSE: $HSBC) reported by CoinDesk today, the UK government plans to issue the world's first digital sovereign bond for G7 countries, with the issuance scheduled for early 2027; this bond will be issued and circulated on HSBC's blockchain bond platform Orion, operating within the Digital Securities Sandbox framework of the Bank of England (BoE) and the Financial Conduct Authority (FCA), aimed at testing the feasibility of reducing settlement time (transitioning from T+2 to T+0) and lowering back-office costs. HSBC Orion has completed multiple batches of tokenized gold, green bonds, and Hong Kong government bonds on-chain issuance from 2023 to 2025, and this UK sovereign bond is the first instance of G7 countries introducing blockchain settlement at the sovereign debt issuance level------this milestone will elevate the compliance of tokenized government bonds from "emerging market experiment" to "highest sovereign endorsement," signaling significant implications for institutional adoption of tokenized government bond products like BlackRock BUIDL and Securitize.

Early Bitcoin investor Nick Rose's Orion Compute doubles down on Bitcoin mining and AI data centers

According to Chainwire, Orion Compute, founded by early Bitcoin investor Nick Rose, has announced its entry into large-scale Bitcoin mining and artificial intelligence data center infrastructure construction, initially focusing on developing markets with abundant low-cost energy.Orion Compute stated that as global AI data center investments accelerate, North America and Western Europe are facing rising electricity costs, grid congestion, and power supply risks. The company plans to significantly reduce electricity costs and ensure continuous power supply by deploying computing infrastructure in energy-rich, underutilized areas. In the short term, Orion Compute will prioritize projects in West Texas, USA, and will expand to developing economies once regulatory and infrastructure conditions are mature.In terms of specific strategy, the company adopts a phased deployment model, initially using cost-effective AI hardware (such as Nvidia A100 GPUs) to lower capital expenditures and improve energy and operational systems; subsequently, it will upgrade to H100-level GPUs when conditions are favorable.At the same time, Orion Compute is building dual-purpose infrastructure that supports both AI computing and Bitcoin mining, and is introducing ultra-low-cost, flexible energy solutions through collaboration with Terra Solis.

first_img Orange DAO founding general partner Orion Parrott: "AI + blockchain" is迎来历史性机遇, suggesting entrepreneurs to look for "inefficient systems" and follow the "low-code" principle

ChainCatcher news, at the Silicon Valley 101 x RootData annual summit held in Silicon Valley, Orange DAO founding general partner Orion Parrott delivered a keynote speech titled "AI + Blockchain Entrepreneurship Guide," providing entrepreneurs with a clear action plan.Orion Parrott pointed out that we are at a historic turning point where blockchain and AI technologies intersect, offering unprecedented opportunities for entrepreneurs. Regarding how to choose a technology path, he proposed a three-dimensional evaluation framework: technical fit (blockchain capabilities, AI tools, and ecosystem composability), community culture (values and developer support), and governance and sustainability (upgrade paths and real user participation).In terms of building strategies, he emphasized three key infrastructure trends: stablecoins as programmable money connecting the traditional and crypto worlds, improvements in wallet user experience becoming crucial for mainstream adoption, and rapidly evolving foundational models empowering on-chain automation and intelligent decision-making. He specifically noted that tokenization is the core path for migrating traditional systems to distributed platforms.Finally, Parrott outlined a methodology for early-stage entrepreneurs: look for broken, inefficient systems in reality as entry points, and use "achieving more functionality with less code" as the golden standard for measuring platform fit.

Slow Mist: The attack on Orion Protocol was due to the lack of reentrancy protection in the contract's exchange function

ChainCatcher news, this morning the contracts on the ETH and BSC chains of the Orion Protocol project were attacked, with the attacker profiting approximately $3.027 million. The analysis of the attack process and reasons by the SlowMist security team is as follows:The attacker first called the depositAsset function of the ExchangeWithAtomic contract to make a deposit, putting in 0.5 USDC tokens in preparation for the attack below;The attacker borrowed 2.8447 million USDT tokens through a flash loan, then called the doSwapThroughOrionPool function of the ExchangeWithAtomic contract to exchange tokens, with the exchange path being [USDC -> ATK (a malicious token created by the attacker) -> USDT];The result of the exchange is calculated by subtracting the USDT token balance in the ExchangeWithAtomic contract before the exchange (2.8447 million) from the balance after the exchange. However, the problem arises when exchanging USDC -> ATK, which calls the transfer function of the ATK token. This function, maliciously constructed by the attacker, will call the depositAsset function of the ExchangeWithAtomic contract to deposit the borrowed 2.844 million USDT tokens into the ExchangeWithAtomic contract. At this point, the deposit in the ExchangeWithAtomic contract is successfully recorded as 2.8447 million, and the USDT token balance in the ExchangeWithAtomic contract becomes 5.689 million, causing the amount of USDT tokens exchanged by the attacker to be calculated as 5.689 million minus 2.8447 million, which equals 2.8447 million;After the exchange, the USDT tokens will finally update the ledger of the attack contract in the ExchangeWithAtomic contract by calling the library function creditUserAssets, resulting in the attack contract's USDT token deposit in the ExchangeWithAtomic contract being recorded as 5.689 million;Finally, the attacker calls the withdraw function in the ExchangeWithAtomic contract to withdraw USDT, repaying the flash loan and converting the remaining 2.836 million USDT tokens into WETH for profit. The attacker used the same method to launch an attack on the BSC chain, profiting $191,000;The fundamental reason for this attack lies in the lack of reentrancy protection in the contract's exchange function, and the value of the ledger deposit being updated after the exchange is calculated based on the difference in token balances before and after the exchange, allowing the attacker to exploit the fake tokens to reenter the deposit function and obtain more tokens than expected.
2023-02-03
app_icon
ChainCatcher Building the Web3 world with innovations.