Connect with us

Crypto World

Ethereum Foundation warns some tools may break with Glamsterdam upgrade

Published

on

Ethereum Foundation warns some tools may break with Glamsterdam upgrade

Ethereum Foundation warns some tools may break with Glamsterdam upgrade

Developers have been urged to test on Plataberget before Glamsterdam’s new gas model reaches Ethereum’s other testnets and mainnet.

Source link

Continue Reading
Click to comment

You must be logged in to post a comment Login

Leave a Reply

Crypto World

Apple Analysis: Price Tests the POC Area Following Trend Breakdown

Published

on

Apple Analysis: Price Tests the POC Area Following Trend Breakdown

Apple shares remain under close scrutiny after several notable developments. On 10 August, Jefferies downgraded the stock from Hold to Underperform and lowered its price target from $285.56 to $263.66. The investment bank suggested that Apple may have abandoned plans for an all-glass iPhone intended to mark the product line’s 20th anniversary due to manufacturing challenges. According to Jefferies, this decision could limit the company’s ability to increase average selling prices at a time when memory component costs are rising.

At the same time, Apple announced the opening of a new manufacturing facility in Houston, where Mac mini production is expected to begin at a later stage. The project forms part of the company’s broader $600 billion initiative aimed at expanding its manufacturing footprint across the United States.

Technical Analysis of Apple

The four-hour chart highlights a significant technical event that occurred on 31 July, when the price moved below a rising trendline through a gap accompanied by trading volume well above recent averages. Despite the strength of that move, the breakdown has not yet developed into a sustained decline.

Instead, the stock has entered a consolidation phase, creating a well-defined market profile. Apple is currently trading between the Point of Control (POC) at $305.50 and the lower boundary of the profile at $300.00, while testing the POC area from below. Beneath the current consolidation zone, the next major support level can be found around $273.50.

Should the trend breakdown ultimately fail and buyers regain control, attention would shift towards two key resistance areas. The first is the upper boundary of the profile at $326.00, followed by a more substantial resistance zone near $344.00.

Advertisement

The RSI + MAs indicator currently stands at 42, 39 and 45. Both the RSI and the fast-moving average remain slightly below the neutral zone, while the slower moving average has yet to cross beneath the lower threshold, indicating that bearish momentum has not been fully confirmed.

Key Takeaways

Apple’s current sideways movement around the POC reflects a period of balance following the high-volume gap that disrupted the previous uptrend. While the market has yet to confirm a decisive bearish breakout, buyers have also been unable to push the stock back into a clear upward trajectory.

The divergence between the faster and slower components of the RSI + MAs indicator leaves the technical outlook unresolved, suggesting that the next directional move will likely depend on whether the price can either reclaim the upper part of the profile or break convincingly below the current consolidation range.

Buy and sell stocks of the world’s biggest publicly-listed companies with CFDs on FXOpen’s trading platform. Open your FXOpen account now or learn more about trading share CFDs with FXOpen.

Advertisement

This article represents the opinion of the Companies operating under the FXOpen brand only. It is not to be construed as an offer, solicitation, or recommendation with respect to products and services provided by the Companies operating under the FXOpen brand, nor is it to be considered financial advice.

Source link

Advertisement
Continue Reading

Crypto World

Why Crypto Needs Better Developer Infrastructure

Published

on

Why Crypto Needs Better Developer Infrastructure

Crypto has spent years building faster blockchains, cheaper transactions, decentralized applications, and increasingly sophisticated financial protocols. Yet one of the industry’s biggest challenges remains surprisingly fundamental

Building on crypto is still harder than it should be.

For crypto to move from an industry dominated by early adopters and specialized developers into a technology used by millions—or billions of people—it needs more than better protocols. It needs better developer infrastructure.

The next phase of blockchain growth may depend less on creating another Layer 1 and more on making it dramatically easier for developers to build, test, deploy, monitor, and scale applications on existing networks.

The Developer Experience Problem

In traditional software development, developers have access to mature tools for almost everything.

Advertisement

They can use established cloud platforms, databases, authentication systems, payment APIs, monitoring tools, analytics platforms, testing frameworks, and deployment pipelines. Much of the complexity is hidden behind reliable abstractions.

Crypto is different.

A developer building a decentralized application may need to understand wallets, private keys, RPC providers, smart contracts, gas fees, chain-specific infrastructure, indexing, token standards, bridges, signatures, transaction finality, security assumptions, and multiple blockchain environments.

That creates a steep learning curve.

Advertisement

Instead of asking:

“What can I build?”

developers often have to ask:

“How do I make all these infrastructure components work together?”

That is a serious barrier to innovation.

Infrastructure Is the Invisible Layer of Crypto

Users rarely think about infrastructure.

Advertisement

When someone sends a message, they don’t care which database handles it. When they stream a video, they don’t think about content delivery networks. When they purchase something online, they don’t need to understand payment-processing infrastructure.

Crypto should eventually work the same way.

A user shouldn’t need to understand RPC endpoints, nonce management, transaction simulation, gas estimation, block confirmations, or chain abstraction simply to interact with an application.

Developers shouldn’t have to rebuild those systems for every project either.

Advertisement

The more infrastructure becomes standardized and invisible, the more developers can focus on product design and user experience.

RPC Infrastructure Needs to Become More Reliable

Remote Procedure Calls, or RPCs, are one of the fundamental interfaces between applications and blockchains.

Yet developers frequently deal with issues such as:

  • Rate limits
  • Unstable endpoints
  • Network congestion
  • Provider outages
  • Latency
  • Inconsistent responses
  • Difficult debugging
  • Chain-specific configurations

For a consumer application serving thousands or millions of users, infrastructure reliability isn’t optional.

Crypto applications need RPC infrastructure that feels more like mature cloud infrastructure: predictable, scalable, observable, and easy to integrate.

Advertisement

Better infrastructure providers can abstract much of this complexity away from developers.

