<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Toposware on Medium]]></title>
        <description><![CDATA[Stories by Toposware on Medium]]></description>
        <link>https://medium.com/@toposware?source=rss-8b2473f6254a------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*d5k2nfU5xDA3P-iqZhlCLg.png</url>
            <title>Stories by Toposware on Medium</title>
            <link>https://medium.com/@toposware?source=rss-8b2473f6254a------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Wed, 15 Apr 2026 08:21:33 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@toposware/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Polygon Labs Acquires Toposware]]></title>
            <link>https://toposware.medium.com/polygon-labs-acquires-toposware-988c98c6ffb0?source=rss-8b2473f6254a------2</link>
            <guid isPermaLink="false">https://medium.com/p/988c98c6ffb0</guid>
            <dc:creator><![CDATA[Toposware]]></dc:creator>
            <pubDate>Tue, 03 Sep 2024 19:33:45 GMT</pubDate>
            <atom:updated>2024-09-06T15:10:55.347Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*uKfrDSnE48StI4VVEo47Tw.png" /></figure><p>In June, Polygon Labs announced the <a href="https://polygon.technology/blog/polygon-labs-acquires-toposware-leading-zk-engineering-startup-to-help-pioneer-next-wave-of-zk-technology">acquisition</a> of Toposware, reinforcing its commitment to leading the next wave of ZK technology. The Toposware team has been successfully integrated with Polygon Labs’ existing ZK development teams, driving innovation across key areas such as the AggLayer, Polygon CDK, Polygon zkEVM, and, with community approval, an upgrade of Polygon PoS to a ZK validium. This integration combines their collective ZK expertise to further advance Polygon technology. With the integration now complete, we will archive this channel.</p><p>For more:<br>Check out the blog: <a href="https://polygon.technology/blog">https://polygon.technology/blog</a><br>Follow Polygon Labs on X/Twitter: <a href="https://x.com/0xPolygon">https://x.com/0xPolygon</a><br>Join the Polygon R&amp;D Server: A place for the developers to stay up date on the research and development of AggLayer and related innovations, Including CDK and Miden: <a href="https://discord.com/invite/0xpolygonRnD">https://discord.com/invite/0xpolygonRnD</a><br>Join the General Polygon Discord Server: A place for the community to stay up to date on the most recent Polygon developments and engage in AMAs, Game Nights and DeFi Showcases: <a href="https://discord.gg/0xpolygoncommunity">https://discord.gg/0xpolygoncommunity</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=988c98c6ffb0" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Beyond Limits: Pushing the Boundaries of ZK-EVM]]></title>
            <link>https://toposware.medium.com/beyond-limits-pushing-the-boundaries-of-zk-evm-9dd0c5ec9fca?source=rss-8b2473f6254a------2</link>
            <guid isPermaLink="false">https://medium.com/p/9dd0c5ec9fca</guid>
            <category><![CDATA[plonky2]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[zero-knowledge-proofs]]></category>
            <category><![CDATA[web3]]></category>
            <dc:creator><![CDATA[Toposware]]></dc:creator>
            <pubDate>Thu, 08 Feb 2024 18:01:48 GMT</pubDate>
            <atom:updated>2024-02-13T09:15:57.002Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*OUKAiupObPXk1UwIGxWQ-Q.jpeg" /></figure><p>In the dynamic landscape of Web3, ZK-EVMs emerge as a sophisticated tool designed to implement the Ethereum Virtual Machine specification, this is what we will unpack in this post. Toposware has been collaborating with Polygon to build the most cost-effective implementation to date of a Type 1 ZK-EVM, supporting all opcodes and precompiles in the Shanghai EVM hard fork, and soon the upcoming Cancun hard fork. This means all new and existing smart contracts deployed to Ethereum and compatible chains are now able to take advantage of the power of zero-knowledge proofs.</p><p>The true strength of a ZK-EVM lies in its ability to prove computations through a robust cryptographic approach. The Toposware and Polygon teams took on the heroic engineering task of creating a custom-built EVM capable of tracing the execution of the EVM along with all state changes. This allows computation of a STARK proving that all state transitions occurred properly.</p><p>The process begins with the interpreter constructing a detailed record of all the operations performed during the transaction. This record, or execution trace, is then passed to a STARK prover, which generates a proof asserting its accuracy/validity. Although the proof is substantial in size, it is optimized for fast verification via a STARK system, targeting an Algebraic Intermediate Representation (AIR) with degree 3. Following this, the transaction proof undergoes a series of recursive SNARK proofs, each more compact than the last, which accelerates the verification process and enables the final transaction proof to be significantly more succinct than the initial one.</p><p>By focusing on individual transactions, the ZK-EVM prover can process transactions concurrently, enhancing overall efficiency by requiring less memory than proving an entire block. These transaction proofs are then aggregated in a binary tree structure until a single, unique block proof is generated. This ensures that consistency is maintained across the transactions, resulting in a verifiable proof for the entire block.</p><p>Ultimately, this cryptographic proof can stand alone or be combined with preceding block proofs, resulting in a single ZK-EVM proof that validates the entire blockchain back to genesis. This innovative approach holds the promise of a succinct, verifiable chain state, marking a significant milestone in the quest for blockchain verifiability, scalability, and integrity, and plays a central/crucial role in the Topos zkEcosystem.</p><p>We will now dive deeper into the details of the ZK-EVM that we have been building in collaboration with the Polygon Zero team!</p><h3>Challenges with a Type-1 ZK-EVM</h3><p>As mentioned above, the EVM was not designed with efficient succinct verification in mind, making it extremely challenging to design an efficient type-1 ZK-EVM:</p><ol><li><strong>The EVM Word Size</strong>: The native EVM word size is 256 bits long, whereas plonky2 operates internally over the 64-bit Goldilocks field. This requires performing word operations on multiple smaller limbs to handle them properly internally. Because the Goldilocks field cannot hold an arbitrary 64-bit word, we split each EVM word into 8 32-bit limbs, unfortunately incurring an overhead even for simple operations like the ADD opcode.</li><li><strong>The EVM Fields Support:</strong> Ethereum transactions are signed over the secp256k1 curve, which adds major overhead when it comes to proving modular arithmetic, as we have to cope with modular reductions in the field of the proving system in parallel. This problem also arises in some recursive proving systems, known as “wrong-field arithmetic”. The EVM solves this by supporting precompiles for BN254 curve operations.</li><li><strong>The EVM Hash Function</strong>: the EVM uses Keccak hash both for state representation and for arbitrary hashing requests through the <strong>KECCAK256</strong> opcode. While fairly efficient on a CPU, expressing KECCAK as a sequence of degree-3 constraints yields an extremely heavy AIR, while some more recent primitives tailored specifically for zero-knowledge proving systems would be orders of magnitude more efficient here. On top of that, the EVM supports additional hash functions through its precompiles (SHA2–256, RIPEMD-160 and blake2f), all of them being quite heavy for our proving system.</li><li><strong>The EVM State Representation</strong>: Ethereum uses Merkle Patricia Tries with RLP encoding. Both of these non-zk-friendly primitives incur a huge overhead on transaction processing within the ZK-EVM.</li></ol><p>With those considerations in mind, let’s dive into the design of the ZK-EVM.</p><h3>The ZK-EVM Design</h3><p>As mentioned above, the ZK-EVM is designed to be efficiently verifiable by an AIR of degree 3. However, generating a single execution trace for a given transaction would yield a considerable overhead for the prover. Indeed, recall that the execution trace to generate a STARK proof can be assimilated to a large matrix where columns are registers and each row represents a view of the registers at a given time. From the initial register values on the first row to the final ones, each internal transition’s validity is enforced through a set of dedicated constraints.</p><p>Having a solely dedicated table for an entire EVM execution would require thousands of columns, and the matrix, while highly sparse, would still be treated by the prover as a fully dense one. Instead, we exploit the fact that some pieces of the execution can be viewed completely independently from the rest, which allows splitting the EVM trace into different STARK modules, each responsible for ensuring the integrity of their underlying computation.</p><p>These smaller STARK modules however do not operate on independent values. This requires an additional set of constraints, to enforce that values haven’t been tampered with when shared between several STARKs. For this, we use Cross-Table-Lookups (CTLs), based on the logUp argument [<a href="https://eprint.iacr.org/2022/1530.pdf">https://eprint.iacr.org/2022/1530.pdf</a>] designed by Ulrich Haböck to cheaply add these copy-constraints in the overall system.</p><p>Thanks to the CTLs, we can split the ZK-EVM into a primary STARK module, the central processing unit CPU Stark, and 6 auxiliary state machines, each responsible for a set of specific operations. The CPU is then in charge of orchestrating the whole flow corresponding to the EVM transaction execution, dispatching some instructions to the secondary modules, and fetching the result. Note here that “dispatching” and “fetching” means that initial values/final values resulting from a given operation are being copied with the CTLs to/from the targeted secondary state machine.</p><p>As an example, the diagram below depicts a high-level overview of a BITWISE XOR (opcode 0x18), between two 256-bit words. The CPU is in charge of reading the inputs from the Memory module, sending them with the XOR instruction to the Logic module, and fetching from the latter the expected output, to be sent back to Memory to be written at the targeted address.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/832/0*BT1A09pHc4j0unYg" /></figure><p>Let us dive in the different auxiliary state machines orchestrated by the CPU:</p><ul><li><strong>The Arithmetic Module</strong>: This STARK aims at enforcing arithmetic operations. These include all the existing arithmetic opcodes (like ADD, MUL, SDIV, …), as well as the BYTE opcode returning the i-th word of an EVM word. Additionally, it supports custom instructions, which usage is restricted to prover mode (i.e. end-users cannot use them in their contracts) to simplify certain operations. This allows to alleviate greatly part of the overhead induced by the 2nd challenge mentioned above.</li><li><strong>The Keccak Module:</strong> This STARK is used to prove Keccak hash permutations and alleviate part of points 3 and 4. As Keccak internal operations are defined on bytes, the associated trace is particularly wide (it has as many registers as 20 CPUs aligned side-by-side!), which renders it particularly heavy to recursively verify when reducing the proof size.</li><li><strong>The KeccakSponge Module:</strong> While Keccak Stark’s sole focus is on a single Keccak permutation, we may need to hash arbitrarily long sequences of bytes (think of the EXTCODEHASH [<a href="https://ethereum.org/en/developers/docs/evm/opcodes/">https://ethereum.org/en/developers/docs/evm/opcodes/</a>] opcode for instance). For this, this module acts as an intermediary orchestrator between the CPU and the Keccak modules, keeping track of the actual state of the hasher and feeding successive inputs to the Keccak module, before feeding back to the CPU the final output.</li><li><strong>The Logic Module:</strong> This STARK is used for BITWISE operations on EVM words (namely AND, OR and XOR opcodes). It is not heavily used in general, which allows for a layout tailored for prover efficiency, with a relatively wide trace and fairly short length.</li><li><strong>The Memory Module:</strong> While the CPU is in charge of handling all internal operations, the Memory STARK ensures consistency across all memory segments, as well as the state of the EVM stack. Because every operation incurs memory reads and/or writes, this makes this STARK usually the longest one and the heaviest to prove, with a trace length easily reaching a few million rows for complex contracts or heavy precompiles.</li><li><strong>The BytePacking Module</strong>: While the Memory usually operates on EVM words, some scenarios only deal with bytes. This is the case when reading the transaction RLP encoding, or when parsing a contract bytecode. This makes the process of memory copying overly heavy in those cases. The BytePacking module allows us to amortize this, as its name indicates, by packing sequences of at most 32 bytes into a single EVM word, and perform the reverse operations whenever we need to get back to the original bytes. This helps alleviate part of the overhead induced by the 4th point above.</li></ul><p>This makes up for the high-level design of the ZK-EVM, focusing on a single transaction proof. In the future, we will cover in more depth the internals of the ZK-EVM, with a focus on the custom EVM interpreter and the CPU logic, how proofs are aggregated to succinctly verify an entire block, and we will delve into some of the massive optimizations that came along the way!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=9dd0c5ec9fca" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[The Topos Builders Program Announces Community Fund]]></title>
            <link>https://medium.com/topos-network/the-topos-builders-program-announces-community-fund-41963d985709?source=rss-8b2473f6254a------2</link>
            <guid isPermaLink="false">https://medium.com/p/41963d985709</guid>
            <category><![CDATA[zero-knowledge-proofs]]></category>
            <category><![CDATA[developer]]></category>
            <category><![CDATA[solidity]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[web3]]></category>
            <dc:creator><![CDATA[Toposware]]></dc:creator>
            <pubDate>Thu, 18 Jan 2024 12:10:13 GMT</pubDate>
            <atom:updated>2024-01-18T12:10:13.370Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*q0rzxQtEJi9uLgSODNYToQ.png" /></figure><p>The Topos Builders Program’s first set of projects is well underway. The Topos Builders Program launched with the Topos testnet — a vast and open landscape that encourages early adopters to become pioneers in the first ZK native ecosystem. This program aims to build a thriving and supportive community with resources and learning support. As we continue to expand the Topos ecosystem, we are thrilled to announce the launch of the Topos Community Fund, a new initiative that aligns seamlessly with the ethos of the Topos Builders Program. This new grant program is designed to catalyze innovation and foster the development of transformative projects within our vibrant ZK ecosystem. The Topos Community Fund is set to empower a wide array of visionary projects that resonate with our mission of building a trustless, secure, and interconnected digital world.</p><p>The Topos Community Fund is more than just a financial resource; it’s a launchpad for creativity and collaboration, offering project owners not just funding but a platform for growth and community engagement. The program’s multi-stage process, involving proposal submissions through GitHub, thorough reviews by the community, live presentations to the community by grant finalists, and an engaging voting system on <a href="https://discord.gg/Qv2GWc6h64">Discord</a>, ensures a transparent and inclusive selection of projects that truly embody the spirit of innovation. This initiative is a testament to our commitment to supporting those who dare to dream big and strive to make a tangible impact in the Topos ecosystem.</p><p>The program has in-depth learning guides and resources to empower builders. In addition to securing funding and kickstarting development journeys on the Topos Protocol, builders will benefit from expert support and guidance throughout the program. We’ve developed and tailored learning journeys to help builders develop a greater understanding of the Topos stack. Topos is the universal standard for a connected world. Therefore, to maximize a connected world we want builders who see connection as integral. Topos Builders Program endeavors to support those who pursue connection — trustlessly, inclusively, securely, and efficiently.</p><p>As we embark on this exciting journey, we invite all members of our community to participate — whether by submitting project proposals, contributing insights, or participating in the decision-making process. This is an opportunity for each one of us to play a pivotal role in shaping the future of the Topos ecosystem and to further our collective vision of a trustless and connected world.</p><p>The Community Fund and the Topos Builders Program will be a place to foster innovative ideas that align with the Topos protocol mission: creating seamless and secure interchain communication without relying on trust in validators. Expert guidance and learning support will be readily available, ensuring that even newcomers can contribute their projects of immense value to the ecosystem.</p><p>This is just the beginning of Topos collaboration with new ecosystem pioneers. While we’re initially seeking Solidity developers, the Topos Builders Program will evolve to encompass a diverse array of tools and applications. Future initiatives may include multiple rounds of funding for projects that wholeheartedly embrace the values championed by the Topos community. Sign up to receive the latest updates and learn more about the Topos Community Fund on <a href="http://discord.gg/ZKZHZKktKy">Discord</a>.</p><h3>How to Apply</h3><p>Application is a simple two-step process and needs to be executed in order:</p><ol><li>Create a new issue using the <a href="https://github.com/toposware/topos-community-fund/issues/new?assignees=&amp;labels=Grant+Application&amp;projects=toposware%2Ftopos-community-fund&amp;template=application_template.yml&amp;title=%5BGrant+Application%5D%3A+%7BYOUR+PROJECT+TITLE%7D">application template</a>. Once you’ve filled in the template, submit the issue.</li><li>Fill in an <a href="http://buildersprogram.toposware.com/applicationform">application form</a>. You will need to include a link to the submitted issue.</li></ol><h3>Important Dates</h3><ul><li>Jan 18: Round 1 Applications Open.</li><li>Jan 31: Marketing, submission collection, panel member selection.</li><li>Feb 19: Round 1 submissions close.</li><li>Feb 20: Initial review of projects.</li><li>Feb 26: Selection for community vote.</li><li>Feb 29: Live pitches on Discord.</li><li>Feb 29 — March 4: Community vote.</li><li>March 18: Payout upon completion of milestones.</li></ul><h3>The Finer Details</h3><ul><li>Round 1 applications are open until either the program receives its maximum number of applications or February 19, 2024. This means you should apply as soon as you can to be sure your submission is included in this cohort.</li><li>Throughout the process, your email address will be your identifier. It is acceptable to use a temporary email address to preserve your privacy, but you must have access to the emails sent to that address for the duration of the grant period (up to 20 weeks). Not having access to the emails will mean you will not be able to receive your grant. It will not be possible to change emails during the grant period.</li><li>It is important to read the <a href="https://github.com/toposware/topos-community-fund/blob/main/terms_and_conditions.md">T&amp;Cs</a> as some exclusions and conditions may mean you cannot be accepted for a grant.</li><li>To receive payments you will need to submit milestones that comply with our <a href="https://github.com/toposware/topos-community-fund/blob/main/milestone_guide.md">Milestone Guide</a>.</li></ul><h3>Application Requirements</h3><ul><li>For most projects in this round of grants, you need to be proficient in Solidity. Support and learning materials will be provided during your build phase to help you navigate the Topos Protocol, but not to learn Solidity.</li><li>Code produced as part of the grant must be open source and must not rely on closed-source software for full functionality. Please license your code under Apache 2.0.</li><li>If selected as a finalist, you must provide a 5–10 minute presentation on your projects live on Discord to the Topos community on February, 28th 2024.</li><li>We do not fund projects that have been the object of a token sale.</li><li>We do not fund projects that actively encourage gambling or criminal activity.</li><li>You must be eligible to receive a grant under section 2 (Eligibility) of the <a href="https://github.com/toposware/topos-community-fund/blob/main/terms_and_conditions.md">T&amp;Cs</a>.</li></ul><h3>Payment</h3><p>Grants will be awarded over two payment milestones. Grant Recipients submit a payment milestone issue through GitHub and a form. For the payment to be unlocked, milestone submissions will need to be accepted by Toposware Inc.</p><p><strong>Milestone 1 — </strong>20% of the grant payment, and submission is one week after the project kick-off.</p><p><strong>Milestone 2</strong> — The remaining 80% of the grant payment and is expected to be submitted at the end of the project timeline (from three to ten weeks, depending on the agreed timeline for the project).</p><p>Find out more about the Milestones here: <a href="https://github.com/toposware/topos-community-fund/blob/main/milestone_guide.md">Milestone Guide</a>.</p><h3>After you Apply</h3><p>If you are selected by the community panel as a finalist, you will be required to present a 5–10 minute presentation on your submission live on Discord to the Topos community in order to continue the grant process.</p><p>If you are awarded a grant via the community vote, you will need to accept the grant and go through the acceptance process. Full details will be emailed to you with your notification of the award.</p><p>Your grant should not be treated as final, nor the funding as fully approved, until you have passed the acceptance process.</p><p>Applying for a grant through the Topos Builders Program makes you a foundational member of the Topos Builders Community! Topos is defining the future of equitable human interaction. This decentralized future will be inclusive, secure, and interoperable by design.</p><p>Visit the <a href="https://github.com/toposware/topos-community-fund">Topos Community Fund GitHub</a> or the Topos Community <a href="http://discord.gg/ZKZHZKktKy">Discord</a> for more information.</p><h3>About Topos</h3><p>Topos is the first zkEcosystem — a universal standard for a trustless, connected world. Through novel advancements in cryptography and distributed systems, Topos functions to rearchitect scalable digital interactions between untrusted parties. Topos enables Web3 and enterprises to interoperate securely and natively to drive super-additive value.</p><p>Topos’ permissionless EVM-based multichain architecture empowers developers with flexible and infinitely scalable building blocks to create the composable products of the future. Leveraging zero-knowledge proofs at its core, Topos delivers cryptographic security and zero-leak network privacy to power enterprise use cases — on a global scale. With Topos, secure, trustless, and scalable interoperability will unlock the global adoption of Web3 and Web 2.5.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=41963d985709" width="1" height="1" alt=""><hr><p><a href="https://medium.com/topos-network/the-topos-builders-program-announces-community-fund-41963d985709">The Topos Builders Program Announces Community Fund</a> was originally published in <a href="https://medium.com/topos-network">Topos Protocol</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Toposware and Enterprise Ethereum Alliance (EEA) Forge Partnership to Propel Enterprise Adoption…]]></title>
            <link>https://toposware.medium.com/toposware-and-enterprise-ethereum-alliance-eea-forge-partnership-to-propel-enterprise-adoption-4d956054ce6f?source=rss-8b2473f6254a------2</link>
            <guid isPermaLink="false">https://medium.com/p/4d956054ce6f</guid>
            <category><![CDATA[evm]]></category>
            <category><![CDATA[zero-knowledge-proofs]]></category>
            <category><![CDATA[enterprise-technology]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[ethereum-blockchain]]></category>
            <dc:creator><![CDATA[Toposware]]></dc:creator>
            <pubDate>Thu, 07 Dec 2023 10:37:37 GMT</pubDate>
            <atom:updated>2023-12-07T10:37:37.063Z</atom:updated>
            <content:encoded><![CDATA[<h3>Toposware and Enterprise Ethereum Alliance (EEA) Forge Partnership to Propel Enterprise Adoption of Zero-Knowledge Technology</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*eawYTfJB0gJxMpLrLnVSRw.png" /></figure><p><strong>Boston, MA </strong>— <em>December 7th, 2023</em>- Toposware, a pioneer in Zero-Knowledge technology, has announced a strategic partnership with the Enterprise Ethereum Alliance (EEA). This collaboration marks a significant milestone in the advancement of Zero-Knowledge solutions business adoption, with a primary focus on enhancing enterprise scalability and overcoming challenges related to interoperability, privacy, and scalability. The partnership will propel the following:</p><p><strong>Empower Enterprise Adoption of Zero-Knowledge Technology:</strong> The partnership between Toposware and the Enterprise Ethereum Alliance (EEA) will empower enterprise adoption of Ethereum Virtual Machine (EVM) Zero-Knowledge technology, which can supercharge business growth by facilitating secure, real-time transactions among non-trusting entities, promoting security, and fewer intermediaries.</p><p><strong>Enhance Enterprise Scalability</strong>: With a focus on addressing challenges related to interoperability and scalability, Toposware is poised to bring zero knowledge to the enterprise ecosystem. This investment will further enable the company to engage leading enterprise clients with the launch of its Enterprise Early Access Program. Through its innovative solutions, Toposware aims to revolutionize the way enterprises approach scalability and interoperability. With a strong focus on zero-knowledge technology, the company is well-positioned to address the growing challenges faced by businesses in today’s digital landscape.</p><p><strong>Improve Native Interoperability:</strong> Enterprises within the Topos ecosystem can create independent networks with easy interoperability, reducing shared network dependencies and eliminating intermediaries. This innovative approach addresses critical scalability challenges.</p><p><strong>Increase Data Privacy and Security:</strong> The permissionless addition of new independent networks ensures boundless scalability while maintaining cryptographic security and data privacy. Enterprises can deploy private networks within the Topos ecosystem while safeguarding sensitive data and intellectual property.</p><p><strong>Redefine Trust:</strong> By implementing zero-knowledge proofs as the basis for settlement and verification, Toposware is revolutionizing the traditional trust model. This groundbreaking approach allows businesses within the ecosystem to interoperate with complete confidence, eliminating the need to trust any other actor.</p><p>Tom Harvey, Enterprise Lead for Toposware, expressed his excitement about pioneering Zero-Knowledge technology in the enterprise sector through their partnership with the Ethereum Enterprise Alliance (EEA). “<em>This collaboration aims to accelerate the adoption of enterprise zero-knowledge technology, driving innovation and efficiency across industries.”</em></p><p>James Harsh, EEA Director of Sales, shared “<em>The EEA is excited to add Toposware to our Member Community as we work together to accelerate the business use of Ethereum. With leaders like Toposware joining the mission, 2023 looks to be another exciting year of continued adoption of Ethereum around the world!</em>”</p><p>As Toposware and the EEA embark on this partnership, the future of enterprise blockchain technology is set to transform with zero knowledge, offering new levels of control, security, and collaboration to organizations globally.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=4d956054ce6f" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Topos Testnet Reset and Upgrade]]></title>
            <link>https://toposware.medium.com/topos-testnet-reset-and-upgrade-1e2b9b0d4c91?source=rss-8b2473f6254a------2</link>
            <guid isPermaLink="false">https://medium.com/p/1e2b9b0d4c91</guid>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[toposware]]></category>
            <category><![CDATA[topo]]></category>
            <category><![CDATA[testnet]]></category>
            <category><![CDATA[zero-knowledge-proofs]]></category>
            <dc:creator><![CDATA[Toposware]]></dc:creator>
            <pubDate>Wed, 06 Dec 2023 09:25:29 GMT</pubDate>
            <atom:updated>2023-12-06T09:25:29.265Z</atom:updated>
            <content:encoded><![CDATA[<p>The final Testnet reset of the year is now live. This reset is part of a routine update aimed at improving the robustness, efficiency, and user experience of the Topos stack.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*D7osczLNTB1hImBn1SN3Sw.jpeg" /></figure><h3>Understanding the Impact of the Reset</h3><p>The reset is a comprehensive clearing of all ledger entries and historical data on both the Topos and Incal subnets. This means that post-reset, users have to recreate accounts, assets, offers, liquidity pools, and other ledger entries. This process is crucial for maintaining the integrity and performance of our network, and we appreciate the community’s continued support and understanding as we build.</p><h3>Key Upgrades in the Latest Testnet Reset</h3><p>The upcoming Testnet reset is not just about starting fresh; it’s about bringing substantial improvements to our system. Here are the key upgrades to look forward to:</p><ol><li><strong>Validator identity separation from the p2p layer: </strong>Adding a distinct ValidatorId to identify the double echo messages instead of identifying them within the p2p layer, thus bringing more flexibility and resilience to the network topology.</li><li><strong>CLI Interface Overhaul</strong>: We are streamlining our Command Line Interface (CLI) for a more user-friendly experience and working toward the near future goal of utilizing one unique config file to allow users to easily operate nodes.</li><li><strong>WebSocket Stream Block Listener Integration</strong>: This feature will significantly improve real-time data processing and responsiveness.</li><li><strong>Token Deployment and Management Enhancements</strong>: We’re refining the process for deploying new tokens in dApps and adding checks to prevent the duplication of token symbols.</li><li><strong>Global Query Feature in Topos Explorer</strong>: A new query feature will provide enhanced data accessibility and analysis capabilities. Users can now query the chain for data of multiple types: blocks, certificates, transactions, and accounts.</li></ol><h3>What do you need to do to prepare?</h3><p>We urge all members of the Topos community to familiarize themselves with the necessary steps to recreate their test accounts, digital assets, and redeploy smart contracts. The comprehensive documentation, available at <a href="https://docs.topos.technology/">Topos Technology Documentation</a>, is a helpful guide through this process.</p><p>If you run a local instance of the Testnet, upgrade to the latest release version found on <a href="https://github.com/topos-protocol">Github</a>.</p><h3>Looking Ahead</h3><p>This Testnet reset and the accompanying upgrades are not just about improvements; they symbolize our commitment to a trustless, secure, and interconnected digital world. As we continue to evolve and adapt, our focus remains on providing a platform that is not only technologically advanced but also aligned with the needs of our community.</p><p>We eagerly await your participation in the new and improved Testnet environment post-reset. Let’s continue to work together to build a more connected and efficient blockchain ecosystem.</p><h3>Stay Updated</h3><p>For the latest updates and discussions, join us on our <a href="https://discord.gg/peucHKVstW">Discord channel</a>. Your insights and contributions are invaluable in shaping the future of Topos.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=1e2b9b0d4c91" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Navigating the Blockchain Universe with Topos]]></title>
            <link>https://toposware.medium.com/navigating-the-blockchain-universe-with-topos-868418d412b1?source=rss-8b2473f6254a------2</link>
            <guid isPermaLink="false">https://medium.com/p/868418d412b1</guid>
            <category><![CDATA[toposware]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[blockchain-technology]]></category>
            <category><![CDATA[zero-knowledge-proofs]]></category>
            <dc:creator><![CDATA[Toposware]]></dc:creator>
            <pubDate>Thu, 09 Nov 2023 17:16:49 GMT</pubDate>
            <atom:updated>2023-11-09T17:16:49.034Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Rsx1FPfEwFpWZIVhYutx2A.jpeg" /></figure><p>Cross-chain transactions are a fundamental piece of the value proposition in Web3. Enabling communication and exchange between different blockchains, these transactions are integral for increasing interoperability and unlocking a plethora of possibilities, such as seamless access to diverse DeFi services and interaction between smart contracts on various chains to dramatically improve composability when building systems that may want to integrate with the services of multiple chains, or even web2 resources, while remaining both permissionless and secure.</p><h3>Bridging Distinct Blockchains</h3><p>Cross-chain protocols act as the linchpin in these transactions, functioning as a bridge between two blockchains with potentially different protocols, rules, and governance models. They extend the utility of blockchains by enabling any given product on one blockchain to integrate and provide services seamlessly on another, thereby enhancing the overall value proposition of both. However, ensuring reliable and secure transactions between two independent blockchains, each with its unique consensus mechanisms and security models, has not historically been straightforward.</p><p>There are diverse solutions which have attempted to solve this challenge, each with its own tradeoffs of security, trust, performance, and decentralization. But while these processes are designed to ensure the integrity, security, and consistency of transactions, the challenges associated with conducting transactions across different ecosystems remain substantial. This is where the innovative solution provided by Topos may come into play.</p><h3>Addressing the Challenges: Topos’s Innovations</h3><p>Blockchains are designed as self-sufficient ledgers, with the state of a given instance of a blockchain being the only correct interpretation of the history of that instance. With Topos, this state can be proven to be correct, and thus, consistent. However, this property of consistency does not naturally apply between blockchains, as each operates without the capability to confirm the accuracy of external data sources, including the state of other blockchains.</p><p>Addressing this issue often involves relying on external actors, such as<a href="https://docs.topos.technology/content/glossary.html#oracle"> oracles</a> or<a href="https://docs.topos.technology/content/glossary.html#bridge"> bridges</a>, which are tasked with monitoring one chain’s state and conveying it to the receiving chain. The use of oracles and bridges for cross-chain transactions, however useful, introduce a wide range of assumptions and potential weaknesses which can affect the decentralization, security, trustless qualities, and performance of the transactions. Topos addresses these potential issues for ensuring secure, decentralized, trustless, and performant cross-subnet transactions by leveraging the power of three important proofs <a href="https://docs.topos.technology/content/module-1/5-cross-subnet.html#inclusion-proof">— inclusion proof</a>,<a href="https://docs.topos.technology/content/module-1/5-cross-subnet.html#validity-proof"> validity proof</a>, and<a href="https://docs.topos.technology/content/module-1/5-cross-subnet.html#non-equivocation-proof"> non-equivocation proof</a>.</p><p>Topos stands out in addressing these challenges, offering secure and efficient solutions for interoperability within the blockchain universe through its protocol and ecosystem. It introduces cross-subnet messages, a set of objects, and actions designed to perform cross-chain transactions securely and natively.</p><p>Topos <a href="https://docs.topos.technology/content/glossary.html#subnet">defines</a> a subnet as:</p><p><em>A network that is sovereign in execution and performs certificate submissions in order to settle its state and interoperate with other subnets.</em></p><p>A subnet performs certificate submissions in order to settle its state and interoperate with other subnets. It can be a blockchain, and in many cases will be a blockchain, but it doesn’t have to be a blockchain. Essentially, if it can submit Topos <a href="https://docs.topos.technology/content/glossary.html#certificate">certificates</a> to a <a href="https://docs.topos.technology/content/glossary.html#sequencer">sequencer</a>, it can be a Topos-compliant subnet.</p><p>So let’s consider a scenario where a token exists across multiple subnets. In this scenario, Alice may hold a balance of tokens on Subnet A. She wants to execute a transaction, sending one of those tokens to Bob on Subnet B. Through Topos’s protocol, this cross-subnet transfer becomes straightforward, secure, and efficient. The transaction is executed, with ZK proofs and cryptographic mechanisms ensuring the transaction’s legitimacy.</p><p>Topos leverages validity proofs of execution, allowing for the verification of state transitions without requiring each actor to perform them or access sensitive data. The information needed for verifying the proof is included in a certificate and exchanged over the Transmission Control Engine (TCE).</p><p>One final factor to consider is non-equivocation. To guarantee the uniqueness of a subnet’s state and prevent any form of<a href="https://docs.topos.technology/content/glossary.html#equivocation"> equivocation</a>, Topos depends on certificates exchanged over the TCE network. The TCE network ensures that nodes do not deliver conflicting certificates, providing the non-equivocation proof needed for secure transactions.</p><p>After a certificate is created, it must be signed by the subnets validators. Each subnet, when it registers with the Topos subnet, will present a unique public key which will be used as the subnet’s ID. This key must remain static for the life of the subnet, even if the private key is regenerated multiple times. This, in turn, provides strong integrity guarantees for each certificate signed by the emitting subnet because it can always be authenticated, even across many rounds of private key changes. Subnets are agnostic to the actual signing algorithm used to achieve this, but Topos provides one, <a href="https://docs.topos.technology/content/module-1/4-protocol.html#threshold-signatures-ice-frost-">ICE-FROST</a>, which does.</p><h3>Conclusion</h3><p>Topos isn’t just another blockchain protocol. It stands out with its commitment to uniform security, ensuring that each subnet within its ecosystem is as secure as the entire system. Such uniformity in blockspace quality provides a safe haven for developers, enabling them to deploy dApps without compromising on security.</p><p>Furthermore, Topos champions scalability. By compressing transaction executions and facilitating cost-effective verification through validity proofs, Topos promises an exponentially scalable blockspace supply, accommodating an ever growing number of subnets.</p><p>Equally important is the protocol’s focus on non-equivocation and privacy. While the former ensures the prevention of double-spending attacks, the latter maintains privacy by allowing a subnet to prove the validity of its state transitions without revealing details about its state.</p><p>Navigating the intricate landscape of cross-chain transactions, Topos emerges as a beacon of innovation, addressing the challenges associated with ensuring secure and reliable transactions across different blockchains. By fostering interoperability and enhancing the capabilities of blockchain technology, Topos is paving the way for a more interconnected and harmonious digital ecosystem.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=868418d412b1" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Toposware Closes Strategic Investment Round to Revolutionize Zero-Knowledge Infrastructure]]></title>
            <link>https://toposware.medium.com/toposware-closes-strategic-investment-round-to-revolutionize-zero-knowledge-infrastructure-461cddc90df2?source=rss-8b2473f6254a------2</link>
            <guid isPermaLink="false">https://medium.com/p/461cddc90df2</guid>
            <category><![CDATA[zero-knowledge-proofs]]></category>
            <category><![CDATA[investment]]></category>
            <category><![CDATA[technology-news]]></category>
            <category><![CDATA[vc-funding]]></category>
            <category><![CDATA[startup]]></category>
            <dc:creator><![CDATA[Toposware]]></dc:creator>
            <pubDate>Wed, 01 Nov 2023 14:05:16 GMT</pubDate>
            <atom:updated>2023-11-01T14:05:16.274Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*a-y07-3YawBo4FixsfB2Pg.png" /></figure><p><strong><em>Boston, MA</em></strong><em> — November 1st, 2023 </em>— Toposware, a pioneer in zero-knowledge technology, is proud to announce the successful completion of its $5 million strategic seed extension round.</p><p>The round was led by Evolution Equity Partners and featured participation from prominent investors such as Triatomic Capital, K2 Access Fund, Polygon’s Founder and Chairman Sandeep Nailwal, as well as key leaders across global insurance, finance, manufacturing, healthcare, consulting and tech. The key highlights of this raise include the following:</p><p><strong>Strategic Partners</strong>: This latest funding round was purposefully constructed to bring key VCs and industry leaders onboard with direct experience in building global standards, scaling ubiquitous products to massive market share, and aligning access and utility within target market sectors.</p><p><strong>Enterprise Scalability:</strong> With a focus on addressing challenges related to interoperability, privacy, and scalability, Toposware is poised to bring zero-knowledge to the enterprise ecosystem. This investment will further enable the company to engage leading enterprise clients with the launch of its Enterprise Early Access Program.</p><p><strong>Topos Builders Program:</strong> Toposware’s recently launched Testnet and Topos Builders Program are driving increased adoption and developing the next generation of zero-knowledge infrastructure. The first Topos Builders Program cohort is currently oversubscribed by 500% and is on track to attract projects and talent into the ecosystem from day one.</p><p><strong>Core Infrastructure: </strong>The Toposware team’s growth plans continue with the recruitment of world-class talent to fulfill its goals of building disruptive technology for a trustless connected future. With a current emphasis in the Americas and Europe, Toposware is focused on further building out its engineering team to deliver core zero-knowledge infrastructure and community roles for ecosystem adoption.</p><p>Taher Elgamal, Evolution Equity Partner and “Father of SSL”, commented on the significance of Toposware’s technology,<em>“creating infrastructure that fundamentally changes the way parties digitally interact is a daunting undertaking, however, the opportunities are massive. Evolution Equity Partners is excited to support Toposware as they lead from the front — propelling zero-knowledge innovation to mainstream utility. We believe the team has the passion and expertise to set zero-knowledge proofs as a core component of the next-generation of global technology infrastructure.”</em></p><p>Toposware’s CEO, Theo Gauthier, expressed his enthusiasm for the company’s future, stating, <em>“Toposware is entering a new phase of growth and development where we are laser-focused on applying the differentiated utility of zero-knowledge to real-world use cases. We couldn’t be more excited to be supported by this world-class investor group and look forward to leveraging their collective experience to accelerate the execution of our goals — bringing developers, product teams, organizations, and users together to create novel value.”</em></p><p><strong>About Toposware</strong></p><p>Toposware is a research and engineering company building disruptive technology for a trustless, connected future. Our team takes a collaborative, academic approach to innovating and engineering infrastructure, protocol standards and products to enable inclusive value creation within a decentralized future. We are committed to solving the hardest problems in cryptography and distributed systems to advance novel open internet standards. Learn more at <a href="http://www.toposware.com">www.toposware.com</a> or <a href="https://linktr.ee/toposware">https://linktr.ee/toposware</a>.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=461cddc90df2" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing the Topos Playgound]]></title>
            <link>https://toposware.medium.com/introducing-the-topos-playgound-55867e023791?source=rss-8b2473f6254a------2</link>
            <guid isPermaLink="false">https://medium.com/p/55867e023791</guid>
            <dc:creator><![CDATA[Toposware]]></dc:creator>
            <pubDate>Fri, 27 Oct 2023 15:47:55 GMT</pubDate>
            <atom:updated>2023-11-02T12:33:30.884Z</atom:updated>
            <content:encoded><![CDATA[<h3>Introducing the Topos Playground</h3><p>After a great deal of quiet, focused work, the <a href="https://docs.topos.technology/content/module-2/5-testnet.html"><strong>Topos Testnet</strong></a>, a test and development deployment of the Topos ZkEcosystem, was launched recently. It’s now time to <a href="https://docs.topos.technology">start building and experimenting on Topos</a>. Topos brings ease of deployment, uniform security, and scalability, through an innovative application of cryptography and Zero-Knowledge Proofs. Topos provides a permissionless ecosystem where anyone can participate, deploying their own subnet and interoperating with other subnets.</p><p>Before continuing, we should say a few words about Topos subnets. The <a href="https://docs.topos.technology/content/glossary.html"><strong>Topos Glossary</strong></a> defines <a href="https://docs.topos.technology/content/glossary.html#subnet"><strong><em>subnet</em></strong></a><em>:</em></p><p><em>A network that is sovereign in execution and performs certificate submissions in order to settle its state and interoperate with other subnets.</em></p><p>This definition is notable for what it doesn’t say. The word “blockchain” isn’t in the definition. It doesn’t say that a subnet is a blockchain. This is important. A subnet performs certificate submissions in order to settle its state and interoperate with other subnets. It can be a blockchain, and in many cases will be a blockchain, but it doesn’t have to be a blockchain. Essentially, if it can submit Topos <a href="https://docs.topos.technology/content/glossary.html#certificate"><strong>certificates</strong></a> to a <a href="https://docs.topos.technology/content/glossary.html#sequencer"><strong>sequence</strong>r</a>, it can be a Topos compliant subnet. Of course, there’s more to it than that, but stay tuned for more on that in the future!</p><h3>​​The Topos Playground — What to Expect or What is the Topos Playground?</h3><p>The potential with Topos and its subnets is exciting, and one tool introduced by Topos to bridge the understanding gap and to facilitate running a full Topos deployment locally is the <a href="https://docs.topos.technology/content/module-2/3-topos-playground.html"><strong>Topos-Playground</strong></a>. The Playground provides a simple CLI that can be used to start, stop, and manage a locally deployed devnet. In addition, looking into the structure of the Playground provides an insightful glimpse into the functionalities and the structure of the Topos ecosystem.</p><h3>Key Features of the Topos Playground</h3><p>The Playground is built on top of Docker and uses Docker to run a number of different systems which collectively provide a functioning Topos network.</p><p>The first of these is the <a href="https://docs.topos.technology/content/module-2/3-topos-playground.html#the-topos-subnet"><strong>Topos Subnet</strong></a>. This is composed of four Polygon Edge containers, the first of which generates keys and formulates the genesis block of the subnet. It also ensures that the consensus is set to Istanbul Byzantine Fault Tolerant (IBFT). In addition, a sequencer container is launched. The sequencer maintains communications with the TCE Network, which will be introduced in a moment.</p><p>The playground launches one other subnet, <a href="https://docs.topos.technology/content/module-2/3-topos-playground.html#the-incal-subnet"><strong>Incal</strong></a><strong>.</strong> This subnet mirrors the Topos Subnet in terms of network topology, with four Polygon Edge nodes, and a sequencer node. The Topos Subnet is a core component of the Topos Ecosystem. Incal, however, is intended to represent a generic subnet. One of the features of Topos is that it is permissionless. Anyone can register a subnet within Topos. After the TCE Network is launched and active, Incal will be available as a registered Topos Subnet.</p><p>The piece of the ecosystem which is responsible for ordering and settling <a href="https://docs.topos.technology/content/glossary.html#certificate">certificates</a> is the <a href="https://docs.topos.technology/content/module-2/3-topos-playground.html#the-tce-network"><strong>TCE</strong> (Transmission Control Engine) <strong>Network</strong></a>. The playground bootstraps the TCE with one node, and then it launches four replicas, creating a five-node TCE Network. Once this network is launched and is running, Incal and the Topos subnets will synchronize with it.</p><p>For most users, their primary interface with the Playground will be through the <a href="https://docs.topos.technology/content/module-2/3-topos-playground.html#the-erc20-messaging-frontend"><strong>ERC20 Messaging dApp</strong></a>. This application consists of a simple web server and a frontend application, which uses ethers.js to invoke smart contracts. Using the ERC20 Messaging Frontend, one can register tokens on a subnet, and invoke <a href="https://docs.topos.technology/content/module-1/5-cross-subnet.html">cross-subnet messages</a>, using those tokens. In this example, the cross-subnet message, being a simple token transaction, seems trivial. Topos cross-subnet messages, however, can transfer any arbitrary data between independent subnets in the Topos ZkEcosystem. So while the playground example is simple on the surface, under the covers, these actions involve all of the components of the playground to create a transaction on one subnet, have the certificate, issued by the sequencer on that subnet submitted to the TCE, and have the transaction picked up and acted on by another subnet, and could potentially carry a much more interesting data payload than a token transaction.</p><p>The final important component within the Playground is the <a href="https://github.com/topos-protocol/dapp-frontend-erc20-messaging/tree/v0.1.4/packages/frontend/src/components/steps/Step2.tsx#L169"><strong>executor service</strong></a>. The Topos Executor Service executes cross-subnet messages on receiving subnets. It listens for certificates and then submits the transaction payload and the Merkle proof of inclusion for execution.</p><h3>How to Use the Topos Playground</h3><p>To see all of this come together, take a look at this <a href="https://youtu.be/gK0zCj0OU-U">video</a>. It demonstrates starting the topos-playground, using it to register a token on two subnets, the Incal subnet and the Topos Subnet, and then running cross-subnet transactions between the two subnets.</p><h3>Join the Topos Community</h3><p>The Topos Playground is not just a tool, it’s a community-driven initiative. We encourage you to join our vibrant community of developers on Discord or Github, where you can share your experiences, learn from others, and contribute to the evolution of the playground. Together, we can shape the future of web development and make it more accessible to everyone.</p><p>If building on this platform intrigues you, the <a href="https://lnkd.in/gYQ6xm2T"><strong>Topos Builders Program</strong></a> could be your next destination. Apply to join the next cohort of people building on Topos. And for those with questions or seeking more insights, the<a href="https://lnkd.in/gY5WYBA7"> Topos Discord server</a> is open to everyone. We welcome anyone to join, to participate, and to ask questions.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=55867e023791" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Toposware Joins Hyperledger Foundation to Scale Enterprise Adoption of Zero Knowledge]]></title>
            <link>https://toposware.medium.com/toposware-joins-hyperledger-foundation-to-scale-enterprise-adoption-of-zero-knowledge-398f69e8d1fe?source=rss-8b2473f6254a------2</link>
            <guid isPermaLink="false">https://medium.com/p/398f69e8d1fe</guid>
            <category><![CDATA[zero-knowledge]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[zero-knowledge-proofs]]></category>
            <category><![CDATA[enterprise-blockchain]]></category>
            <dc:creator><![CDATA[Toposware]]></dc:creator>
            <pubDate>Wed, 04 Oct 2023 15:44:45 GMT</pubDate>
            <atom:updated>2023-10-04T15:44:45.880Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5gdJAOudo5ValedDej9tUQ.jpeg" /></figure><p>Toposware, a leader in Zero-Knowledge, announced it has joined <a href="https://www.hyperledger.org/">Hyperledger Foundation</a>, a global ecosystem for enterprise-grade blockchain technologies. As a Hyperledger Foundation member, Toposware aims to enhance enterprise scalability for Zero-Knowledge solutions. Toposware is a frontrunner in applying these technologies to address the current challenges of interoperability, privacy, and scalability.</p><p>Toposware CEO, Theo Gauthier expressed enthusiasm about joining esteemed Hyperledger Foundation members like Alastria, CasperLabs, Chainyard, Filecoin Foundation, and IBM in advancing open-source enterprise blockchain. “<em>We are looking forward to accelerating the adoption of Enterprise Zero-Knowledge technology with the Hyperledger Foundation. Zero-Knowledge holds immense untapped potential, and we are exhilarated to be pioneering this with enterprises. The adoption of Zero-Knowledge technology will be a game changer that will lead to enhanced performance, efficiency, and revenue generation</em>.” He emphasized how Zero-Knowledge technology can supercharge business growth by facilitating secure, real-time transactions among non-trusting entities, promoting security, and fewer intermediaries.</p><p><em>“Hyperledger Foundation hosts an extensive open source ecosystem that is continuously advancing enterprise-grade blockchain and related technologies,</em>” said Daniela Barbosa, Executive Director, Hyperledger Foundation, and General Manager Blockchain and Identity at the Linux Foundation. “<em>Our members take a leading role across our many projects and labs, contributing resources and expertise that help the whole market innovate. We welcome Toposware to our membership ranks and look forward to their contributions on the Zero-Knowledge front</em>.”</p><p>Traditional blockchains update a distributed ledger by every participant re-executing every transaction — state machine replication. Topos architecture eliminates this burdensome process — ecosystem participants efficiently verify only proofs rather than transactions — enabling massive settlement throughput at a global scale. Enterprises can create independent networks within the Topos ecosystem, ensuring native interoperability, reducing shared network dependencies, and eliminating intermediaries, thus addressing scalability challenges. Enterprise will have the ability to launch independent networks and join the Topos ecosystem with native interoperability. This eliminates shared network requirements and the need for intermediaries, including between counterparties with disparate structures and tech stacks to solve the problem of scalability. In addition, Enterprises can deploy their own private networks and interoperate with the broader Topos ecosystem without revealing sensitive data and IP. The addition of new independent networks is permissionless, and reliable causal broadcast replaces consensus. The Topos ecosystem is scalable to millions of participants while retaining cryptographic security and data privacy. Additionally, enterprises can deploy private networks and seamlessly interact with the broader Topos ecosystem. This permissionless approach uses ZK technology to allow the Topos ecosystem to scale boundlessly while maintaining cryptographic security and data privacy.</p><p>Tom Harvey, Enterprise Lead for Toposware, expressed excitement about pioneering Zero-Knowledge technology in the enterprise sector as a member of Hyperledger Foundation, aiming to accelerate enterprise blockchain technology adoption.</p><p><em>“We are excited to bring our expertise in future-proof solutions powered by Zero-Knowledge to the Hyperledger ecosystem. Business growth is supercharged by the ability to transact and transfer value in real time between non-trusting, often competing entities. Enterprises need control and security of their own networks and data while enabling disintermediated collaboration without privacy risk. Zero-Knowledge technology will be a game changer and lead to the next generation of performance, efficiency, and revenue,</em>” says Tom Harvey.</p><p>By basing settlement and verification on zero-knowledge proofs, Topos is redefining the trust model for a scalable infrastructure of independent sovereign networks, ensuring that businesses in the ecosystem do not need to trust any other actor in the ecosystem.</p><p><strong>About Hyperledger Foundation</strong></p><p>Hyperledger Foundation was founded in 2015 to bring transparency and efficiency to the enterprise market by fostering a thriving ecosystem around open source blockchain software technologies. As a project of the Linux Foundation, Hyperledger Foundation coordinates a community of member and non member organizations, individual contributors and software developers building enterprise-grade platforms, libraries, tools and solutions for multi-party systems using blockchain, distributed ledger, and related technologies. Organizations join Hyperledger Foundation to demonstrate technical leadership, collaborate and network with others, and raise awareness around their efforts in the enterprise blockchain community. Members include industry-leading organizations in finance, banking, healthcare, supply chains, manufacturing, technology and beyond. All Hyperledger code is built publicly and available under the Apache license. To learn more, visit: <a href="https://www.hyperledger.org/">www.hyperledger.org</a>.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=398f69e8d1fe" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Unlocking the Power of Decentralized Rewards]]></title>
            <link>https://toposware.medium.com/unlocking-the-power-of-decentralized-rewards-d232ed232df?source=rss-8b2473f6254a------2</link>
            <guid isPermaLink="false">https://medium.com/p/d232ed232df</guid>
            <category><![CDATA[cryptography]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[mathematics]]></category>
            <category><![CDATA[blockchain-technology]]></category>
            <dc:creator><![CDATA[Toposware]]></dc:creator>
            <pubDate>Mon, 11 Sep 2023 13:36:13 GMT</pubDate>
            <atom:updated>2023-09-11T13:36:13.614Z</atom:updated>
            <content:encoded><![CDATA[<h4>The Path to Fairness and Decentralization</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*UodsuvRcB9hGMMrUQZGjvg.jpeg" /></figure><p>As the world continues to transition towards the Web3 era, blockchain technology is redefining the very foundations of the Internet, business, and societal structures. At the heart of this transformative movement, blockchain validators play a pivotal role in securing networks and maintaining the overall health of the blockchain ecosystem.</p><h3>The Role of Validators in the Web3 Universe</h3><p>In the context of a blockchain, validators are nodes that participate in the consensus mechanism, validating transactions, creating new blocks, and maintaining the decentralized ledger’s integrity. In return for their services, these validators are typically rewarded with native network tokens. However, in the expansive and diverse universe of Web3, it’s becoming increasingly important to establish a fair and equitable reward mechanism for validators.</p><p>Web3 aims to create a decentralized, trustless, and permissionless Internet, where users have full control and ownership over their data. It strives to eliminate centralized control and foster an open, inclusive digital ecosystem. As such, the ethos of Web3 calls for a reward mechanism that mirrors these principles, recognizing the contributions of all validators in a just and equitable manner.</p><h3>The Need for a Fair Reward Mechanism</h3><p>An optimally functioning blockchain network relies on a set of validators, each contributing to the network’s robustness and resilience. Chains differ greatly in how validators are chosen and even more in how they are rewarded, but one problem that is common to all is the so called “<a href="https://eprint.iacr.org/2015/702.pdf">Verifier’s dilemma</a>”, where rational operators are well-incentivized to simply skip doing the necessary work (or pretend to do it). Most Proof of Stake networks deploy a simple one-size-fits-all approach to reward distribution. A simplistic, one-size-fits-all approach to reward distribution may overlook the nuances of each validator’s contributions, leading to imbalances and potential threats to the network’s stability and growth.</p><p>Incentivizing validators adequately is not just a matter of fairness, it also impacts the network’s security and performance. A fair reward system encourages more participants to join and actively contribute to the network, enhancing the blockchain’s decentralization and security. Conversely, an unfair reward system may discourage validators, leading to centralization risks, reduced network security, and diminished performance.</p><p>Topos improves on this by designing an optimal reward distribution mechanism which takes into account actual validators’ contributions.</p><h3>Shapley Value: A Beacon of Fairness</h3><p>To address this challenge, Topos turns to cooperative game theory, particularly a concept known as the “<a href="https://en.wikipedia.org/wiki/Shapley_value">Shapley Value</a>”. Named after the Nobel laureate Lloyd Shapley, the Shapley Value provides a way to fairly distribute rewards among players based on their marginal contributions to the collective outcome.</p><p>In the context of Topos’ validators, the Shapley Value is used to quantify each validator’s contribution to the system, considering all possible combinations of validators. It can take into account the unique attributes of each validator, such as uptime, computational power, and network bandwidth, ensuring that each validator’s reward is proportional to their contribution.</p><p>In the rapidly evolving landscape of blockchain and Web3, the Shapley Value not only aligns with the current needs for fairness and decentralization, but also serves as a future-proof and adaptive solution for several reasons:</p><ul><li><strong>Fairness</strong>: By ensuring rewards are distributed based on the value of each validator’s contribution to the network, the Shapley Value ingrains a sense of fairness. This fair distribution is crucial for maintaining validators’ enthusiasm and engagement, particularly as the network grows and diversifies.</li><li><strong>Incentivization</strong>: The Shapley Value model fosters a competitive yet cooperative environment among validators. By linking rewards to their contributions, it provides robust incentives for validators to optimize their resources and perform at their best, fueling the network’s overall growth and performance.</li><li><strong>Decentralization</strong>: With its ability to prevent the concentration of rewards among a few influential validators, the Shapley Value actively promotes and sustains the decentralization of the network. This is integral to enhancing the security and resilience of the blockchain, upholding the tenets of the Web3 ideology.</li><li><strong>Efficiency</strong>: The Shapley Value model encourages validators to operate in an efficient and resource-conscious manner. Validators are motivated to enhance their uptime, improve computational power, and maximize network bandwidth as their rewards are directly proportional to their contributions.</li><li><strong>Optimality</strong>: From a game theory perspective, the Shapley Value is considered an optimal solution in terms of fairness for reward distribution. It satisfies properties such as efficiency (total payout is distributed), symmetry (equal contributors receive equal pay), additivity (pay for playing two games equals the sum of the pay for each), and marginality (payment is proportional to marginal contribution), making it a balanced and equitable approach.</li></ul><p>In light of these advantages, Topos has adopted the Shapley Value for reward distribution to ensure system validators align harmoniously with the underlying principles of Web3. The Shapley Value satisfies the game theoretical incentive requirements that the system needs for its security. By offering a fair, decentralized, and future-proof reward mechanism, the Shapley Value will prove instrumental in building a sustainable, robust, and resilient blockchain ecosystem. As we journey further into the era of Web3, the Shapley Value remains a steadfast beacon of fairness, illuminating the path to a more equitable and decentralized digital world.</p><p>The original to this post was published on Toposware <a href="https://toposware.com/blog/unlocking-the-power-of-decentralized-rewards">here</a>.</p><p><strong><em>Follow Us:</em></strong></p><p><em>Twitter: </em><a href="https://twitter.com/Toposware"><em>https://twitter.com/Toposware</em></a><em><br>Discord: </em><a href="https://discord.gg/zMCqqCbGMV"><em>https://discord.gg/zMCqqCbGMV</em></a><em><br>Github: </em><a href="https://github.com/ToposWare"><em>https://github.com/ToposWare</em></a><em><br>LinkedIn: </em><a href="https://www.linkedin.com/company/toposware"><em>https://www.linkedin.com/company/toposware</em></a><em><br>Website: </em><a href="https://toposware.com/"><em>https://www.toposware.com/</em></a><em><br>Linktr.ee: </em><a href="https://linktr.ee/toposware"><em>https://linktr.ee/toposware</em></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d232ed232df" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>