Site language
Ru En
Социальные сети

forklog.media SQC Secures Additional Funding for Quantum Chip Production

Sydney-based silicon quantum chip developer Silicon Quantum Computing (SQC) has secured an additional 40 million Australian dollars from the National Reconstruction Fund Corporation. The total investment from the government investment fund in the company has reached 60 million Australian dollars. The funds will be used to expand the PAQMan technology, which involves the production of quantum chips by placing phosphorus atoms in silicon with atomic precision. SQC is advancing its production capabilities and claims it can design, manufacture, and test new chips in less than a week.

bitcoinmagazine.com Hungary Backs Away From Bitcoin and Crypto Criminalization in Regulatory U-Turn

Bitcoin Magazine Hungary Backs Away From Bitcoin and Crypto Criminalization in Regulatory U-Turn Hungary is reversing its restrictive crypto laws, moving to decriminalize Bitcoin and cryptocurrency trading and eliminating penalties that had driven major digital asset firms out of the country. This post Hungary Backs Away From Bitcoin and Crypto Criminalization in Regulatory U-Turn first appeared on Bitcoin Magazine and is written by Micah Zimmerman.

news.bitcoin.com ‘We Will Be Taking Kharg Island’ Trump Warning Puts Oil, Stocks and Bitcoin on Alert

Trump’s Iran warning and 6.5% PPI put oil, bitcoin, and equities on alert as traders weigh inflation. Trump’s new warning on Iran and a hotter 6.5% producer inflation print gave bitcoin traders a fresh macro test Thursday, with oil, stocks, and crypto all caught between geopolitical risk and rate-cut anxiety. Inflation Reprices the Trade The […]

bitcoinist.com Hedgeye’s New Bitcoin ETF Filing Targets One Of BTC’s Biggest Problems

Hedgeye has filed for a “Hedged Bitcoin” ETF that would combine exposure to spot ETFs with an options overlay designed to reduce volatility and manage downside risk. Bloomberg ETF analyst James Seyffart flagged the filing on X, calling it a new attempt to package BTC exposure in a more defensive wrapper. “WOAH — NEW: Hedgeye […]

cryptobriefing.com European Union targets Kremlin aide Vladimir Medinsky in new sanctions package that also hits crypto platforms

The EU's sanctions on crypto platforms highlight the growing scrutiny on digital assets as tools for evading economic restrictions. The post European Union targets Kremlin aide Vladimir Medinsky in new sanctions package that also hits crypto platforms appeared first on Crypto Briefing.

forklog.media Why Web3 Can’t Read