Indexing Is Another Major Bottleneck

Blockchains are excellent at recording transactions, but retrieving meaningful application-level information from raw blockchain data can be complicated.

Imagine building a decentralized marketplace.

You may need to answer questions such as:

Advertisement
  • What assets does a particular wallet own?
  • What transactions occurred during a specific period?
  • Which NFTs changed hands?
  • What is the user’s historical activity?
  • What events occurred across multiple contracts?
  • What are the current balances and positions?

Developers often need specialized indexing infrastructure to transform blockchain data into something applications can efficiently query.

Better indexing tools could turn blockchain data into something closer to a traditional developer-friendly database experience.

That would significantly reduce development time.

Testing and Debugging Need a Revolution

Smart contracts are immutable once deployed in many environments.

That makes testing especially important.

Advertisement

A small mistake can result in financial losses, broken applications, or serious security vulnerabilities.

Developers therefore need powerful tools for:

Simulation → Testing → Security Analysis → Deployment → Monitoring

The industry needs better local blockchain environments, transaction simulation, automated security testing, debugging tools, and production monitoring.

Advertisement

Imagine being able to reproduce a complex on-chain transaction locally with a few clicks and understand exactly why it failed.

That kind of developer experience could dramatically improve both productivity and security.

Wallet Infrastructure Should Become Invisible

Wallets are another major source of friction.

Traditional applications allow users to create an account with an email address, phone number, or social login.

Advertisement

Crypto often introduces concepts such as:

  • Seed phrases
  • Private keys
  • Network switching
  • Gas management
  • Signature requests
  • Transaction approvals

These mechanisms are important for self-custody, but developers need better ways to integrate them into applications.

The goal shouldn’t necessarily be to eliminate wallets.

The goal should be to make wallets easier to use without sacrificing security or user control.

Account abstraction, smart wallets, passkeys, embedded wallets, and better transaction flows are moving the ecosystem in this direction.

Advertisement

Chain Abstraction Could Change Everything

One of the biggest infrastructure challenges is fragmentation.

Crypto users and developers increasingly interact with multiple chains.

Ethereum, Layer 2 networks, Solana, appchains, alternative Layer 1s, and specialized networks can each have different architectures, tooling, transaction models, and developer environments.

For developers, supporting multiple networks can mean maintaining multiple infrastructure stacks.

Advertisement

For users, it can mean confusing network selection and asset management.

Better chain abstraction could allow applications to interact with multiple blockchain environments through a much simpler interface.

Instead of forcing developers to think about every chain individually, infrastructure could handle much of the complexity underneath.

The blockchain becomes the backend. The application becomes the product.

Advertisement

That’s a much more scalable model.

Security Must Be Built Into the Infrastructure

Crypto has another problem that traditional software can sometimes avoid at the same scale:

The infrastructure can directly control financial assets.

A vulnerable smart contract isn’t merely a software bug. It can become a financial catastrophe.

Advertisement

Developer infrastructure therefore needs security to be embedded throughout the development lifecycle.

That includes:

  • Automated smart-contract analysis
  • Dependency monitoring
  • Transaction simulation
  • Runtime monitoring
  • Threat detection
  • Permission analysis
  • Key-management systems
  • Automated alerts
  • Formal verification tools

Security shouldn’t be something developers remember at the end of the project.

It should be integrated from the beginning.

Better Infrastructure Could Unlock More Developers

The crypto industry has often focused on attracting users.

Advertisement

But there is another equally important growth strategy:

Make it easier for developers to build things users actually want.

A developer shouldn’t need years of blockchain-specific experience to create a crypto-enabled application.

Imagine a world where a developer could integrate blockchain functionality using a few familiar APIs.

Advertisement

Want stablecoin payments?

Use an API.

Want tokenized assets?

Use an SDK.

Advertisement

Want wallet authentication?

Use an authentication layer.

Want on-chain analytics?

Query an indexed data service.

Advertisement

Want to deploy across multiple chains?

Use a unified deployment framework.

That is how crypto becomes accessible to the broader software-development community.

Infrastructure Is Becoming a Competitive Advantage

As blockchain networks become increasingly similar in areas such as transaction costs and performance, developer infrastructure could become a major differentiator.

Advertisement

A technically impressive blockchain is not enough if developers hate building on it.

A network with excellent documentation, SDKs, debugging tools, indexing, analytics, security infrastructure, and reliable APIs can potentially attract more developers—even if its raw technical specifications aren’t dramatically different from competitors.

This creates a powerful flywheel:

Better Infrastructure → More Developers → More Applications → Better User Experience → More Users → More Economic Activity

Advertisement

And more economic activity creates demand for even better infrastructure.

The Next Crypto Breakthrough May Not Be Another Blockchain

Crypto has historically celebrated protocol launches.

New chains receive attention. New consensus mechanisms generate headlines. New token standards create excitement.

But the next breakthrough may be less visible.

Advertisement

It could be an infrastructure layer that makes blockchain development dramatically simpler.

The biggest crypto innovation might not be another chain competing for blockspace.

It could be the tools that allow developers to stop thinking about blockspace altogether.

That’s the paradox of great infrastructure: when it works perfectly, nobody notices it.

Advertisement

What Better Developer Infrastructure Could Look Like

The ideal crypto developer stack could eventually resemble modern cloud development.

A developer could have:

One unified API layer
Connect to multiple blockchain networks without managing dozens of endpoints.

Powerful indexing
Query blockchain data without building custom data pipelines.

Advertisement

Built-in simulation
Test transactions before they reach production.

Integrated security
Automatically detect vulnerabilities and suspicious behavior.

Simple wallet infrastructure

Provide secure authentication without forcing users through confusing workflows.

Advertisement

Cross-chain tooling
Build applications that operate across networks without maintaining completely separate systems.

Real-time observability
Monitor contracts, transactions, users, and application health from a single dashboard.

