TheDinarian
News • Business • Investing & Finance
Improving Liveness and Reliability in the Interchain Stack
October 11, 2024
post photo preview

Liveness is a crucial concept in the Interchain Stack and distributed systems in general as it affects operational reliability, scalability, and performance. Liveness enables all nodes to communicate effectively and consistently, reducing downtime, detecting failures, and improving overall system performance. Due to the importance of liveness, developers working with the Interchain Stack often make assumptions about its liveness guarantees. However, due to the inherent challenges of decentralized blockchain development, the stack components do not provide distributed performance guarantees today. Let’s explore these challenges, the concepts of liveness and safety in the Interchain Stack, and any liveness misconceptions for the benefit of builders and the sustainable growth of the ecosystem.

Safety Over Liveness — A Core Design Principle

Liveness in the Interchain Stack — comprising Cosmos SDKCometBFTCosmWasmCosmJS, and IBC — is the property that enables the system’s continuous operation and availability, ensuring all nodes can communicate with each other effectively and consistently. While liveness is important in distributed systems where various nodes work together to maintain the integrity and functionality of the network, the concept of safety over liveness remains a core design principle of the Interchain Stack and most Layer One blockchain technologies in use today.

The Interchain Stack’s robust architecture and performant track record can lead to misconceptions about liveness and the distributed performance guarantees the Stack provides. This can result in potentially unreliable and unsafe applications. Prioritizing safety over liveness is essential for the overall health and security of the Interchain Stack, enabling it to provide a reliable and scalable foundation for building innovative blockchain applications and securing billions of dollars of digital assets.

Challenges with Liveness and the Interchain Stack

Decentralization relies on multiple parties to perform compute, transmission, and storage of chain data while reaching a unified consensus to produce blocks. This introduces unknown environmental and runtime factors over which the Stack has no control, making it challenging to provide performance guarantees at the protocol level. Given the complexities of building distributed systems, promising such liveness guarantees would be irresponsible and the stack has never made such claims.

When working with the Interchain Stack, developers must not make liveness assumptions and should design their applications accordingly, specifically:

  • Developers should not assume consistent block throughput or timely events. Variability and potential delays of unknown frequency and duration may occur. This should be accounted for during application design.
  • Developers should not rely on a chain’s past performance to remain at the same level in the future. They should account for possible changes when designing their systems to ensure stability and reliability.
  • Development teams should implement mechanisms that manage timeouts, delays, and retries to guarantee applications remain functional under varying network conditions.
  • They should consider resource constraints and optimize the use of compute resources, storage, and bandwidth during implementation. This will help create more efficient and reliable applications.

Strategies to Mitigate Liveness Issues

As the interchain evolves and more use cases and needs emerge, the Interchain Stack steward teams are examining strategies to mitigate liveness issues at the protocol level and exploring opportunities to enhance the system’s components to optimize performance. Here are some examples below:

CometBFT

CometBFT, the consensus engine designed for the interchain and beyond, provides several strategies to address liveness issues caused by spam or traffic surges. These mitigations help maintain network performance and block production times. One such strategy involves reducing the default BlockParams.MaxBytes from 21 MB to 4 MB, limiting block sizes and reducing the impact of spammy transactions.

CometBFT also incorporates several other measures to enhance its resilience and predictability in the face of transaction surges and improve the reliability of CometBFT-based networks. These include:

  • Adjusting timeout parameters for proposing larger blocks
  • Maintaining consistent node configurations across the network
  • Avoiding large mempools that can negatively impact performance
  • Delegating mempool responsibility to the application layer through an optional “nop” feature
  • Implementing a backpressure mechanism to manage transaction flow
  • Supporting async mempool updates from block.Commit

Future Improvements in CometBFT

The CometBFT team is working on further improvements to mitigate liveness issues caused by spam surges and overloaded mempools. One of these improvements introduces Quality of Service (QoS) guarantees for the mempool protocol. This design aims to prevent the pressure from spreading to other components within CometBFT by adding mechanisms that allow nodes to drop some transactions in certain circumstances. The QoS approach is known as “mempool lanes,” where transactions with higher priority will have stronger guarantees and better predictability in terms of propagation and inclusion in a block.