A few years ago, the debate was how to raise blockchain throughput. Today many networks can process tens of thousands of operations, and some claim hundreds of thousands. But writing data to a blockchain is only half the job. It must also be found, indexed, verified and delivered to applications.The pace of data generation now, in places, exceeds the infrastructure’s capacity to process it. Here’s how that is reshaping blockchains. The Faster It Gets, the Longer It Takes About a decade ago, blockchain progress was framed by the scalability trilemma. The idea: networks must trade off among security, decentralization and performance. By 2026, it’s clear that even when throughput is partially solved, a new challenge emerges. Blockchains don’t have user interfaces. Applications take on that role, and they must continuously fetch data: address balances; transaction histories; smart contract state; events and logs; market analytics; risk-management data; cross-chain messages. The faster the network, the more of this data there is to process. A common misconception holds that if information is written on-chain, it’s easy to retrieve. In practice, it’s the opposite. Reading raw on-chain data in real time is slow, costly and technically complex. Across the Web3 stack, an intermediate infrastructure layer connects wallets and dapps. For example, so a wallet can show a user’s balance in fractions of a second, it queries RPC providers, indexers, analytics platforms, cache servers, specialized databases, and more. The flow works roughly like this: Data collection: Specialized programs continuously read the blockchain as new blocks appear. Indexing (structuring): They parse that data and store it in classic, very fast databases (for example, PostgreSQL or ClickHouse). Information is laid out in convenient form, such as “Address — List of all its tokens.” Instant response: The wallet receives a ready, filtered answer from cache in milliseconds. In effect, most popular Web3 applications rely on an additional data-processing layer. Imagine a chain handles 50,000 operations per second while millions of wallets simultaneously send RPC requests to refresh screens. Provider servers can’t keep up. Reading, indexing and sorting data for a user is a heavy compute task. Indexers and data-access services often lag the network’s head by several blocks because processing, structuring and delivery take extra time. It’s not just “outdated infrastructure,” though some of that exists. It’s a deeper clash between Web2 and Web3 architectures. Users and apps interact with blockchains as actively as they do with the instant-response Web. When you scroll a social feed, the app makes thousands of requests per second to update likes, comments and images. In Web2, trading bots can ping exchange servers millions of times per minute. Google or Amazon servers handle this because they’re centralized: data sits, roughly speaking, in one giant store, instantly replicated across mirrors worldwide. Blockchains are built differently and aren’t provisioned for that pattern. Until recently, math and cryptography were the main bottlenecks: thousands of computers needed to rapidly reach consensus that a transaction is valid. Engineers attacked this by enabling parallel execution and separating consensus from execution. Solana, Monad and Aptos support parallel execution of independent transactions, unlike Ethereum’s classic sequential model. Monad more explicitly separates ordering from subsequent execution, while Solana and Aptos achieve parallelism via runtime architecture and state-conflict management. The result is the ability to approve tens of thousands of transactions per second (TPS). But that’s where a trap lies. Historically, a blockchain has tried to do four jobs at once: transaction execution; consensus; data storage; data access. Higher performance increases load on all four simultaneously. The system now generates data faster than the infrastructure can read it — creating an indexer gap. The documentation of Helius — a major Solana infrastructure provider — notes that a blockchain’s sequential structure preserves data integrity and enables high throughput, but makes historical queries slow and inefficient. So most companies build their own indexers and separate databases on top of the chain. Analysts at ChainScore Labs call the indexer gap one of Solana’s key pain points. In their view, traditional indexing approaches struggle with an architecture where high block frequency and parallel execution produce massive data flows. The effect: the network can confirm actions almost instantly, but apps take much longer to process the consequences of those actions. Web3 Speeds Run Into Physics (and More) Specifically: the bandwidth of CPUs, disks and network cables. Blockchain scalability isn’t the same as the scalability of the surrounding infrastructure — and that gap needs fixing fast. Consider a 100,000 TPS network. You must not only write the transaction but also: persist state; update indexes; answer wallet queries; serve bots; serve analysts; serve search systems; serve AI agents. High throughput, therefore, forces a resource contest among consensus, execution and the infrastructure services layered on top. With adjacent technologies advancing in parallel, the pressure to solve this is immediate. People can tolerate seconds or even minutes of delay. AI agents, trading systems and autonomous services cannot. If a machine acts on on-chain data, stale inputs mean errors, missed opportunities or direct financial loss. Meanwhile, the Ethereum Foundation’s 2026 documentation states that archive nodes require 3 to 12 TB of disk space, and initial sync can take up to a month even on strong hardware. SSD speed, memory size and CPU performance are the constraints. Moreover, Geth developers separately describe the older archive model, where Ethereum’s database could exceed 20 TB and syncing took months — prompting a shift to a new path-based state storage architecture. So yes, hardware, processors, network bandwidth, and the CPU are real physical limiters in the race against information growth. But they’re not the only ones. Modern servers can already process huge data volumes. The real question: how much should thousands of independent network participants pay to do it? If full participation requires dozens of terabytes of SSD, hundreds of gigabytes of RAM and expensive network links, the number of infrastructure operators inevitably shrinks — introducing new centralization. In theory, you can process the data; in practice, you can’t do it cheaply and in a decentralized way at the same time. The cost of data processing begins to rise faster than the cost of the transactions themselves. How the Market Responded Participants now recognize that winners will be the networks that can turn transactions into accessible information faster, cheaper and more reliably. Over the past year, attention has shifted to modular blockchains. If first-generation networks tried to do everything at once, the new generation splits duties across specialized layers. Instead of one network, there are distinct layers: execution layer; settlement layer; consensus layer; data availability layer. Developers liken this to the evolution of data centers. One server used to do everything. Today, compute, storage and networking scale independently. One of the fastest-growing segments has been DA networks. At first glance, the idea sounds odd: why create a separate blockchain to temporarily store another blockchain’s data? Yet that’s the point. In a modular design, execution and data storage can live apart. A rollup publishes data to an external DA layer rather than the base chain, cutting scaling costs and boosting throughput. A few years ago, RPC was a technical footnote. Today it’s a core pillar of crypto infrastructure. In May 2026, Triton One and the Solana Foundation announced an updated RPC 2.0 — a new approach to building Solana’s data read architecture. The key idea is to split access to current state and to history. Two independent modules are introduced: one indexes account state in real time; the other optimizes work with historical data. Instead of scanning the entire chain, the system builds adaptive indexes tailored to app queries, reducing latency and processing cost. Triton and Solana aim to remove systemic constraints: expensive, inefficient monolithic RPC nodes; a narrow set of standard JSON-RPC calls; and developer dependence on bespoke or proprietary data solutions. In the new model, reads scale separately from consensus, and history access accelerates via columnar stores and pre-sorted data. The project leans on tooling already in the ecosystem — including streaming from validators (Geyser, Yellowstone gRPC) and solutions for handling history. The infrastructure is open source, with development coordinated alongside the Solana Foundation. In effect, Solana is trying to move from a “one-size-fits-all” RPC to modular, specialized data infrastructure that should lower barriers for developers and make blockchain data access closer in convenience to traditional databases. Does Modularity Solve It? If Solana standardizes the read layer, it could strengthen its position as a network with mature application infrastructure, not just high throughput. At the same time, it heightens competition with independent RPC providers and infrastructure platforms, which will either adapt to the new standard or offer value-added services on top. Modularity removes some constraints but pushes others into different layers. The drive to cut costs and simplify data access is clear — DeFi, NFTs, wallets, analytics and compliance tools depend on it. Yet Web3 seems to have a built-in cascade effect: solving one problem creates new ones. The new scheme will demand a more complex superstructure: indexers, storage, caches, separate pipelines and new points of failure. Instead of a single simple RPC layer, the ecosystem may end up with multiple parallel implementations, incompatible optimizations and deeper reliance on infrastructure providers. An open architecture on paper won’t necessarily mean universally open, convenient access in practice. For now, the market has shifted from competing over who can extract data from chains best, to racing to build products on top of that data. Who pays — and how much — will likely become clear soon.

