The post How Solana Intends to Become an Even Stronger Competitor in the Blockchain Space appeared on BitcoinEthereumNews.com. Solana is preparing for a major overhaul that could make its famously fast blockchain even faster — and a lot easier to run. In its “Crypto Monthly Recap for September 2025” research report published Oct. 3, global asset manager VanEck says Solana’s upcoming Alpenglow upgrade marks the biggest change to the network’s core software since launch. The firm calls it “the largest upgrade to Solana’s consensus in its history,” pointing to six key changes that together promise faster performance, lower costs, and greater reliability. For readers less familiar with Solana’s design, Alpenglow essentially changes how the network’s thousands of validators agree on which transactions are valid. That process, known as consensus, is being streamlined so data moves through the system more efficiently and validators can operate with less friction. What VanEck highlighted Faster finality. Today, Solana takes around 12 seconds to finalize a transaction, meaning to confirm it permanently. Alpenglow cuts that to about 150 milliseconds — roughly the time it takes to blink. Faster finality makes trades, payments and app interactions feel instantaneous, bringing Solana closer to web-level responsiveness. Off-chain voting. Validators currently vote on every new block by submitting thousands of small transactions on-chain. That keeps the network secure but clogs bandwidth. Alpenglow moves voting off-chain, letting validators exchange votes privately and later post a single proof. This clears space for regular user transactions and helps keep network fees low. Simpler validator costs. Instead of paying transaction fees for every vote, validators will submit a single Validator Admission Ticket each cycle. This reduces costs and makes it easier for smaller operators to run validators, which strengthens decentralization and network security. Streamlined communication. Solana’s nodes constantly share messages to stay in sync, a process known as “gossip.” Alpenglow reduces this background traffic so validators spend less time and bandwidth… The post How Solana Intends to Become an Even Stronger Competitor in the Blockchain Space appeared on BitcoinEthereumNews.com. Solana is preparing for a major overhaul that could make its famously fast blockchain even faster — and a lot easier to run. In its “Crypto Monthly Recap for September 2025” research report published Oct. 3, global asset manager VanEck says Solana’s upcoming Alpenglow upgrade marks the biggest change to the network’s core software since launch. The firm calls it “the largest upgrade to Solana’s consensus in its history,” pointing to six key changes that together promise faster performance, lower costs, and greater reliability. For readers less familiar with Solana’s design, Alpenglow essentially changes how the network’s thousands of validators agree on which transactions are valid. That process, known as consensus, is being streamlined so data moves through the system more efficiently and validators can operate with less friction. What VanEck highlighted Faster finality. Today, Solana takes around 12 seconds to finalize a transaction, meaning to confirm it permanently. Alpenglow cuts that to about 150 milliseconds — roughly the time it takes to blink. Faster finality makes trades, payments and app interactions feel instantaneous, bringing Solana closer to web-level responsiveness. Off-chain voting. Validators currently vote on every new block by submitting thousands of small transactions on-chain. That keeps the network secure but clogs bandwidth. Alpenglow moves voting off-chain, letting validators exchange votes privately and later post a single proof. This clears space for regular user transactions and helps keep network fees low. Simpler validator costs. Instead of paying transaction fees for every vote, validators will submit a single Validator Admission Ticket each cycle. This reduces costs and makes it easier for smaller operators to run validators, which strengthens decentralization and network security. Streamlined communication. Solana’s nodes constantly share messages to stay in sync, a process known as “gossip.” Alpenglow reduces this background traffic so validators spend less time and bandwidth…

How Solana Intends to Become an Even Stronger Competitor in the Blockchain Space

2025/10/06 07:39

Solana is preparing for a major overhaul that could make its famously fast blockchain even faster — and a lot easier to run.

In its “Crypto Monthly Recap for September 2025” research report published Oct. 3, global asset manager VanEck says Solana’s upcoming Alpenglow upgrade marks the biggest change to the network’s core software since launch.

The firm calls it “the largest upgrade to Solana’s consensus in its history,” pointing to six key changes that together promise faster performance, lower costs, and greater reliability.