One-click deployment
Move from development to production with significantly less operational complexity.

When these pieces work together, blockchain development begins to look less like a specialized discipline and more like ordinary software engineering.

Advertisement

The Real Goal: Hide the Complexity

Crypto doesn’t need to eliminate complexity.

It needs to move complexity away from developers and users.

The internet succeeded partly because developers didn’t have to understand every layer of networking before building websites and applications.

Cloud computing succeeded because developers didn’t need to operate physical servers to launch software.

Advertisement

Crypto can follow the same path.

The underlying blockchain technology can remain highly sophisticated while the developer experience becomes remarkably simple.

That is the infrastructure revolution crypto needs.

Final Thoughts

The future of crypto won’t be determined solely by transaction speed, token economics, or the number of blockchains competing for users.

Advertisement

It will also depend on how easy it is to build on those networks.

Better developer infrastructure can reduce complexity, improve security, accelerate experimentation, and open blockchain development to a much larger pool of software engineers.

The winning crypto ecosystems may ultimately be the ones that make developers forget they’re building on blockchain at all.

Because when infrastructure becomes invisible, innovation becomes visible.

Advertisement

Crypto doesn’t just need more developers.

It needs to make development easier.

And that may be one of the most important infrastructure challenges—and opportunities—of the next decade.

REQUEST AN ARTICLE

Source link

Advertisement
Continue Reading

Crypto World

Harmony Will Delete Nearly a Week of Its Own Chain History

Published

on

Harmony ONE Price Performance

Harmony has begun a full network rollback that will erase billions of illegally minted ONE tokens from the chain’s history.

The plan resets the blockchain to its state on August 11, hours before an attacker forged a fresh supply. Validators are already preparing the restart.

Why the Harmony Rollback Goes Back to August 11

Harmony (ONE) confirmed the recovery plan in a post on X. The chain will resume from blocks stamped 23:25 UTC on August 11. Everything after that point disappears.

The first forged mint landed two blocks later. Therefore, the team picked an earlier checkpoint as a safety buffer. Independent validators are now loading clean replacement databases for both shards, and the chain stays paused until that work ends.

Advertisement

Developers will give the go-ahead signal once the preparations finish. The exploit pushed ONE to a record low last week after roughly 4 billion tokens appeared without authorization, swelling supply by about 26%.

The Harmony team weighed softer fixes first. Burning the fake tokens wallet by wallet risked hitting innocent holders, while a blacklist would have left the extra supply on the chain. One cut-off point applies the same rule to everyone. An outside security firm reviewed the incident and backed the team’s findings.

Harmony. Source: X

Few networks take a step this drastic. When Sui stalled in May, block production simply resumed. Harmony, by contrast, must discard nearly a week of activity.

Advertisement

ONE Price Sits Near Its All-Time Low

ONE changed hands at roughly $0.00072 on Tuesday, down 4% over 24 hours. Its market value has shrunk to about $10.6 million, and the current ONE market price leaves the token outside the top 1,000 by capitalization.

Harmony ONE Price Performance
Harmony ONE Price Performance. Source: BeInCrypto Markets

The rollback removes the forged supply. However, it also deletes legitimate trades, swaps, and staking actions made during the same window. Harmony said it is working with exchanges and bridges to soften that hit.

Investigators traced nearly all of the forged ONE across wallets, pools, and bridges. Tracing is not recovery, though. Once the tokens reached shared balances such as exchange wallets, burning them could take money from unrelated users.

The case fits a punishing year for crypto security. Attackers have hit the chain infrastructure repeatedly, from a bridge exploit at Taiko in June to a cluster of July breaches. Meanwhile, stolen funds usually move faster than defenders respond, as critics of Circle argued after April’s Drift attack.

Harmony has not named a restart time. The coming days will show whether exchanges reopen ONE deposits, and whether holders stay with a chain that rewrote its own recent past.

Advertisement

The post Harmony Will Delete Nearly a Week of Its Own Chain History appeared first on BeInCrypto.

Source link

Continue Reading

Crypto World

Hyperliquid Policy Center backs SEC Rule 611 repeal

Published

on

can HYPE hit $100 in 2026?

The Hyperliquid Policy Center and Douro Labs submitted a joint comment letter to the U.S. Securities and Exchange Commission on Aug. 17 supporting the proposed repeal of Regulation NMS Rule 611.

Summary

  • August 17 filing jointly backed the SEC proposal to repeal Regulation NMS Rule 611 entirely.
  • Rule 611 prevents executions through protected quotations displaying better prices across connected U.S. trading venues.
  • HPC and Douro asked regulators to recognize qualifying independent reference prices when NBBO is unavailable.
  • Tokenized U.S. equities would remain subject to securities rules and broker best execution duties unchanged.
  • The SEC comment period closed August 17, with no final repeal decision announced yet publicly.

Rule 611, commonly called the trade through rule, generally prevents trading centers from executing orders at prices worse than protected quotations displayed elsewhere. The framework uses consolidated market data to establish the National Best Bid and Offer, or NBBO.

HPC and Douro argued in their 22 page letter that this quotation system does not map cleanly onto automated market makers, onchain order books and markets operating continuously outside traditional exchange hours.

Advertisement

Douro Labs is a core contributor to Pyth Network. HPC is an independent advocacy organization focused on creating a regulated path for U.S. users to access onchain markets, including markets available through Hyperliquid.

SEC Rule 611 repeal would change order protection

The SEC proposed rescinding Rule 611 and Rule 610(e) on June 11. Rule 610(e) restricts locked and crossed quotations, where bids equal or exceed available offers.

The agency’s proposal would also remove related definitions from Rule 600 and make corresponding changes elsewhere in Regulation NMS. The SEC has not adopted the proposal, meaning the existing rules remain in force.