Another important feature is the Dynamic Optimal Graph (DOG) gossip protocol for the mempool, which is designed to improve transaction dissemination efficiency and reduce duplicate transactions. This algorithm extends the base FLOOD protocol by eliminating cycles in transaction dissemination, resulting in reduced bandwidth usage and better performance under high-traffic conditions. The CometBFT team has observed a 75% reduction in transaction dissemination bandwidth in initial testing.

Both the above features will be incorporated in v1 and may be backported to v0.37 and v0.38. Developers using older versions of CometBFT should plan their transition to v0.38 and then to v1, as the upgrade process can be difficult. The team is available for support and to contribute to network upgrades and spam issue mitigation, and can be reached on their Telegram and Discord. Additional resources can be found at the end of this post.

Hermes IBC Relayer

Hermes, an open-source relayer built in Rust, is a key component in ensuring liveness within the interchain ecosystem by relaying IBC datagrams between chains. This relayer scans chain states, builds transactions, and submits them to the involved chains, enabling smooth communication across the network.

To mitigate liveness issues, Hermes incorporates several strategies to manage network traffic and avoid overloading. For instance, it sets maximum size limits for the memo and receiver fields in ICS20 packets, rejecting packets that exceed the configured sizes, with defaults of 32KiB for memos and 2KiB for receivers. Additionally, Hermes allows operators to specify packet sequences that should not be cleared, preventing the relayer from processing problematic transactions and improving efficiency. Furthermore, Hermes provides options for selectively clearing packets via a command-line interface (CLI), giving operators more control over transaction flow.

These measures, along with robust logging and debugging, enhance Hermes’ ability to maintain reliable IBC communications and support the scalability of the Interchain Stack.

CosmJS

CosmJS, a client-side library for interacting with the blockchain, contributes indirectly to maintaining liveness in the ecosystem through its integration with other tools like Chain Registry and Cosmos Kit. These tools are crucial in ensuring live nodes are always available for interactions.

The Chain Registry maintains an up-to-date list of public endpoints for various blockchain nodes, providing redundancy if one node goes down. Similarly, Cosmos Kit leverages this registry to cycle through different RPC endpoints if a node failure occurs. This ensures that applications built with CosmJS can continue functioning even if a node fails by automatically finding and connecting to another live node.

While CosmJS does not directly address backend liveness guarantees, it plays an essential role in the broader context by ensuring robust client-side interactions. Good error handling practices in CosmJS can mitigate the impact of liveness issues, such as implementing retry mechanisms and user-friendly error messages to improve the overall user experience. By maintaining a smooth and reliable client-side interface, CosmJS indirectly supports the liveness and usability of applications built with the Interchain Stack.

 

Final Thoughts

To maintain liveness guarantees and support the sustainable growth of the ecosystem, developers must understand the challenges of distributed systems and design their applications accordingly, working together, and following the recommendations specified above. The Interchain Stack steward teams continue to explore opportunities to enhance system components, mitigate liveness issues, and optimize performance — and they need your help.

Community feedback can shape the development of the Interchain Stack and contribute to building a more reliable and scalable foundation for life-changing software and a brighter future for the humans who use it. Join our Discord channel and follow us on X to stay updated on the latest developments, ask questions, and share your thoughts with the community. Let’s craft the future of the interchain together.

 

Link

community logo
Join the TheDinarian Community
To read more articles like this, sign up and join my community today
0
What else you may like…
Videos
Podcasts
Posts
Articles
Stargate: Establishing the Physical Foundations of the AI Revolution 🛰️🌎

