Saito Blockchain Launches Mainnet, Pioneering Decentralised Web3 Infrastructure

TheNewsCrypto發佈於 2025-12-16更新於 2025-12-16

文章摘要

Saito has successfully launched its mainnet, introducing a next-generation blockchain platform designed to deliver truly decentralized Web3 infrastructure. Unlike traditional blockchains, Saito uniquely compensates nodes for routing, storage, and compute work, enabling fully on-chain applications without reliance on centralized services. Key innovations include Automatic Transaction Rebroadcasting (ATR) to combat chain bloat, Block Staking for enhanced security, and Smart NFTs for efficient on-chain functionality. The network has proven stable, processing over 70 million blocks with no known issues. Saito’s architecture allows developers to build scalable, browser-native Web3 applications—such as social, gaming, and messaging apps—using familiar web tools, without proprietary stacks or external APIs.

Saito, a next‐generation peer‐to‐peer blockchain platform, today announced the successful launch of its mainnet, ushering in a new era of truly decentralised Web3 infrastructure built for efficient, sustainable, and scalable decentralised applications.

Unlike traditional blockchains that reward miners or stakers for block production alone, Saito uniquely compensates nodes for routing, storage, and compute work, enabling developers to build and power fully on‐chain applications without reliance on centralised cloud services, external APIs, or off‐chain backends.

Saito’s mainnet launch marks a pivotal milestone in blockchain infrastructure and real‐world Web3 adoption.

“Today represents a major moment for Web3,” said Richard Parris, Co‐Founder of Saito. “We started this project because we believed existing systems couldn’t deliver on decentralisation at scale. Now Saito is live, stable, and delivering what others can’t; a network that works for developers and users alike.

New Infrastructure Designed for Scalable, Decentralised Applications

Saito’s mainnet launch introduces several key innovations intended to address long‐standing challenges in decentralised application infrastructure:

  • Automatic Transaction Rebroadcasting (ATR): a novel mechanism that combats chain bloat and ensures long‐term data availability through incentive‐based rebroadcasting of transactions.
  • Block Staking: a low‐overhead, non‐inflationary mechanism that enhances network security even when transaction volumes are low.
  • Smart NFTs: dynamic, logic‐bearing assets that eliminate the need for complex virtual machines, enabling efficient on‐chain functionality.

These features collectively create a true peer‐to‐peer computing layer, where developers can build with familiar web‐native tools, without proprietary stacks, special languages like Solidity, or hidden backend services.

Proven Network Stability and Real‐World Testing

Saito’s network has processed more than 70 million blocks with consistent uptime and no known exploits, demonstrating robustness and reliability in real‐world conditions. All core components of Saito’s consensus mechanism have been publicly open and reviewed, with full documentation available at wiki.saito.io.

Mainnet status was declared after the network met key self‐defined benchmarks, including full decentralisation of participating nodes, successful ATR pruning cycles in production, and stability under real‐world load.

“With Saito in Mainnet, the world finally has a production blockchain without rich-get-richer economics and majoritarian attacks. I couldn’t be prouder of our community for helping us make Saito a reality, and would like to think that Satoshi would be proud too,” said David Lancashire, co-founder of Saito.

Developer‐Ready, Open For Innovation

Saito’s architecture enables developers, startups, and enterprises to build the next generation of Web3 applications – from social and messaging apps to gaming and encrypted communication – entirely on‐chain and browser‐native. No centralised APIs, backend servers, or external services are required, keeping user data and experience sovereign.

“We designed Saito so developers can ship fast, with payments built in and data ownership preserved,” added Parris. “This is decentralisation in action; practical, powerful, and open.”

About Saito

Saito is a decentralised blockchain protocol purpose‐built for peer‐to‐peer web applications and sustainable Web3 infrastructure. Built to eliminate dependencies on centralised services and unsustainable token models, Saito’s mainnet combines economic incentives with developer usability to support scalable, fully decentralised applications.

For more information about Saito’s architecture, live applications, and development tools, visit https://saito.io or explore technical documentation at wiki.saito.io.


Media Contact:

  • Richard Parris
  • info@saito.io
  • Oliver Mills
  • ollie@growthy.io

Disclaimer: TheNewsCrypto does not endorse any content on this page. The content depicted in this Press Release does not represent any investment advice. TheNewsCrypto recommends our readers to make decisions based on their own research. TheNewsCrypto is not accountable for any damage or loss related to content, products, or services stated in this Press Release.

TagsPress ReleaseSaito

你可能也喜歡

Besu修复了5个节点中的漏洞:运营商需要知道什么

开源以太坊客户端Besu的开发者修复了由区块链安全公司Certik发现的五个安全漏洞。8月14日,Besu发布了四份详细的安全通告,涉及这五个漏洞,它们均已在7月27日紧急发布的安全更新版本26.7.1中修复。 安全团队表示,在发布软件补丁与公布漏洞细节之间存在有意延迟。Certik安全工程总监常佳亮解释,这种“先修复后披露”的模式为网络安全专家提供了应对潜在攻击者的关键时间窗口。操作者可以利用这段时间评估受影响部署、测试新版本、协调验证者或联盟成员进行更新,并准备回滚和监控程序。这对于需要正式变更管理协议和跨组织协调的机构或许可区块链网络尤为重要。 这些漏洞是Certik通过其“链扫描”攻击方法在自主研究中发现的。研究者在多节点私有测试网中,向点对点通信、HTTP RPC、WebSocket RPC及共识相关接口引入了可控故障。发现的漏洞涉及区块公告处理、未来高度的共识提案缓冲、WebSocket订阅限制和JSON-RPC过滤器创建等方面。若不修复,攻击者可能耗尽节点内存或线程资源,从而危及节点可用性和共识过程。 Certik已私下向Besu团队提供了可复现的概念验证测试集。Besu在发布说明中感谢了Certik和以太坊基金会安全团队。 谈及更广泛的区块链基础设施安全现状,常佳亮指出,开源社区正在向更形式化的安全测试方向发展,但测试覆盖范围在行业内仍不均衡。协议一致性测试和状态转换测试相对成熟,而对资源耗尽、异步竞争条件、恶意节点行为、长期性能退化以及特定部署配置故障的持续测试则较为不足。后者可能初期产生正确的协议输出,却允许攻击者以较低成本引发不成比例的高资源消耗。 常佳亮强调,由于开发者主导的测试无法覆盖所有潜在攻击向量,第三方专家的研究对于验证常规开发之外的假设仍然至关重要。更成熟的模型应是持续且累积的,包括开发者进行的持续集成和模糊测试、多节点攻击测试、定期的独立研究,以及对每个已确认漏洞的持续回归测试或攻击场景补充。Certik正在开发其链扫描平台以支持这一模型。

cryptonews.ru9 分鐘前

Besu修复了5个节点中的漏洞:运营商需要知道什么

cryptonews.ru9 分鐘前

Term Finance遭黑客攻击:攻击者通过治理漏洞窃取850万美元

去中心化借贷协议Term Finance因其治理机制漏洞遭受攻击,损失约850万美元,但智能合约本身未被入侵。攻击者利用Meta Vaults的投票系统特点,通过一个因极低投票参与度而获得支持的合法提案,转移了资金。 攻击得以成功,主要源于协议生态中经济参与度和投票权的脱节。用户存入资金获得权益代币tmvETH,但此代币本身不具投票权,需额外转换为gtmvETH才能参与治理,而多数用户忽略了此步骤。攻击者仅存入0.5 ETH,获得少量tmvETH并转换为投票代币。虽然其实际资金份额仅占0.017%,但在已发行的投票中却控制了90.66%的票数。治理规则也存缺陷:任何用户无需持有投票权即可创建提案,达到法定人数仅需5%的已发行投票,且简单多数即可通过。攻击者通过提案取消了7天提款延迟保护机制,并添加了自己的合约地址以转移资金。该包含17项操作的提案在链上公开约145小时,却无人提出异议或否决。 投票于2026年8月23日结束,12秒后提案即被执行。资金从多个ETH和USDC子金库中被提取,总计约2843 ETH和167.9万USDC(后者后被兑换为DAI),并汇总至攻击者钱包。初始攻击资金通过Tornado Cash混币器转入。 事发后,Term Labs团队确认事件,并宣布永久关闭所有Meta Vaults、撤销DAO治理角色,但基础协议和直接借贷市场未受影响,用户提款功能保持开放。构建金库的Yearn V3基础设施团队指出,攻击向量仅限于Term的自定义封装层,不涉及其标准产品。 此次事件暴露了去中心化治理在低参与门槛和利益相关者被动情况下的系统性风险。低法定人数和阈值使得几乎任何参与者都能创建提案,当流动性提供者被动时,极少量资本即可控制大量投票。时间锁和否决权等安全机制因攻击者能从提案内部提前禁用而失效。事件前,Term Finance金库总锁仓价值约1245万美元,被提取资金约占该产品TVL的68%。 这揭示了在投票参与率低且投票权可分离的治理系统中存在的根本设计问题。通过合法程序提取大部分资金表明,即使智能合约执行形式正确,若决策逻辑存在架构缺陷,资产安全仍无法保障。核心问题在于“空法定人数”困境,即最低限度的活动被系统解读为合法共识,以及安全参数可能被其本应保护的同一机制所修改。

cryptonews.ru9 分鐘前

Term Finance遭黑客攻击:攻击者通过治理漏洞窃取850万美元

cryptonews.ru9 分鐘前

交易

現貨
活动图片