Rule 611 was adopted as part of Regulation NMS in 2005. It requires trading centers to establish procedures designed to prevent executions at prices inferior to protected quotations available through other connected venues.

Advertisement

SEC Chairman Paul Atkins said in June that the proposal was intended to simplify market structure and reduce costs. He also said the agency would take a “careful, deliberative approach” while reviewing public feedback.

HPC and Douro supported the repeal “without qualification.” They argued that the current framework assumes executable interest appears as firm quotations collected by securities information processors.

Automated market makers work differently. They calculate an execution price from a liquidity pool when an order is placed. Some onchain central limit order books display bids and offers, but those prices are not currently incorporated into the consolidated feeds used to calculate the NBBO.

Onchain markets require updated best execution guidance

Repealing Rule 611 would not remove brokers’ duty to seek favorable execution terms for customers. HPC and Douro said that obligation should remain the central investor protection standard.

Advertisement

Their letter asked the SEC to coordinate with the Financial Industry Regulatory Authority on principles based guidance for onchain execution. The groups said existing guidance does not fully address network fees, atomic settlement, transaction ordering risks or markets operating when the NBBO is unavailable.

An onchain venue may also calculate prices based on the size of an order and the liquidity available when it executes. As a result, one displayed reference price may not capture the final cost that a customer receives.

The groups proposed evaluating the effective execution price after accounting for protocol charges, network fees and market movement caused by the order. Settlement speed and reduced counterparty settlement risk could also form part of that assessment, according to the letter.

HPC and Douro further asked regulators to recognize qualifying independent reference prices when an NBBO does not exist or does not reflect onchain conditions. They said such benchmarks should use transparent methodologies and resist manipulation.

Advertisement

The filing cited Pyth as one possible model. Pyth receives pricing information from exchanges and trading firms involved in price formation, then publishes aggregated data onchain. The proposal did not request that the SEC endorse Pyth as the mandatory provider.

Tokenized stocks would stay within securities rules

HPC and Douro asked the SEC to confirm that tokenized versions of NMS stocks remain inside Regulation NMS and the wider best execution framework. Under that approach, investor protections would not depend on whether ownership records use a blockchain.

The request comes as tokenized stock products expand across crypto networks. As previously reported, Ondo brought 35 tokenized stocks and ETFs onto HyperEVM in June.

Such products can use different legal structures. Some represent claims against an issuer or special purpose entity rather than direct legal ownership of the underlying company shares. The structure must therefore be assessed separately from the blockchain used for trading or settlement.

Advertisement

In related coverage, an onchain platform launched trading for more than 70 tokenized equities across Ethereum and Solana. That system uses public market information to help keep token prices aligned with the underlying shares.

HPC and Douro also argued that onchain transactions may qualify for Rule 611’s existing exception for trades that do not use “regular way” settlement terms. They asked the SEC to confirm that interpretation if the repeal is delayed or rejected. This remains the groups’ legal position, not an SEC determination.

The SEC must decide whether to adopt the repeal

The public comment period for file S7-2026-20 closed on Aug. 17, according to the SEC docket. The joint submission arrived on the deadline alongside comments from exchanges, investment firms, trade groups and other market participants.

The SEC will now review the responses before deciding whether to adopt, revise or withdraw the proposal. A repeal would require a final Commission vote and an adopting release establishing the final text and effective date.

Advertisement

Not all commenters support removing the rule. Some responses warned that repeal could weaken an objective price protection standard and place greater reliance on individual brokers’ routing systems.

SEC Commissioner Mark Uyeda also acknowledged those questions in a June statement. He said removing Rule 611 could raise issues involving best execution, transparency, trading mechanics and investor confidence.

The next decision rests with the SEC. No final vote, adoption date or implementation timetable had been announced as of Aug. 18.

Advertisement

Source link

Continue Reading

Crypto World

Important Ripple (XRP) Partnership Targets Cross-Border Remittances

Published

on

Ripple has partnered with Jeonbuk Bank in South Korea as the latter prepares to deploy Ripple Payments for cross-border remittances. The deal makes Jeonbuk Bank the first regional bank in the country to deploy the payment service.

The main objective is to support businesses that have traditionally faced several days of delays when moving money across borders via conventional transfers.

Expansion in Korea

The partnership will be used for international transfers for businesses such as import-export companies, IT startups, and online content creators. Traditional transfers can take days to complete as payments move through multiple intermediary banks via the SWIFT network. Ripple Payments handles settlement in seconds to minutes and operates 24/7.

Weighing in on the development, JB Jeonbuk Bank’s President, Park Choon-won, said,

Advertisement

“With this partnership with Ripple, JB Jeonbuk Bank is ready to move beyond its role as a regional bank and emerge as a digital finance leader that meets global standards. This partnership will become a new growth engine for the bank, and we will lead innovation that reshapes the financial paradigm, going beyond the adoption of new technology.”

The announcement follows two other Ripple deals in South Korea this year. In April, the fintech company teamed up with Kyobo Life Insurance to focus on tokenized government bond transactions. The companies previously said that they would assess the technical and regulatory requirements for the approach, using Ripple Custody to support the storage, transfer, and settlement of tokenized assets. This was Ripple’s first deal with a major insurance institution in the country.

KBank is also working with Ripple to test how blockchain infrastructure could be integrated into its existing cross-border transfer system. The internet-only bank is running a two-phase proof of concept. It plans to use the company’s Palisade digital wallet during this stage.

Beyond its work with banks and financial institutions, Ripple has also been expanding the reach of RLUSD in South Korea. One of the company’s executives recently revealed that the stablecoin is now listed on the four largest crypto exchanges in the country – Upbit, Bithumb, Korbit, and Coinone.

Price Faces Downside Risks

On the price side of things, XRP’s struggle around $1 has left the token vulnerable to another decline. One analyst has projected a potential decline of 20% to 40%. That would put the token between $0.85 and $0.65, a range that could serve as a macro accumulation zone.