The Stargate initiative represents the most substantial investment in artificial intelligence infrastructure to date, as it begins to materialize on a global scale. While many perceive AI as an ethereal technology—simply accessed via applications like ChatGPT 🤖—each digital interaction is, in fact, powered by extensive physical resources: vast data centers 🏢, thousands of cutting-edge GPUs 💾, sophisticated cooling systems 💧, dedicated power grids ⚡, and essential water pipelines 🚰. AI does not reside on personal devices; it is anchored on Earth and demands significant resources.

As artificial intelligence continues to advance, its infrastructure needs only intensify. Regardless of improvements in model efficiency, the explosive growth in usage—billions of queries, ongoing model training, and worldwide deployment—necessitates ever-greater computing power, land, electricity, and semiconductors. This expansion is not plateauing; it is accelerating 📈.

Stargate stands ...

00:01:55
🚨 A Senior UAE Official Has Forecasted...👀

🇦🇪 The United Arab Emirates has taken a decisive step that the United States has been reluctant to pursue.

👉 “Within the next two years, cryptocurrency will be used more frequently than traditional currencies like the dollar or dirham, even for everyday purchases such as coffee and groceries.” 🏦☕🛒

It is worth noting which cryptocurrencies offer transaction fees that are virtually negligible. 😏

The official further stated: “Mark my words, I believe in actions, not just words.”

00:01:00
The Digital Euro 🇪🇺 Is Ready 💶🌍 Via XRP &XLM

The legislative process is complete, and the Digital Euro 🇪🇺 is ready for real time use and October 2025 is the big roll out.

Around this time Europe will also be releasing their
•Request2pay
• SEPA credit transfer rulebook
•PSD3 instant payments
•Verification of payee
•TIPS multi-currency phase 1

The Digital Euro will be minted on #XRPL and #Stellar

OP: MRMANXRP

00:00:27
👉 Coinbase just launched an AI agent for Crypto Trading

Custom AI assistants that print money in your sleep? 🔜

The future of Crypto x AI is about to go crazy.

👉 Here’s what you need to know:

💠 'Based Agent' enables creation of custom AI agents
💠 Users set up personalized agents in < 3 minutes
💠 Equipped w/ crypto wallet and on-chain functions
💠 Capable of completing trades, swaps, and staking
💠 Integrates with Coinbase’s SDK, OpenAI, & Replit

👉 What this means for the future of Crypto:

1. Open Access: Democratized access to advanced trading
2. Automated Txns: Complex trades + streamlined on-chain activity
3. AI Dominance: Est ~80% of crypto 👉txns done by AI agents by 2025

🚨 I personally wouldn't bet against Brian Armstrong and Jesse Pollak.

👉 Coinbase just launched an AI agent for Crypto Trading
Veritaseum Hodlers, Are You Ready For Chaos? 🚀 👩‍🚀

What would happen if Veritaseum was "Resurrected" from the Land of Dead Cryptos? Would Clif High's prediction of Veri trading 1 to 1 with Bitcoin actually come TRUE?! We may just find out SOONER than you think!!

$Velos New Payfi Litepaper 📝

As the market evolves, so do we. Our new PayFi Litepaper reflects our commitment to adapt fast, stay ahead, and win.

Dive into our latest vision and strategy for what’s next.

https://x.com/veloprotocol/status/1917550676860887446

Reggie Middleton vs The SEC

The Motion to Vacate the SEC case against @ReggieMiddleton was filed on Friday May 30th, 2025 and contains NEW EVIDENCE clearly illustrating the alleged Fraud Upon the Court by SEC attorney Jorge Tenreiro.

It’s Reggie’s time to shine and this is going to be Epic!

Watch for a Video and further X posts breaking down this New Evidence.

https://x.com/SovereignRiz/status/1928836032964804760

post photo preview
Stellar's Ecosystem Surges Forward: Smart Contracts, Lightning Speed, and Real-World Impact in 2025

The Stellar blockchain ecosystem is experiencing remarkable momentum in 2025, with groundbreaking technical achievements and expanding real-world adoption that position it as a major player in the decentralized finance landscape. From lightning-fast transaction speeds to innovative smart contract capabilities, Stellar is demonstrating that blockchain technology can deliver both performance and practical utility.