For readers less familiar with Solana’s design, Alpenglow essentially changes how the network’s thousands of validators agree on which transactions are valid. That process, known as consensus, is being streamlined so data moves through the system more efficiently and validators can operate with less friction.

What VanEck highlighted

Faster finality. Today, Solana takes around 12 seconds to finalize a transaction, meaning to confirm it permanently.

Alpenglow cuts that to about 150 milliseconds — roughly the time it takes to blink. Faster finality makes trades, payments and app interactions feel instantaneous, bringing Solana closer to web-level responsiveness.

Off-chain voting. Validators currently vote on every new block by submitting thousands of small transactions on-chain.

That keeps the network secure but clogs bandwidth. Alpenglow moves voting off-chain, letting validators exchange votes privately and later post a single proof. This clears space for regular user transactions and helps keep network fees low.

Simpler validator costs. Instead of paying transaction fees for every vote, validators will submit a single Validator Admission Ticket each cycle.

This reduces costs and makes it easier for smaller operators to run validators, which strengthens decentralization and network security.

Streamlined communication. Solana’s nodes constantly share messages to stay in sync, a process known as “gossip.”

Alpenglow reduces this background traffic so validators spend less time and bandwidth coordinating with each other. That makes the system more stable, even when some validators go offline.

Bigger blocks. Developers plan to increase block capacity by 25% by the end of the year.

A block is a batch of transactions added to the ledger. More capacity means Solana can fit more transactions into each block, reducing waiting times and congestion.

The Firedancer client. Built by Jump Crypto, Firedancer is a second, independent version of Solana’s validator software expected to go live in late 2025.

Having two clients means the network can keep running smoothly if one experiences problems.

It also includes a proposal called SIMD-0370, which removes Solana’s fixed limit on block size. That would let the network automatically scale with faster hardware, improving long-term throughput.

P-tokens for efficiency. Solana’s current SPL tokens, used for most on-chain assets, require a lot of computing power to move.

VanEck says the new P-token format will reduce that demand by about 95 percent, freeing up space in each block and boosting total transaction capacity by roughly 10 percent. This makes token transfers cheaper and the network more efficient under heavy use.

Together, these changes show how Solana is redesigning its infrastructure to support the next generation of decentralized finance, gaming and tokenized asset applications.

What Solana’s Engineers Are Building Beyond That

VanEck’s analysis captures the key elements of Alpenglow, but Solana Labs’ Alpenglow white paper shows that the upgrade goes even deeper than the firm described. Engineers have built several behind-the-scenes changes aimed at making Solana faster, sturdier, and easier to maintain over time.

One of the most significant additions is Rotor, a new broadcast layer that replaces Solana’s existing Turbine system for spreading data among validators.

Rotor transmits information more efficiently, cutting down on duplicated packets and shortening the time it takes for new blocks to reach the entire network.

The change helps transactions confirm more smoothly and makes the network more responsive under heavy load.

Another improvement involves local signature aggregation, which allows validators to combine multiple transaction signatures before broadcasting them to the rest of the network.

Every transaction on Solana carries a digital signature proving its origin; processing each one separately consumes computing power and bandwidth. By grouping signatures together, Alpenglow lightens that workload, reducing the computational cost of maintaining security.

The upgrade also strengthens fault tolerance, ensuring that Solana continues to function even if as many as 40 percent of validators lose connectivity or temporarily go offline. This improvement makes the network more resilient during regional outages or traffic spikes, limiting the risk of downtime.

In addition, Alpenglow cuts unnecessary “gossip” traffic — the background messages validators exchange to stay in sync. Reducing this chatter not only frees up bandwidth but also helps validators in regions with slower internet connections participate effectively, broadening Solana’s global base of operators.

Finally, Solana has reworked validator participation through a ticket-based system that replaces thousands of tiny voting transactions with a single predictable admission step. This change simplifies the cost structure and lowers barriers for smaller operators, promoting fairer participation and stronger decentralization.

Taken together, these refinements transform Alpenglow from a simple speed upgrade into a full redesign of how Solana communicates internally. They show Solana Labs’ push to make the network not just fast in theory but also dependable at scale — an essential step as more financial and consumer applications move on-chain.