Advertisement

Still, short-term momentum is showing some signs of stabilizing. Another market watcher said XRP’s four-hour RSI is holding near 42, while tighter price action suggests selling pressure has eased. For a stronger recovery, $1.015, $1.05, and $1.081 are levels to watch. A sustained move above $1.081 may open the way toward $1.145 and $1.20.

The post Important Ripple (XRP) Partnership Targets Cross-Border Remittances appeared first on CryptoPotato.

Source link

Advertisement
Continue Reading

Crypto World

Ethereum devs warn Glamsterdam upgrade could break wallets and gas tools

Published

on

Did L2s break Ethereum's ultrasound money?

The Ethereum Foundation has warned that wallets, indexers and gas estimators could break as Glamsterdam changes the 21,000-gas assumption for some ETH transfers, with the upgrade due to activate on the Platåberget testnet on Aug. 20.

Summary

  • Ethereum has warned that Glamsterdam could break wallets, indexers and gas estimators that rely on fixed gas assumptions.
  • EIP 8037 will add a separate state gas charge for operations that create new state.
  • A basic ETH transfer to an existing account will still cost 21,000 gas, while transfers to new accounts will cost more.
  • Developers have been urged to test their software on the Platåberget testnet before Glamsterdam moves to Sepolia and Hoodi.

The Ethereum Foundation’s Protocol DevOps team said on Aug. 17 that any tool relying on a hardcoded maximum gas limit “will break,” naming wallets, indexers and gas estimators among the software likely to be affected. The team urged application and infrastructure developers to test their systems on Platåberget, a public testnet designed to stay online for several months.

Forkcast data shows Platåberget launched on Aug. 13, giving developers an early environment for Glamsterdam before the upgrade moves to Sepolia and Hoodi. The Glamsterdam fork is scheduled to activate on Platåberget on Aug. 20, according to the foundation, with public validator and builder deposits available as part of the testing process.

Advertisement

Glamsterdam could break hardcoded gas assumptions

Under the planned gas repricing package, the foundation said software can no longer safely assume that Ethereum has a single fixed gas ceiling or that common operations will continue to cost the same amount in every case. The changes are designed around a roughly 200 million gas floor and alter the price of individual operations as well as assumptions tied to the block gas limit.

For application developers, the immediate issue is software that sets fixed boundaries when estimating transaction costs. The Protocol DevOps team said such systems need to be reviewed before Glamsterdam reaches mainnet because the repricing touches wallets, indexers and gas estimators across the network.

The warning follows June 17 Glamsterdam upgrade coverage from crypto.news, which reported that Ethereum developers were already testing the full set of planned EIPs on development networks. At the time, Ethereum Foundation developer Parithosh Jayanthi said the upgrade would change the cost of actions on Ethereum, with high-level computation becoming cheaper while state becomes more expensive.

During the same testing phase, Jayanthi said developers had made “massive progress” but noted that no fixed mainnet timeline had been set. Deployment would depend on the results of testing and whether Ethereum client teams were ready to support the new rules.

Advertisement

EIP-8037 changes how new state is priced

A central part of the warning concerns EIP-8037, which introduces a separate state-gas dimension for operations that create new state. The foundation said creating an account, deploying code or writing a new storage slot will be metered at a fixed cost per state byte and charged at runtime.

Because of that change, a basic ETH transfer will not always carry the same gas cost. Sending ETH to an account that already exists will continue to cost 21,000 gas, with the amount broken into the base transaction cost, cold account access and the value-transfer cost. Sending funds to an address that does not yet exist will also incur a state-gas charge tied to creating the new account.

Developers should therefore revisit applications that treat 21,000 gas as sufficient for every ETH transfer, the Protocol DevOps team said. Gas estimators built around only one gas dimension may also return incorrect estimates once new state is metered separately.

Advertisement

EIP-8037 had already moved close to its final form by May. A May 11 protocol development report said the proposal had reached final-draft status and was being parameterised on a Glamsterdam development network. At the time, its cost-per-state-byte model was designed around limiting annual state growth to roughly 60 GiB at a 300 million gas block limit.

Under the parameters reported in May, new account creation could become roughly 8.5 times more expensive, while contract deployment costs could rise about tenfold. Separate metering for code deposits was designed to keep large contracts deployable, including code-heavy decentralised finance applications.

The state-gas model also changes where Ethereum accounts for the cost of permanent state. The foundation said account creation, new storage slots and deployed code will incur charges based on the amount of new state created, making applications that frequently add permanent data particularly important targets for testing before mainnet deployment.

Ethereum Glamsterdam upgrade also changes block production

Gas repricing is only one part of Glamsterdam. The foundation said the fork also includes enshrined proposer-builder separation, or ePBS, which changes how blocks are built, proposed and validated inside Ethereum’s core protocol.

Advertisement

Under ePBS, the split between the block-building process and the proposer role is incorporated into the protocol, alongside a new builder API flow and payload-timeliness checks. Infrastructure tied to Ethereum’s block-production and validation pipeline should expect to be affected, according to the foundation.

With Platåberget open for public participation, the Protocol DevOps team has encouraged solo stakers, distributed validator technology projects, custom software operators and large staking providers to test their infrastructure. The testnet allows users to deposit new validators and experiment with validator and builder-deposit workflows before the same changes move to longer-lived networks.

Block-Level Access Lists form another major component of the fork. The foundation said the lists will record state locations accessed during execution and post-transaction state changes, with BAL data stored separately from the block body and exchanged between execution-layer peers through the eth/71 networking protocol.

Earlier June reporting said the access-list design gives Ethereum clients advance information about which accounts and smart-contract data a block will use. The system can allow nodes to preload required data and process transactions in parallel when transactions do not access the same state, according to Ethereum.org.

Advertisement

