Aptos Labs has announced the consensus upgrade Velociraptr (AIP 131), which introduces a new block proposal mechanism designed to reduce block time by up to 40%. With Aptos’ present block time near 100 milliseconds, the protocol modification targets lower latency and more efficient transaction ordering while retaining existing consensus integrity.
The initiative’s phased rollout is scheduled to begin on the Aptos validator network in September, with completion targeted for October. Network participants and ecosystem stakeholders should track the staged deployment and published performance metrics to assess the upgrade’s operational impact.
‘,
‘
🔒 Secure and Fast Transactions
Diversify your investments with a wide range of coins. Join now!
‘,
‘
💎 The Easiest Way to Invest in Crypto
Dont wait to get started. Click now and discover the advantages!
‘
];
var adplace = document.getElementById(“ads-binance”);
if (adplace) {
var sessperindex = parseInt(sessionStorage.getItem(“adsindexBinance”));
var adsindex = isNaN(sessperindex) ? Math.floor(Math.random() * adscodesBinance.length) : sessperindex;
adplace.innerHTML = adscodesBinance[adsindex];
sessperindex = adsindex === adscodesBinance.length – 1 ? 0 : adsindex + 1;
sessionStorage.setItem(“adsindexBinance”, sessperindex);
}
})();