Technical Breakthroughs Drive Performance

The Stellar Development Foundation's Q1 2025 quarterly report reveals impressive technical milestones that showcase the network's maturation. The platform now processes an astounding 5,000 transactions per second with remarkably fast 2.5-second block times, putting it among the fastest blockchain networks in operation today.

This performance leap isn't just about raw numbers—it represents Stellar's commitment to creating infrastructure that can handle real-world demand. Whether it's cross-border payments, asset tokenization, or decentralized applications, the network's enhanced capabilities provide the foundation for scalable blockchain solutions.

Smart Contracts Get Smarter with Soroban

One of the most significant developments has been the launch and continued evolution of Soroban, Stellar's smart contract platform. The introduction of Contract Copilot represents a major advancement in developer experience, enabling faster and safer smart contract development through enhanced tooling and guidance.

This focus on developer experience is crucial for ecosystem growth. By lowering barriers to entry and improving the development process, Stellar is positioning itself to attract innovative projects and talented developers who might otherwise choose competing platforms.

New Token Standards Meet Market Needs

The Stellar Development Foundation has introduced new token standards developed specifically based on feedback from developers and institutional users. This responsive approach to platform development demonstrates Stellar's commitment to building technology that meets actual market needs rather than theoretical requirements.

These standards are particularly important as institutional adoption continues to grow, with organizations requiring robust, compliant, and flexible token frameworks for their blockchain initiatives.

Global USDC Integration Expands Utility

The integration of USDC across Stellar's global network represents a significant milestone for practical cryptocurrency adoption. Stablecoins like USDC provide the price stability necessary for everyday transactions and business operations, making them crucial for blockchain platforms seeking real-world utility.

This integration is particularly impactful in emerging markets, where access to stable digital currencies can provide financial services to underbanked populations and facilitate more efficient cross-border transactions.

Industry Events Build Community Momentum

The Stellar ecosystem's growing influence is evident in its presence at major industry events. The foundation's participation as a sponsor at Consensus 2025 in Toronto and Digital Assets Week in New York demonstrates its commitment to engaging with builders, investors, and institutional leaders across the blockchain space.

These events serve as crucial networking opportunities and platforms for showcasing innovative projects within the Stellar ecosystem. Recent Meridian events have highlighted creative projects like Skyhitz and HoneyCoin, illustrating the collaborative spirit and diverse applications being built on the platform.

Real-World Impact in Emerging Markets

Perhaps most importantly, Stellar's growth isn't just about technical metrics—it's about real-world impact. The platform's focus on emerging markets addresses genuine financial inclusion challenges, providing efficient payment rails and access to digital financial services where traditional banking infrastructure may be limited.

This practical approach to blockchain implementation sets Stellar apart from projects that focus primarily on speculative trading or theoretical use cases. By solving actual problems for real users, Stellar is building sustainable demand for its technology.

Looking Ahead: Enterprise-Grade Infrastructure

Stellar positions itself as offering enterprise-grade asset tokenization alongside its DeFi capabilities and payment infrastructure. This comprehensive approach makes it attractive to institutions looking for a single platform that can handle multiple blockchain use cases.

The combination of fast transactions, low costs, smart contract capabilities, and regulatory-conscious development creates a compelling value proposition for enterprises considering blockchain adoption.

The Road Forward

As 2025 progresses, Stellar's ecosystem appears well-positioned for continued growth. The technical infrastructure improvements, developer-focused enhancements, and real-world adoption initiatives create a strong foundation for expanding use cases and user adoption.

The blockchain industry has seen many projects promise revolutionary capabilities, but Stellar's focus on delivering measurable performance improvements and practical solutions suggests a mature approach to blockchain development. With transaction speeds that rival traditional payment systems and growing institutional adoption, Stellar is demonstrating that blockchain technology can move beyond experimental phases into mainstream utility.