Glamsterdam will also increase size limits for deployed contracts and initialisation code. The foundation said the maximum deployed contract size will rise from 24 KiB to 64 KiB, while the maximum initcode size will increase from 48 KiB to 128 KiB. Forward-compatible consensus data structures are also included in the planned fork.

Platåberget gives developers a longer testing window

Unlike the shorter development networks used during earlier Glamsterdam work, Platåberget is intended to remain available for several months. The Protocol DevOps team said the longer lifespan should give developers time to test post-Glamsterdam behaviour and identify failures before the changes reach Sepolia and Hoodi.

Its validator set is relatively small but open to public participation. For the initial testing period, the foundation has listed container images for consensus clients including Lighthouse, Lodestar, Nimbus, Prysm, Teku and Grandine, alongside execution clients including Besu, Geth, Erigon, Nethermind, Reth, NimbusEL and Ethrex. Tagged client releases remain optional while development teams prepare their own builds.

After feedback from Platåberget has been incorporated into specifications and client software, a non-finality devnet is expected to follow within the month to test difficult consensus scenarios, according to the foundation. Sepolia and Hoodi are due to receive Glamsterdam after the development networks remain stable, while Ethereum mainnet activation will follow successful upgrades on the long-lived testnets.

Advertisement

Development on Ethereum’s next scheduled fork is also proceeding separately. An Aug. 16 Hegotá planning report said developers were considering 66 proposals for the 2027 upgrade, although Fork Choice enforced Inclusion Lists was the only EIP formally scheduled for inclusion at the time.

Several proposals under review for Hegotá concern future gas and state pricing as Ethereum increases Layer 1 capacity. EIP-8368, for example, would recalibrate state-creation pricing if the block gas limit rises beyond the reference level used by Glamsterdam, while developers have discussed preparing Ethereum for a possible path towards a 600 million gas limit.

Source link

Advertisement
Continue Reading

Crypto World

Provable Opens Early Access to Shield Swap, a Confidential Trading Venue Built for Compliance

Published

on

Provable Opens Early Access to Shield Swap, a Confidential Trading Venue Built for Compliance

Provable Inc. (“Provable”), the company behind Shield Wallet and Aleo, backed by established investors in financial technology and cryptography, today announced Shield Swap, a non-custodial trading venue designed to protect sensitive financial information while supporting compliance.

Beginning today, institutions, businesses, and government entities can request early access at shield.fi.

Confidential positions. Verifiable markets.

Public blockchains expose information that professional trading firms ordinarily protect, including wallet balances, portfolio composition, transaction history, and trading strategies. Shield Swap is designed to keep that participant-level information confidential without obscuring the market itself.

Pool reserves, trade prices, transaction sizes, and fees remain publicly verifiable. A participant’s identity, balances, portfolio, and links between transactions remain shielded.

Advertisement

Shield Swap’s shared anonymity set strengthens as participation grows. Participants can access their own wallet-level information through owner-controlled view keys, including balances, portfolio composition, and unrealized profit and loss.

Compliance without public exposure

Shield Swap produces an encrypted compliance record for every trade. Transfers of supported dollar-denominated stablecoins also generate transaction-specific records.

Using view keys and selective disclosure, participants can share the information required by a regulator, auditor, or counterparty without exposing their entire financial history. This allows firms to demonstrate compliance while preserving the confidentiality of unrelated positions and transactions.

The venue currently supports the world’s first confidential and compliant stablecoin, USDCx on Aleo, a dollar-denominated stablecoin backed 1:1 by USDC held in Circle xReserve. In addition, the venue also supports assets such as Wrapped Bitcoin, Ethereum, Solana, and Aleo in its beta period.

Advertisement

“Serious trading firms do not publish their books or broadcast their positions. Yet public blockchains have forced market participants to do just that,” said Howard Wu, founder and CEO of Provable. “Shield Swap takes a different approach: market activity remains verifiable, while identities, portfolios, and strategies remain confidential. Compliance is built into the system rather than added after the fact.”

Shield Swap opens to early access on Monday, August 17, 2026, with a public launch anticipated for Q4 2026.

About Shield Swap

Shield Swap is a non-custodial institutional trading venue for confidential, compliant digital asset markets. It keeps market activity publicly auditable while protecting participant identities, portfolios, and trading strategies. Selective disclosure gives participants control over who can access their financial information and for what purpose.

About Provable

Provable builds confidential and compliant infrastructure for financial markets. Its products include Shield Wallet and Shield Swap, and Provable is also the team behind Aleo, a Layer-1 blockchain powered by zero-knowledge cryptography. Provable develops the cryptographic systems, protocol infrastructure, and software that enable confidential transactions with programmable disclosure. More information is available at provable.com.

Early access is available at shield.fi.

Advertisement

Legal Disclaimer: Nothing herein should be construed as investment, legal, tax or any other kind of advice. Past performance is not indicative of future results.

The post Provable Opens Early Access to Shield Swap, a Confidential Trading Venue Built for Compliance appeared first on BeInCrypto.

Source link

Advertisement
Continue Reading

Crypto World

BitMine adds 9,926 ETH as BMNR stock gains 3.7%

Published

on

Bitmine (BMNR) stock price chart, source: Google Finance

BitMine Immersion Technologies added 9,926 Ethereum over the week ending Aug. 16, raising its reported holdings to 5,815,164 ETH.

Summary

  • 9,926 ETH purchased last week raised BitMine’s reported treasury to 5,815,164 tokens by Sunday night.
  • BMNR shares rose 3.68% Monday to $18.73, then added 0.37% during after hours trading later.
  • BitMine has staked 5,067,309 ETH, representing approximately 87% of its reported Ethereum treasury holdings currently.
  • Annualized staking revenue of $250 million remains a company projection based on recent yields only.
  • 1.7 million shares were repurchased last week under BitMine’s previously authorized $4 billion buyback program.

The U.S. company valued the tokens at approximately $11 billion using an ETH price of $1,893. BitMine said the position represented 4.8% of Ethereum’s estimated 120.7 million supply in its Aug. 17 release.

BMNR stock closed 3.68% higher at $18.73 on the New York Stock Exchange on Aug. 17. It gained another 0.37% to $18.80 in after hours trading, according to Google Finance data.

Advertisement

BitMine stock opened Monday at $18.20 and traded between $18.11 and $19.00. Approximately 30.95 million shares changed hands, compared with its reported average volume of 32.51 million.

Bitmine (BMNR) stock price chart, source: Google Finance
Bitmine (BMNR) stock price chart, source: Google Finance

Google Finance placed BitMine’s market capitalization at approximately $11.3 billion, based on 603.23 million outstanding shares. The market value was close to the company’s reported $11.4 billion in crypto, cash, marketable securities and other investments.

BMNR remained well below its 52 week high of $65.60. The stock was also above its 52 week low of $12.80. Those figures show that BMNR has experienced a wide trading range while BitMine expanded its Ethereum strategy.

BitMine ETH holdings approach the 5% target

BitMine calls its objective of holding 5% of Ethereum’s supply the “Alchemy of 5%.” Using the company’s stated supply estimate, the target would equal approximately 6.035 million ETH.

Advertisement

The current balance leaves BitMine roughly 219,836 ETH short. Its holdings represent about 96.4% of the tokens required. Changes in Ethereum’s supply could alter the final amount needed.

BitMine has reported weekly Ethereum purchases since adopting its treasury strategy on June 30, 2025. As previously reported, its Ethereum balance reached 5.74 million tokens in early July.

Advertisement

The latest acquisition was smaller than several earlier weekly purchases. In related coverage, the company previously added more than 100,000 ETH during a single week in May.

BitMine did not disclose the average purchase price for the latest 9,926 ETH. It also provided no deadline for completing its 5% supply target.

Staked ETH produces variable rewards

BitMine reported that 5,067,309 ETH was staked as of Aug. 16. The tokens were worth about $9.59 billion at the company’s reference price and represented 87.1% of its holdings.

Approximately 747,855 ETH remained outside staking based on the disclosed figures. BitMine said some of its tokens are staked through MAVAN, its Made in America Validator Network, alongside other staking partners.

Advertisement

The company projected $250 million in annualized staking revenue using a seven day yield of 2.61%. This is a company estimate rather than guaranteed revenue. Ethereum staking returns vary with validator participation, network activity, execution rewards and other factors.

Applying the same yield to BitMine’s entire ETH balance would produce approximately $287 million annually at the cited price. BitMine described that amount as a projection for when its treasury is fully staked.

The staking position has grown rapidly since December. As crypto.news reported, BitMine initially deposited 74,880 ETH for staking before expanding the program during 2026.

Share repurchases reach 20.8 million

BitMine repurchased 1.7 million common shares during the latest week. That raised total repurchases since July 1 to more than 20.8 million shares, according to the company.

Advertisement

The board increased its repurchase authorization from $1 million to $4 billion in April, an SEC filing shows. An authorization sets a spending limit but does not require BitMine to use the entire amount.

The announcement did not disclose the average price paid for the latest shares or the total amount spent. At Monday’s closing price, 1.7 million shares would have a market value of approximately $31.8 million. That calculation is an estimate, not the company’s reported cost.

Repurchases reduce the share count when the acquired stock is retired or held as treasury stock. However, future equity issuance or preferred stock conversions could offset that reduction.

The reported portfolio is valued at $11.4 billion

BitMine valued its combined crypto, cash, marketable securities and other investments at $11.4 billion as of Aug. 16. In addition to Ethereum, the company reported holding 210 Bitcoin and $78 million in cash and marketable securities.

Advertisement

The total included a $180 million position in Beast Industries and a $73 million stake in Nasdaq listed Eightco Holdings. BitMine refers to those investments as “moonshots.”

The reported total is not necessarily equivalent to assets calculated under accounting rules. Its value can also change quickly because Ethereum accounts for most of the portfolio.

Investors will next be watching BitMine’s SEC disclosures for further information about the repurchases and investment valuations. The company’s weekly updates will also show whether it continues acquiring ETH as it approaches its 5% target.

Advertisement

Source link

Continue Reading

Crypto World

Jane Street Reveals Over $1 Billion Invested in Bitcoin ETFs

Published

on

Jane Street – the popular quant trading firm with a heavy orientation toward crypto – disclosed more than $1 billion in U.S. spot Bitcoin ETF holdings as of the second quarter of this year.

BlackRock’s iShares Bitcoin Trust (IBIT) is currently dominating its portfolio. According to the firm’s latest Form 13F, filed on August 14th with the Securities and Exchange Commission (SEC), Jane Street holds roughly $828 million invested in IBIT, alongside other positions in products including Fidelity’s FBTC and Grayscale’s GBTC.

The filing covers the overall securities the firm holds at the end of the reporting period rather than direct Bitcoin ownership.

With that in mind, it turns out that the quant trading heavyweight also expanded its exposure across crypto exchange-traded funds beyond Bitcoin. As CryptoPotato recently reported, the same Q2 filing showed it holding more than 1.2 million shares of Bitwise’s spot XRP ETF, compared with just 20,605 shares three months earlier.

Advertisement

Jane Street also reported positions in XRP products from Franklin Templeton, Grayscale, Canary Capital, and 21Shares.

The Bitcoin numbers represent a serious increase from the first quarter. The company had previously cut its IBIT position by around 71% to about 5.9 million shares, which were worth approximately $225 million before rebuilding the stake during the second quarter.

That said, the holdings shouldn’t necessarily be interpreted as a one-sided bullish bet on Bitcoin. The firm is one of the largest market makers in the industry, and these filings provide only a quarter-end snapshot of long positions. They do not show the firm’s complete short, futures, swaps, or exposure to other derivative products.

