{"id":"boundless","title":"Boundless","content":"**Boundless** is a universal, decentralized protocol designed to provide verifiable compute services and integrate [Zero-Knowledge](https://iq.wiki/wiki/zero-knowledge-proofs-zkps) (ZK) technology across multiple blockchains. It functions as a network of independent provers that offloads intensive computational tasks from various chains, rollups, and applications, aiming to provide a consistent scalability and interoperability layer for the [blockchain](https://iq.wiki/wiki/blockchain) ecosystem. [\\[1\\]](#cite-id-mrViBY4GrC) [\\[2\\]](#cite-id-iFAmp4PBeu)\n\n## Overview\n\nBoundless was developed to address the scalability limitations inherent in traditional [blockchain](https://iq.wiki/wiki/blockchain) architectures. The project identifies a core problem: blockchains are designed for state consensus, not high-throughput computation, which forces every [validator](https://iq.wiki/wiki/validator) to re-execute each transaction. This design leads to capped execution via [gas](https://iq.wiki/wiki/gas) limits, needless replication of compute across thousands of nodes, and state fragmentation through scaling solutions like new networks. [\\[10\\]](#cite-id-tv7mlBc2sK) The protocol's solution is to decouple execution from consensus by offloading computational work to a permissionless network of \"provers.\" These provers generate compact, cryptographically secure ZK proofs of computation, which can then be efficiently verified on-chain. This model allows a blockchain's total computational capacity to increase as more provers join the network, a concept the project describes as making blockchains \"internet-scale.\" [\\[9\\]](#cite-id-event-boundless-mainnet-launch-link)\n\nThe core of the network's economic model is a novel incentive mechanism called Proof of Verifiable Work (PoVW). Unlike traditional Proof-of-Work systems that reward miners for solving arbitrary puzzles, PoVW rewards provers for performing useful computational work—generating ZK proofs for clients. This system is designed to create a competitive, open market for proof generation, which is intended to improve cost efficiency over time. The protocol's native token, ZK Coin (ZKC), is central to this mechanism, serving as [collateral](https://iq.wiki/wiki/collateral) for proving jobs, a reward for provers, and a means for network governance. [\\[8\\]](#cite-id-event-zk-coin-\\(zkc\\)-tokenomics-revealed-link)\n\nThe project's vision is to create an \"ecosystem of ecosystems,\" a unified fabric where applications can compose transactions and read state across different blockchains like [Ethereum](https://iq.wiki/wiki/ethereum), [Bitcoin](https://iq.wiki/wiki/bitcoin), and [Solana](https://iq.wiki/wiki/solana) without relying on traditional, trust-based bridges. By making various chains ZK-provable, Boundless aims to enable a new class of cross-chain applications. The protocol was incubated by RISC Zero and is supported by a range of venture capital firms and advisors from prominent [blockchain](https://iq.wiki/wiki/blockchain) projects. [\\[1\\]](#cite-id-mrViBY4GrC) [\\[9\\]](#cite-id-event-boundless-mainnet-launch-link)\n\n## History\n\nThe technological foundation for Boundless's approach was influenced by the development of the first RISC-V zkVM by RISC Zero in 2021, which enabled the generation of proofs from standard programming languages. The Boundless project itself was incubated by RISC Zero. [\\[9\\]](#cite-id-event-boundless-mainnet-launch-link) [\\[8\\]](#cite-id-event-zk-coin-\\(zkc\\)-tokenomics-revealed-link)\n\nIn late 2024, the project launched its Collaborative Development Program (CDP) for early adopters. This was followed by the launch of the Boundless [Mainnet](https://iq.wiki/wiki/mainnet) Beta in July 2025, which was described as the first decentralized, permissionless protocol for ZK proofs and attracted 411,000 participants. During this beta phase, an initiative called 'The Signal' was launched, where the network began generating proofs for entire blockchains, including [Ethereum](https://iq.wiki/wiki/ethereum) and [Base](https://iq.wiki/wiki/base), in collaboration with over 20 partners. The pre-[mainnet](https://iq.wiki/wiki/mainnet) phase saw over 2,500 provers join the network. [\\[9\\]](#cite-id-event-boundless-mainnet-launch-link)\n\n## Mainnet Launch\n\nThe official Boundless [mainnet](https://iq.wiki/wiki/mainnet) went live on September 15, 2025, launching on the [Base](https://iq.wiki/wiki/base) network. This event marked the introduction of the Proof of Verifiable Work (PoVW) mechanism and the Token Generation Event (TGE) for its native token, ZK Coin (ZKC). Concurrently, functionalities for [airdrop](https://iq.wiki/wiki/airdrop) claims, [staking](https://iq.wiki/wiki/staking), and proving were made available to the public. On the same day, the token began trading on multiple centralized exchanges; [KuCoin](https://iq.wiki/wiki/kucoin) listed a ZKC/USDT spot trading pair, and [Binance](https://iq.wiki/wiki/binance) announced the launch of U-margined perpetual contracts for ZKC. [\\[11\\]](#cite-id-mrescTUKFY) [\\[2\\]](#cite-id-iFAmp4PBeu) [\\[5\\]](#cite-id-Y70M0LOuO8)\n\n## Technology\n\nBoundless operates as a universal protocol that brings verifiable computation to various [blockchain](https://iq.wiki/wiki/blockchain) layers, including L1s, rollups, and applications, without requiring modifications to the underlying chains. [\\[9\\]](#cite-id-event-boundless-mainnet-launch-link)\n\n### Core Architecture\n\nThe protocol's architecture is designed to separate the execution of complex computations from the consensus layer of blockchains. The process works as follows:\n\n1. **Proof Requests:** Clients, such as dApps or rollups, submit requests for ZK proof generation to the Boundless network. These clients can pay for the service using their own native tokens, such as ETH or SOL.\n2. **Prover Competition:** A decentralized and permissionless network of independent provers competes to fulfill these requests.\n3. **Proof Generation:** The winning prover executes the computation off-chain and generates a compact ZK proof.\n4. **On-Chain Verification:** The generated proof is submitted back to the client's native chain, where it can be verified efficiently via a smart contract.\n\nThis model allows developers to \"build once, verify anywhere,\" making their protocols compatible with any chain integrated with Boundless. The technological approach is inspired by zkVMs like that of RISC Zero, which allows developers to generate proofs from standard programming languages without needing to write custom circuits. [\\[1\\]](#cite-id-mrViBY4GrC) [\\[8\\]](#cite-id-event-zk-coin-\\(zkc\\)-tokenomics-revealed-link)\n\n### The Boundless Market\n\nAccess to the network's compute resources is managed through The Boundless Market, a set of smart contracts deployed on every integrated chain. This market functions as a permissionless clearinghouse that matches proof requests from applications with compute capacity from prover nodes. [\\[10\\]](#cite-id-tv7mlBc2sK)\n\nThe process for fulfilling a proof request follows several steps:\n\n1. **Create & Broadcast a Proof Request:** A developer constructs a request specifying the zkVM program to be executed, the inputs for the program, requirements for the output (such as an expected journal hash), and auction parameters. These parameters include the price offered (min/max), ramp-up time, timeouts, and the required stake for the prover. The request can be submitted on-chain or sent off-chain.\n2. **Reverse-Dutch Auction:** An auction begins at the time specified in the request. The price starts at a minimum and rises linearly until it reaches the maximum price, where it remains until the auction expires. Prover nodes can estimate the computational cost and place a bid when the price is profitable. The first prover to bid locks the request, gaining exclusive rights to fulfill it in exchange for posting stake. Alternatively, a prover can directly fulfill an unlocked job without bidding, receiving the current auction price without needing to post stake. If a locked job is not fulfilled in time, the prover's stake becomes a bounty for the first prover to submit a valid proof.\n3. **Proof Generation & Batching:** Provers can batch multiple jobs together to optimize costs. The individual execution receipts from each job are organized as leaves in a [Merkle tree](https://iq.wiki/wiki/merkle-tree). A single, efficient Groth16 proof is then generated to attest to the validity of the entire batch via the Merkle root. This process amortizes the on-chain verification [gas](https://iq.wiki/wiki/gas) cost across all requests in the batch.\n4. **Settlement:** The batch proof is submitted to the market contract on-chain. The contract verifies the single Groth16 proof, checks each Merkle inclusion proof against its corresponding request, and then settles the payments. The prover is paid from the funds locked by the requestor, and their stake is returned. An on-chain event is emitted upon delivery, and the proof is made available in calldata. Requestors can also set up a callback to a smart contract that is triggered upon proof delivery.\n   This entire market mechanism is designed to be permissionless and efficient, allowing developers to access verifiable compute from their native [blockchain](https://iq.wiki/wiki/blockchain) ecosystem. [\\[10\\]](#cite-id-tv7mlBc2sK)\n\n### Proof of Verifiable Work (PoVW)\n\nProof of Verifiable Work is the incentive mechanism at the core of the Boundless protocol. It is designed to reward network participants for contributing useful computational work, turning ZK proofs into a metered resource that the protocol can reward. [\\[10\\]](#cite-id-tv7mlBc2sK)\n\n* **Incentive Model:** The protocol measures the computational complexity of each proof and rewards provers with newly issued ZKC tokens in proportion to the \"verifiable work\" they contribute. This means ZKC is \"mined\" by generating proofs rather than by solving arbitrary puzzles.\n* **Reward Distribution:** In each epoch, 75% of new ZKC emissions are distributed to active provers through the PoVW mechanism, while the remaining 25% is distributed to all protocol stakers.\n* **Staking Requirement:** To be eligible for PoVW rewards, a prover must stake an amount of ZKC that scales with the volume of their proving activity within a given epoch. This system is intended to incentivize performance and efficiency. [\\[9\\]](#cite-id-event-boundless-mainnet-launch-link) [\\[8\\]](#cite-id-event-zk-coin-\\(zkc\\)-tokenomics-revealed-link)\n\n#### How PoVW Works\n\nThe PoVW mechanism functions through an on-chain \"meter\" that transparently measures and rewards work.\n\n1. **Immutable Cycle Tag:** Every proof generated on Boundless contains an immutable tag that records the number of computation cycles proven, along with a unique nonce to prevent replays. This tag is part of the proof's public claim and cannot be tampered with by the prover or the requestor.\n2. **Epoch Tally:** At the end of each epoch, a smart contract sums the cycle tags from all proofs that were finalized during that period to determine the total verifiable work completed on the network.\n3. **Deterministic Payout:** A fixed amount of ZKC is minted for the epoch and distributed to provers on a pro-rata basis according to their share of the total cycles proven. For example, a prover who contributed 5% of the total cycles receives 5% of the ZKC minted for that epoch. [\\[10\\]](#cite-id-tv7mlBc2sK)\n\n#### Significance of PoVW\n\nThe PoVW model is presented as a significant advancement over traditional consensus mechanisms for several reasons:\n\n* **Accuracy:** It rewards cryptographically verified work, scaling payouts with the actual complexity of the computation performed.\n* **Permissionless Meritocracy:** Any [node](https://iq.wiki/wiki/node) that can meet the network's latency and stake requirements can participate and earn rewards proportional to the work they prove.\n* **Transparent Economics:** Since the entire metering and payout process is on-chain and tamper-proof, the economic incentives are transparent and auditable. [\\[10\\]](#cite-id-tv7mlBc2sK)\n\n### Proving Collateral and Slashing\n\nTo ensure the reliability and liveness of the proof generation market, Boundless incorporates an economic security model based on [collateral](https://iq.wiki/wiki/collateral) and slashing.\n\n* **Collateral Requirement:** Before a prover can accept a proof request, they must lock ZKC as [collateral](https://iq.wiki/wiki/collateral). The value of this [collateral](https://iq.wiki/wiki/collateral) is typically required to be a minimum of 10 times the maximum fee for the job, providing a strong economic guarantee of proof delivery.\n* **Slashing Mechanism:** If a prover fails to submit a valid proof within the specified time, their staked [collateral](https://iq.wiki/wiki/collateral) is slashed. The slashed funds are split: 50% is permanently burned from the supply, and the remaining 50% is reassigned on-chain as a bounty for another prover to complete the request.\n* **Economic Effect:** As demand for verifiable computation on the network grows, the total amount of ZKC locked as [collateral](https://iq.wiki/wiki/collateral) is expected to increase, which is designed to reduce the token's circulating supply and enhance network security. [\\[8\\]](#cite-id-event-zk-coin-\\(zkc\\)-tokenomics-revealed-link)\n\n## Tokenomics\n\nThe native utility token of the Boundless protocol is the **ZK Coin (ZKC)**. It was launched with an initial total supply of 1 billion tokens. [\\[8\\]](#cite-id-event-zk-coin-\\(zkc\\)-tokenomics-revealed-link) [\\[2\\]](#cite-id-iFAmp4PBeu)\n\n### Token Utility\n\nThe ZKC token has several core functions within the ecosystem:\n\n* **Proving Collateral:** Provers must stake ZKC to accept proving jobs, which serves as an economic guarantee for the timely delivery of valid proofs.\n* **Protocol Staking:** [Staking](https://iq.wiki/wiki/staking) ZKC is a foundational requirement for network participation. It allows holders to earn a baseline share of protocol rewards (25% of all epoch emissions) and participate in governance.\n* **Mining Rewards:** Active provers earn 75% of all ZKC emissions from each epoch through the Proof of Verifiable Work mechanism.\n* **Governance:** Staked ZKC grants holders voting power over protocol upgrades, marketplace mechanics, the addition of new zkVMs, and ecosystem grants. The governance model is planned to adopt a time-weighted voting power system. [\\[8\\]](#cite-id-event-zk-coin-\\(zkc\\)-tokenomics-revealed-link)\n\n### Initial Token Allocation\n\nThe initial supply of 1 billion ZKC was allocated to various stakeholders:\n\n* **Ecosystem Growth (49%):**\n  * **Ecosystem Fund (31%):** Held by the Boundless Foundation for grants, developer tooling, and protocol maintenance. Subject to a 1-year cliff and a 24-month linear vesting schedule.\n  * **Strategic Growth Fund (18%):** Designated for enterprise integrations and institutional prover onboarding, unlocking over 12 months based on milestones.\n* **Core Team & Early Contributors (23.5%):**\n  * **Core Team (20%):** Allocation for the main development team.\n  * **RISC Zero (3.5%):** An allocation to the incubating company.\n  * Both allocations are subject to a 1-year cliff followed by a 24-month linear vest.\n* **Investors (21.5%):** For strategic partners, subject to a 1-year cliff and a 24-month linear vest.\n* **Community Token Sale & Airdrop (~6%):**\n  * **Community Sale (5%):** 50% unlocked at the Token Generation Event (TGE), with the remainder unlocking after six months.\n  * **Airdrop (1%):** 100% unlocked at TGE for early contributors and community members.\n\nThis allocation structure was detailed in an official blog post. [\\[8\\]](#cite-id-event-zk-coin-\\(zkc\\)-tokenomics-revealed-link)\n\n### Emission Schedule\n\nThe protocol features an algorithmic emission schedule that introduces new ZKC into the ecosystem as rewards. The inflation rate is set at 7% for the first year, after which it tapers down to a permanent rate of 3% from year eight onward. Of these emissions, 75% are directed to provers via PoVW, and 25% are distributed to all ZKC stakers. [\\[8\\]](#cite-id-event-zk-coin-\\(zkc\\)-tokenomics-revealed-link)\n\n## Ecosystem and Partnerships\n\nBoundless was incubated by RISC Zero and has garnered support from various entities within the [blockchain](https://iq.wiki/wiki/blockchain) industry. The project is governed in part by the Boundless Foundation, which manages the Ecosystem Fund to promote growth. [\\[8\\]](#cite-id-event-zk-coin-\\(zkc\\)-tokenomics-revealed-link)\n\n### Backers and Advisors\n\nThe project is supported by a number of institutional investors, including Geometry Venture Development, IOSG Ventures, Figment Capital, Bain Capital Crypto, zkv, [Fenbushi Capital](https://iq.wiki/wiki/fenbushi-capital), Galaxy, Delphi Ventures, Blockchain Capital, and Maven11 Capital. Its advisors include prominent figures from the industry, such as Mert, founder of Helius; Patrick O'Grady, founder of Commonware; Nick White, COO at [Celestia](https://iq.wiki/wiki/celestia); and Dan Boneh, a professor at Stanford University. [\\[1\\]](#cite-id-mrViBY4GrC)\n\n### Integrations and Collaborations\n\nAt its [mainnet](https://iq.wiki/wiki/mainnet) launch, Boundless had established integrations to provide proving for several major [blockchain](https://iq.wiki/wiki/blockchain) ecosystems, including [Ethereum](https://iq.wiki/wiki/ethereum), [Bitcoin](https://iq.wiki/wiki/bitcoin) (via BitVM), [Solana](https://iq.wiki/wiki/solana), [Base](https://iq.wiki/wiki/base), [Unichain](https://iq.wiki/wiki/unichain), and OP [Mainnet](https://iq.wiki/wiki/mainnet). The project also supports [hybrid](https://iq.wiki/wiki/hybrid) designs like BOB (Build on [Bitcoin](https://iq.wiki/wiki/bitcoin)). Partners in 'The Signal' initiative included [Stellar](https://iq.wiki/wiki/stellar), [Optimism](https://iq.wiki/wiki/optimism), and [Taiko](https://iq.wiki/wiki/taiko). [Taiko](https://iq.wiki/wiki/taiko), a [ZK-rollup](https://iq.wiki/wiki/zk-rollup) project, publicly acknowledged its ongoing work with the Boundless team following the [mainnet](https://iq.wiki/wiki/mainnet) launch. [\\[9\\]](#cite-id-event-boundless-mainnet-launch-link) [\\[5\\]](#cite-id-Y70M0LOuO8)\n\n### Use Cases\n\nThe protocol is designed to serve various segments of the [blockchain](https://iq.wiki/wiki/blockchain) ecosystem by providing verifiable compute for arbitrarily complex code, allowing developers to move beyond the constraints of on-chain execution. [\\[10\\]](#cite-id-tv7mlBc2sK)\n\n#### ZK Rollups\n\n* **Taiko:** A based type-1 zkEVM rollup that leverages Boundless's multi-prover network for generating its validity proofs.\n* **Citrea:** A [ZK rollup](https://iq.wiki/wiki/zk-rollup) for [Bitcoin](https://iq.wiki/wiki/bitcoin) that records commitments on the [Bitcoin](https://iq.wiki/wiki/bitcoin) network and uses Boundless to generate the ZK proofs for smart contract execution and block-space inclusion. This adds EVM-style programmability while inheriting Bitcoin's security.\n\n#### Hybrid Rollups\n\n* **SOON:** An SVM-based rollup stack that allows developers to settle on any chain. It uses ZK Fraud proofs generated via Boundless to reduce the challenge window from seven days to approximately three hours, enabling faster withdrawals for users.\n* **BOB (Build on Bitcoin):** A [hybrid](https://iq.wiki/wiki/hybrid) [Bitcoin](https://iq.wiki/wiki/bitcoin) rollup that runs EVM contracts but anchors finality to [Bitcoin](https://iq.wiki/wiki/bitcoin). It uses Boundless to produce validity proofs, which enables a one-hour finality time.\n\n#### Verifiable Exchanges\n\n* **Hibachi:** An exchange that uses Boundless to prove its off-chain matching engine's operations. Every batch of trades is proven, covering both trade execution and the exchange's solvency, making its balance sheet cryptographically auditable in real-time.\n\n#### Universal DeFi\n\n* **Mendi Finance:** A unified lending platform that treats liquidity across multiple chains as a single pool. Its core logic, written in [Solidity](https://iq.wiki/wiki/solidity), runs on Boundless, allowing large state reads and complex rate calculations to execute off-chain without [gas](https://iq.wiki/wiki/gas) limits. This enables users to supply [collateral](https://iq.wiki/wiki/collateral) on one network and borrow on another without custodial bridges.\n\nThese use cases demonstrate how projects are using Boundless to offload their heaviest computational logic, gain stronger security guarantees, and escape the limitations of on-chain environments. [\\[10\\]](#cite-id-tv7mlBc2sK)","summary":"Boundless is a universal protocol integrating ZK technology across any blockchain, providing scalable verifiable computing via its network of provers and a novel Proof of Verifiable Work (PoVW) mechanism.","images":[{"id":"QmWoiHMiyQHHWYcVEqV3ZLR7jyFGViy16R4YjrFE4YHygN","type":"image/jpeg, image/png"}],"categories":[{"id":"defi","title":"defi"}],"tags":[{"id":"Protocols"},{"id":"Blockchains"}],"media":[],"metadata":[{"id":"website","value":"https://boundless.network/"},{"id":"twitter_profile","value":"https://x.com/boundless_xyz"},{"id":"discord_profile","value":"https://discord.com/invite/boundlessxyz"},{"id":"telegram_profile","value":"https://t.me/boundlessannouncements"},{"id":"coingecko_profile","value":"https://www.coingecko.com/en/coins/boundless"},{"id":"website","value":"https://beboundless.xyz/"},{"id":"twitter_profile","value":"https://twitter.com/boundless_xyz"},{"id":"github_profile","value":"https://github.com/boundless-xyz"},{"id":"references","value":"[{\"id\":\"mrViBY4GrC\",\"url\":\"https://boundless.network/\",\"description\":\"Boundless official website\",\"timestamp\":1757976013084},{\"id\":\"iFAmp4PBeu\",\"url\":\"https://www.coingecko.com/en/coins/boundless\",\"description\":\"Boundless market data on CoinGecko\",\"timestamp\":1757976013084},{\"id\":\"4NvnlypfQV\",\"url\":\"https://boundless.network/blog/mainnet-is-live\",\"description\":\"Boundless mainnet launch announcement\",\"timestamp\":1757976013084},{\"id\":\"7S2alP87lC\",\"url\":\"https://boundless.network/blog/introducing-zk-coin\",\"description\":\"Introduction to ZK Coin\",\"timestamp\":1757976013084},{\"id\":\"Y70M0LOuO8\",\"url\":\"https://x.com/boundless\\\\_xyz\",\"description\":\"Official Boundless X (Twitter) account\",\"timestamp\":1757976013084},{\"id\":\"event-collaborative-development-program-launch-link\",\"description\":\"Event link\",\"url\":\"https://boundless.network/blog/mainnet-is-live\",\"timestamp\":1757976013626},{\"id\":\"event-mainnet-beta-launch-link\",\"description\":\"Event link\",\"url\":\"https://boundless.network/blog/mainnet-is-live\",\"timestamp\":1757976013626},{\"id\":\"event-zk-coin-(zkc)-tokenomics-revealed-link\",\"description\":\"Event link\",\"url\":\"https://boundless.network/blog/introducing-zk-coin\",\"timestamp\":1757976013626},{\"id\":\"event-boundless-mainnet-launch-link\",\"description\":\"Event link\",\"url\":\"https://boundless.network/blog/mainnet-is-live\",\"timestamp\":1757976013626},{\"id\":\"tv7mlBc2sK\",\"url\":\"https://boundless.network/blog/guide-to-boundless\",\"description\":\"A Comprehensive Guide to Boundless\",\"timestamp\":1757976309800},{\"id\":\"mrescTUKFY\",\"url\":\"https://cryptorank.io/news/feed/b0090-kucoin-lists-boundless-zkc-a-universal-zk-protocol-for-internet-scale-blockchains\",\"description\":\"KuCoin listing announcement\",\"timestamp\":1757976309800}]"},{"id":"bscscan","value":"https://bscscan.com/token/0x15247e6E23D3923a853cCf15940A20CCdf16e94a"},{"id":"etherscan","value":"https://etherscan.io/token/0x000006c2a22ff4a44ff1f5d0f2ed65f781f55555"},{"id":"previous_cid","value":"\"https://ipfs.everipedia.org/ipfs/QmfCfHzhP8vZ4dHgSwmsxurvoRLQF4Gfn4rnYSDNHJFnnB\""},{"id":"commit-message","value":"\"docs: Add internal link for 'ZK-rollup' in the Integrations and Collaborations section.\""},{"id":"previous_cid","value":"QmfCfHzhP8vZ4dHgSwmsxurvoRLQF4Gfn4rnYSDNHJFnnB"}],"events":[{"id":"61f03dcd-7982-49be-9b72-84ea8c4c71f2","date":"2024-08","title":"Boundless X Account Created","type":"CREATED","description":"The official X (formerly Twitter) account for Boundless, @boundless_xyz, was created, marking the project's initial public presence.","link":"https://x.com/boundless_xyz","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"7d7e1771-e212-43e0-958e-9889836b43d0","date":"2024-11","title":"Collaborative Development Program Launch","type":"DEFAULT","description":"Boundless launched its Collaborative Development Program (CDP) for early adopters to engage with the project before the mainnet release.","link":"https://boundless.network/blog/mainnet-is-live","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"5ecc9595-48a6-41fe-b7a8-f8bbaf21cea8","date":"2025-07","title":"Mainnet Beta Launch","type":"DEFAULT","description":"The Boundless Mainnet Beta was launched, described as the first decentralized, permissionless protocol for ZK proofs, with over 411,000 participants.","link":"https://boundless.network/blog/mainnet-is-live","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"ce1233fa-3b9d-462a-a37d-67feb6cb3f83","date":"2025-08","title":"ZK Coin (ZKC) Tokenomics Revealed","type":"DEFAULT","description":"Boundless published a detailed blog post introducing its native token, ZK Coin (ZKC), and its comprehensive tokenomics, including allocation and utility.","link":"https://boundless.network/blog/introducing-zk-coin","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"1e73b0b4-fbee-4d32-a5ee-f42b58ddb4d9","date":"2025-09","title":"Boundless Mainnet Launch","type":"DEFAULT","description":"The Boundless mainnet officially went live, introducing the Proof of Verifiable Work (PoVW) mechanism and the ZK Coin (ZKC) token.","link":"https://boundless.network/blog/mainnet-is-live","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"language":"en","version":1,"linkedWikis":{"blockchains":["ethereum","base","bitcoin","solana","optimism","arbitrum","stellar","taiko","eigenlayer"],"founders":[],"speakers":[]}}