Source: https://www.coindesk.com/tech/2025/10/05/solana-s-upcoming-architectural-changes-and-why-they-matter

Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact service@support.mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.
Share Insights

You May Also Like

CEO Sandeep Nailwal Shared Highlights About RWA on Polygon

CEO Sandeep Nailwal Shared Highlights About RWA on Polygon

The post CEO Sandeep Nailwal Shared Highlights About RWA on Polygon appeared on BitcoinEthereumNews.com. Polygon CEO Sandeep Nailwal highlighted Polygon’s lead in global bonds, Spiko US T-Bill, and Spiko Euro T-Bill. Polygon published an X post to share that its roadmap to GigaGas was still scaling. Sentiments around POL price were last seen to be bearish. Polygon CEO Sandeep Nailwal shared key pointers from the Dune and RWA.xyz report. These pertain to highlights about RWA on Polygon. Simultaneously, Polygon underlined its roadmap towards GigaGas. Sentiments around POL price were last seen fumbling under bearish emotions. Polygon CEO Sandeep Nailwal on Polygon RWA CEO Sandeep Nailwal highlighted three key points from the Dune and RWA.xyz report. The Chief Executive of Polygon maintained that Polygon PoS was hosting RWA TVL worth $1.13 billion across 269 assets plus 2,900 holders. Nailwal confirmed from the report that RWA was happening on Polygon. The Dune and https://t.co/W6WSFlHoQF report on RWA is out and it shows that RWA is happening on Polygon. Here are a few highlights: – Leading in Global Bonds: Polygon holds 62% share of tokenized global bonds (driven by Spiko’s euro MMF and Cashlink euro issues) – Spiko U.S.… — Sandeep | CEO, Polygon Foundation (※,※) (@sandeepnailwal) September 17, 2025 The X post published by Polygon CEO Sandeep Nailwal underlined that the ecosystem was leading in global bonds by holding a 62% share of tokenized global bonds. He further highlighted that Polygon was leading with Spiko US T-Bill at approximately 29% share of TVL along with Ethereum, adding that the ecosystem had more than 50% share in the number of holders. Finally, Sandeep highlighted from the report that there was a strong adoption for Spiko Euro T-Bill with 38% share of TVL. He added that 68% of returns were on Polygon across all the chains. Polygon Roadmap to GigaGas In a different update from Polygon, the community…
Share
BitcoinEthereumNews2025/09/18 01:10
Share
A Netflix ‘KPop Demon Hunters’ Short Film Has Been Rated For Release

A Netflix ‘KPop Demon Hunters’ Short Film Has Been Rated For Release

The post A Netflix ‘KPop Demon Hunters’ Short Film Has Been Rated For Release appeared on BitcoinEthereumNews.com. KPop Demon Hunters Netflix Everyone has wondered what may be the next step for KPop Demon Hunters as an IP, given its record-breaking success on Netflix. Now, the answer may be something exactly no one predicted. According to a new filing with the MPA, something called Debut: A KPop Demon Hunters Story has been rated PG by the ratings body. It’s listed alongside some other films, and this is obviously something that has not been publicly announced. A short film could be well, very short, a few minutes, and likely no more than ten. Even that might be pushing it. Using say, Pixar shorts as a reference, most are between 4 and 8 minutes. The original movie is an hour and 36 minutes. The “Debut” in the title indicates some sort of flashback, perhaps to when HUNTR/X first arrived on the scene before they blew up. Previously, director Maggie Kang has commented about how there were more backstory components that were supposed to be in the film that were cut, but hinted those could be explored in a sequel. But perhaps some may be put into a short here. I very much doubt those scenes were fully produced and simply cut, but perhaps they were finished up for this short film here. When would Debut: KPop Demon Hunters theoretically arrive? I’m not sure the other films on the list are much help. Dead of Winter is out in less than two weeks. Mother Mary does not have a release date. Ne Zha 2 came out earlier this year. I’ve only seen news stories saying The Perfect Gamble was supposed to come out in Q1 2025, but I’ve seen no evidence that it actually has. KPop Demon Hunters Netflix It could be sooner rather than later as Netflix looks to capitalize…
Share
BitcoinEthereumNews2025/09/18 02:23
Share