The post Jane Street Reveals Over $1 Billion Invested in Bitcoin ETFs appeared first on CryptoPotato.

Advertisement

Source link

Continue Reading

Crypto World

Binance plans UK return with FCA license bid: report

Published

on

Binance plans UK return with FCA license bid: report

Binance reportedly plans to apply for authorization from the United Kingdom’s Financial Conduct Authority, seeking a potential return to the British market when the country’s comprehensive crypto rules begin in 2027.

Summary

  • Binance reportedly plans an FCA application when Britain’s six month authorization window opens in September.
  • The FCA still prohibits Binance Markets Limited from conducting regulated activities without its written consent.
  • Applications run from September 30, 2026, through February 28, 2027, ahead of October 2027 implementation.
  • Filing an application would not guarantee approval, permission to relaunch, or acceptance by British regulators.
  • Authorized crypto firms must satisfy capital, governance, custody, financial crime, and consumer protection requirements standards.

The exchange intends to submit an application after the FCA opens its authorization gateway on Sept. 30, according to an Aug. 15 report from The Telegraph. Binance has not publicly confirmed that it filed an application or identified which legal entity would apply.

A successful application could allow Binance to resume regulated services for UK residents after the new framework takes effect on Oct. 25, 2027. Approval is not automatic, and the FCA has not said it expects to authorize Binance.

Advertisement

The regulator’s existing restrictions on Binance Markets Limited remain in force.

Advertisement

Binance must address restrictions dating from 2021

The FCA imposed requirements on Binance Markets Limited in June 2021, preventing the company from conducting regulated activities without the regulator’s prior written consent.

The watchdog’s current warning states that no other Binance Group entity holds UK authorization, registration or a license to conduct regulated activities in the country.

The FCA previously said Binance Markets Limited was not capable of being effectively supervised. It cited the wider group’s structure and complex, high risk products among its concerns.

Binance later withdrew an application to cancel unused UK permissions in 2023. The move left no Binance entity authorized to operate a regulated cryptocurrency business in Britain.

Advertisement

The exchange also stopped accepting new UK customers in October 2023 after the FCA introduced expanded financial promotion rules. Binance initially relied on an authorized company, Rebuilding Society, to approve its UK marketing.

The FCA later restricted Rebuilding Society’s ability to approve crypto promotions. Binance then announced through an official update that it would pause new registrations while searching for another compliant arrangement.

The FCA application window opens September 30

Britain’s new crypto authorization window will run from Sept. 30, 2026, through Feb. 28, 2027. The full regulatory regime starts on Oct. 25, 2027.

As crypto.news reported, companies operating in Britain must obtain fresh authorization before providing activities covered by the new framework. Existing registrations under anti-money laundering rules will not convert automatically.

Advertisement

Firms that apply within the window may qualify for transitional arrangements while the FCA assesses their applications. Those submitting applications after Feb. 28 will not receive the same protection and may need to stop relevant services until authorization is granted.

The FCA encourages applicants to file early. Its guidance says earlier applications provide more time for assessment and increase the period during which eligible companies can rely on transitional provisions.

An application is not a temporary license. Applicants must satisfy the regulator before receiving permission, and companies cannot assume they will be approved because they met the filing deadline.

FCA authorization would impose broader requirements

The new framework expands the FCA’s oversight beyond financial promotions and anti-money laundering registration. It covers trading platforms, dealing, arranging transactions, custody, staking, lending and certain stablecoin activities.

Advertisement

Authorized companies must follow prudential rules, operational resilience standards and financial crime controls. The framework also applies the Consumer Duty and the Senior Managers and Certification Regime to businesses conducting regulated crypto activities.

Trading platforms will face requirements involving disclosures, market abuse controls and asset admission standards. Custodians must meet rules governing client asset ownership, record keeping, reconciliation and private key management.

David Geale, the FCA’s executive director for payments and digital finance, said the regime would hold crypto companies to “similar standards” as other British financial services businesses.

The application review is therefore expected to examine Binance’s governance, ownership, compliance systems and ability to meet continuing supervisory requirements. The FCA can reject applicants that fail its minimum threshold or “fit and proper” tests.

Advertisement

Binance has not disclosed which UK services it would seek permission to offer. It also has not said whether a relaunch would cover spot trading, custody, staking or other products.

Binance faces competition from registered UK firms

Binance would enter a market where several competitors already hold FCA registrations under the existing anti-money laundering framework.

Coinbase, for example, secured permission to offer cryptocurrency services directly through its British entity in February 2025. IG Digital Assets later joined the FCA’s cryptoasset register.

Those registrations do not guarantee authorization under the 2027 framework. Every company conducting newly regulated activities must submit a fresh application or request a variation of its existing permissions.

Advertisement

Binance’s UK effort also follows regulatory setbacks elsewhere in Europe. The exchange withdrew its Greek application for authorization under the European Union’s Markets in Crypto Assets regulation in June.

In related coverage, Binance suspended most services for European Union residents after missing the licensing deadline. The company said it remained committed to finding another route into the European market.

The UK process is separate from the EU framework. FCA authorization would only address Binance’s position under British law and would not provide operating rights across the European Union.

A filing and FCA decision come next

The first verifiable development will be Binance’s submission of an application after Sept. 30. Neither the exchange nor the FCA has published an application notice.

Advertisement

The regulator does not guarantee that applications submitted during the window will receive decisions before October 2027. Eligible firms can continue specified activities under transitional provisions while awaiting a determination, but only if they satisfy the relevant conditions.

A Binance relaunch would require an affirmative FCA decision and any necessary removal or amendment of existing restrictions on Binance Markets Limited. The legal entity receiving authorization would also need to appear on the FCA register.

Until those steps occur, the reported application remains a plan rather than an approved UK return. Existing consumers should not interpret it as evidence that Binance currently holds an FCA license.

Advertisement

Source link

Continue Reading

Trending

Copyright © 2025