cryptopotato.com Ripple Price Analysis: XRP’s Weak Recovery Points to More Downside Ahead

XRP has entered a crucial support region after suffering an aggressive selloff over the past two weeks. While buyers have managed to prevent a deeper breakdown for now, the asset remains trapped within a broader downtrend, leaving the current rebound vulnerable unless key resistance levels are reclaimed. Ripple Price Analysis: The Daily Chart The daily […]

cryptobriefing.com FIFA transforms Mexico City’s Zócalo into Fan Fest for 2026 World Cup as Kraken signs on as crypto sponsor

The transformation of Zcalo into a Fan Fest highlights the growing intersection of sports, culture, and crypto, impacting global fan engagement. The post FIFA transforms Mexico City’s Zócalo into Fan Fest for 2026 World Cup as Kraken signs on as crypto sponsor appeared first on Crypto Briefing.

cryptobriefing.com NiKo clutches against cousin huNter at IEM Katowice 2025 as esports and crypto worlds continue to overlap

The NiKo vs. huNter- rivalry highlights esports' growing narrative depth, while crypto's influence on gaming events remains unpredictable. The post NiKo clutches against cousin huNter at IEM Katowice 2025 as esports and crypto worlds continue to overlap appeared first on Crypto Briefing.

cryptobriefing.com BitGo launches Lightning Earn, letting institutions pocket routing fees on Bitcoin’s fastest network

BitGo's Lightning Earn could transform institutional Bitcoin holdings by providing a regulated, yield-generating alternative to passive storage. The post BitGo launches Lightning Earn, letting institutions pocket routing fees on Bitcoin’s fastest network appeared first on Crypto Briefing.

cryptopotato.com CoinFello Publicly Launches Fello 1 for General-Purpose DeFi

[PRESS RELEASE – Fort Worth, Texas, June 11th, 2026] CoinFello, the first self-sovereign AI agent for executing and automating DeFi, today announced the launch of Fello 1, a major upgrade to its agent that enables users to interact with any EVM-compatible smart contract whilst providing new capabilities, new pools, and new protocols to arrive without […]

cryptopotato.com Bitcoin Price Analysis: BTC Must Reclaim This Level to Avoid Fresh Sub-$60K Breakdown

After suffering one of its steepest corrections in recent months, Bitcoin is showing early signs of stabilization above a major demand zone. However, with the price still trading below several important resistance levels, the recent bounce may simply represent a temporary relief rally within a broader corrective phase. Bitcoin Price Analysis: The Daily Chart On […]

news.bitcoin.com Wall Street’s Next Onchain Test Gives Citi Clients Tokenized Access to Private Shares

Citi has opened a regulated blockchain route into private-company shares, giving Wall Street another live test of tokenization beyond crypto-native trading. The Wall Street Journal reported June 11 that Citigroup is rolling out tokenized shares of private companies for wealthy and institutional clients, initially limited to foreign investors, with the bank hoping other financial institutions […]

cryptobriefing.com Pentagon considers risky operation to capture Iran’s Kharg Island as Bitcoin holds steady at $71K

The Pentagon's actions highlight escalating geopolitical tensions, impacting global oil markets and raising regulatory challenges in crypto finance. The post Pentagon considers risky operation to capture Iran’s Kharg Island as Bitcoin holds steady at $71K appeared first on Crypto Briefing.

cryptobriefing.com European Central Bank hikes interest rates for first time since 2023, raising pressure on crypto markets

The ECB's rate hike signals tighter monetary conditions, potentially dampening crypto market growth and challenging DeFi's competitive edge. The post European Central Bank hikes interest rates for first time since 2023, raising pressure on crypto markets appeared first on Crypto Briefing.