For developers, institutions, and users looking for blockchain solutions that prioritize both performance and practical applicability, Stellar's 2025 developments represent significant progress toward a more accessible and useful decentralized financial ecosystem.

Source: The Dinarian ⚡ Claude AI

🙏 Donations Accepted 🙏

If you find value in my content, consider showing your support via:

💳 PayPal: 
1) Simply scan the QR code below 📲
2) https://www.paypal.me/thedinarian

🔗 Crypto – Support via Coinbase Wallet to: [email protected]

Or Buy me a coffee: https://buymeacoffee.com/thedinarian

Your generosity keeps this mission alive, for all! Namasté 🙏 The Dinarian

Read full Article
post photo preview
Soroban Security Audit Bank: Raising the Standard for Smart Contract Security

The Stellar Development Foundation (SDF) is deeply committed to helping ensure that the highest security standards are available for projects building on the Stellar network. Last year SDF launched the Soroban Security Audit Bank, an initiative to provide projects access to auditing experts and tooling that are proven to help prevent hacks by catching potential bugs, inefficiencies, and security flaws before contracts go live. Through the Soroban Security Audit Bank, we’re empowering teams building on Soroban with comprehensive security audits from leading audit firms, enhanced readiness support, and robust tooling, significantly elevating the ecosystem’s safety and efficiency.

Since launch, the Soroban Security Audit Bank has successfully conducted over 40 essential audits, deploying over $3 million to support security of the smart contracts on Stellar. Check it out!

 

Ecosystem Success Stories: How the Soroban Audit Bank Drives Security Forward

By making automated formal verification available to developers, in addition to allocating significant budget for securing many of the top DeFi protocols built on top of Stellar, SDF has established a new security standard in the Web3 ecosystem. Mooly Sagiv, Co-Founder of Certora
SDF has been a strong partner as we’ve worked with teams across the Stellar ecosystem. SDF’s Audit Bank initiative allows for a smooth and streamlined review process, and is a clear reflection of the Stellar ecosystem’s enhanced commitment to security. Robert Chen, CEO of OtterSec
 

Leading projects within the Soroban ecosystem have highlighted the impact of the Audit Bank

Finding a good auditor is difficult, expensive, and high-stakes. The Audit Bank streamlines the process and supports ecosystem projects with security review at critical growth milestones. Markus Paulson, Co-Founder of Script3
The audit firms we worked with deeply understood the full ecosystem and the underlying protocols used. Their expertise and the tools from the Audit Bank strengthened our security and supported user and investor trust. Esteban Iglesias Manríquez, Co-Founder of Palta.Labs

What's New in 2025: Enhanced Audit Support for Soroban Builders

Teams building financial protocols, high-dependency data services, high-traction dApps funded by the Stellar Community Fund are able to request an audit and will typically be matched with a reputable audit firm within two weeks. We recently restructured the program for this year to enhance audit efficiency and incentivize accountability, and rapid and complete vulnerability remediation:

  • Complimentary Initial Audit: Projects will need to contribute 5% of the audit cost upfront, but this co-payment amount is eligible for a full refund, provided that critical, high, and medium vulnerabilities identified are swiftly remediated within 20 business days of receiving the initial audit report (learn more).
  • Incentivized Security at Key Traction Milestones: Complimentary, extensive follow-up audits are available as projects achieve critical traction milestones (e.g., $10M and $100M TVL). These audits include deeper assessments such as formal verification or competitive audits, significantly boosting project security at pivotal stages.
  • Advanced Security Tooling: Projects can enhance their security self-serve through complimentary or discounted access to specialized tooling, which provide vulnerability detection and formal verification capabilities (see full list of available tooling). These tools are encouraged to capture ‘easy-to-spot’ issues prior to audit as well as a final check post-audit to increase the effectiveness and thoroughness of audits.
  • Enhanced Audit Readiness Support: Projects receive structured preparation support, including the implementation of best practices and security standards based on the STRIDE threat modeling framework. This ensures project teams are thoroughly prepared, optimizing audit efficiency and minimizing delays.

Get Started Today

If you're already funded through the Stellar Community Fund, meet the criteria and ready to secure your smart contracts, check your email for an invitation to submit an audit request–if you haven’t received one, contact [email protected].

If you haven't built on Stellar yet, we encourage you to start your journey with the Stellar Community Fund to become eligible for future security audits and ecosystem support. For any broader questions on the program, contact [email protected].

Also, we’re organizing an exciting series of workshops–join us for the kick-off on Soroban Security Best Practices on Friday, May 30, 2025 at 2 PM ET on @StellarOrg. Together, we're shaping a secure and resilient future for smart contracts on Stellar.

Source

🙏 Donations Accepted 🙏

If you find value in my content, consider showing your support via:

💳 PayPal: 
1) Simply scan the QR code below 📲
2) https://www.paypal.me/thedinarian

🔗 Crypto – Support via Coinbase Wallet to: [email protected]

Or Buy me a coffee: https://buymeacoffee.com/thedinarian

Your generosity keeps this mission alive, for all! Namasté 🙏 The Dinarian

Read full Article
post photo preview
Santander mulls stablecoin, crypto offering

Bloomberg reported that Banco Santander is mulling introducing euro and dollar stablecoins, or potentially making a third party coin available to clients, citing sources. This move aligns with broader crypto ambitions, as its digital bank, Openbank, has reportedly applied for a European cryptocurrency license under the Mica Regulations and may enable retail access to digital assets.

Systemically important banks embrace stablecoins?

Major banks are now moving from observers to participants in this expanding market. Should Santander confirm plans to launch a stablecoin, it will be the fourth global systemically important bank (G-SIB) to do so. Societe Generale’s FORGE subsidiary launched the EURCV euro coin in 2023. Deutsche Bank is a partner in ALLUnity, another stablecoin initiative with plans to launch this year, subject to regulatory approval. And Standard Chartered is part of a joint venture in Hong Kong that intends to introduce a stablecoin.

Santander’s involvement could extend beyond an individual initiative. The bank is a shareholder in The Clearing House, where the Wall Street Journal reported that US banks are exploring the potential to create a joint stablecoin. If a US initiative took that route it could involve nine more G-SIBs including Bank of America, Barclays, BMO, BNY Mellon, Citi, HSBC, JP Morgan, TD Bank and Wells Fargo.

Apart from these initiatives, our research shows that more than 20 other banks have been involved in stablecoin projects.

Until recently stablecoins were mainly used to settle cryptocurrency transactions and by residents in countries with volatile domestic currencies. During the last year stablecoin infrastructure has been expanding, especially for mainstream cross border payments. Plus, President Trump issued an executive order prioritizing stablecoins. One of the administration’s motivations is this increases demand for US Treasuries, lowering the interest rate the government pays on the Treasury bills.

Santander as an early digital assets mover

Santander’s stablecoin consideration builds on years of blockchain experience. The bank was an early Ripple investor and previously used Ripple’s permissioned network for payments (not XRP), while also embracing permissionless blockchain activities including issuing a digital bond on Ethereum in 2019. This dual approach led to collaborations with other major players – alongside Societe Generale FORGE and Goldman Sachs, Santander participated in the European Investment Bank’s first digital bond, also on Ethereum. Currently, the bank’s most significant digital money initiative involves Fnality, the wholesale blockchain-based settlement network, where Santander ranks among 20 institutional backers and is part of the early adopter group alongside Lloyds Bank and UBS.

Source

🙏 Donations Accepted 🙏

If you find value in my content, consider showing your support via:

💳 PayPal: 
1) Simply scan the QR code below 📲
2) https://www.paypal.me/thedinarian

🔗 Crypto – Support via Coinbase Wallet to: [email protected]

Or Buy me a coffee: https://buymeacoffee.com/thedinarian

Your generosity keeps this mission alive, for all! Namasté 🙏 The Dinarian

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals