VERSE PRESS

Crypto News, Global First.

IOG Releases Automated Formal Verification Tools, Targeting a Persistent Security Threat Across DeFi

Input Output Global has released two open-source libraries that allow developers to mathematically prove their Cardano smart contracts behave correctly, completing a multi-year effort to bring push-button formal verification to the blockchain's full developer toolchain.

|

The release, published May 12, 2026, introduces PlutusCoreBlaster and CardanoLedgerAPIBlaster, a pair of Lean 4 libraries that work alongside the Blaster theorem prover engine. The engine itself is maintained in a third repository, Lean-blaster, which handles core automated reasoning; the two new libraries extend it to cover Cardano-specific execution logic and ledger rules. Together, they give developers a way to run automated formal verification, a method of mathematically confirming that software behaves as specified, directly against the code that actually runs on Cardano's mainnet. Verification runs in roughly ten seconds on a standard laptop. All three repositories are open source under the input-output-hk organization on GitHub.

What the Tools Do

Formal verification has long been considered an elite security measure requiring specialist expertise and significant budget. A top-tier smart contract audit with formal verification components typically costs between $80,000 and $350,000 and can take six to twelve weeks to complete. Lower-cost audits exist across the industry, with simpler engagements starting around $5,000, but those tiers generally do not include formal verification. Blaster's architecture reduces that workflow to a largely automated process: developers write property specifications using a Universal Annotation Language, and the engine handles the proof step without requiring formal methods expertise.

PlutusCoreBlaster formalizes Cardano's CEK machine and Untyped Plutus Core (UPLC), the low-level intermediate language that all Cardano smart contract languages compile down to, including Plinth, Aiken, Plutarch, Plu-ts, and Opshin. The library also formalizes all Plutus Core built-in functions in Lean 4, providing complete coverage of the execution environment.

CardanoLedgerAPIBlaster formalizes the blockchain's script contexts and ledger rules across V1, V2, and V3, consistent with what runs on preview, pre-production, and mainnet environments. Crucially, proofs run against the real implementation rather than an abstract model. That distinction matters: verifying against an abstraction leaves open the possibility that the model diverges from production behavior, while verification against the actual implementation eliminates that class of uncertainty.

In a demonstration, the toolchain was applied to a "sellNFT" contract from a public security challenge. Blaster automatically generated a script context that exposed a double-satisfaction vulnerability, an attack in which a single UTXO input satisfies multiple validator conditions simultaneously, enabling theft.

The vulnerability had not been previously detected. Prior to this release, Blaster had already been used to verify a mainnet-running DApp with more than 1,500 lines of UPLC code, proving 14 developer-specified requirements with SMT models averaging around 60 lines each, a concrete demonstration of real-world scale. The tools have also been tested on production DApps including Djed and USDCx.

"Such a degree of proof automation and analysis at the UPLC level has never been achieved before on Cardano," said Romain Soulat, Technical Lead for Cardano High Assurance Product at Input Output Engineering.

On CI/CD integration, Soulat added: "This means you can integrate it directly into your CI/CD pipeline and formally verify your contracts on every commit, instantly, continuously, and affordably."

On-Chain Context

Cardano's DeFi ecosystem is small relative to its Layer-1 peers. As of May 2026, total value locked (TVL) on the chain sat at approximately $137 million, down sharply from a December 2024 peak near $686 million. The ecosystem showed a brief resurgence in March 2026, when TVL climbed roughly 23 percent in under two weeks, a surge driven in part by USDCx, one of the DApps Blaster was tested against. Minswap remains the largest protocol by TVL at roughly $34 million, and daily DEX volume runs around $1.95 million. The chain ranks 27th globally by TVL, per DefiLlama.

That context matters for understanding the stakes. In a smaller ecosystem, a high-profile exploit carries proportionally greater reputational cost. A $2.4 million ADA theft at Cardano-based wallet provider SecondFi in May 2026, resulting from a vulnerability in transaction-signing software, underscored the ongoing risk. SecondFi shut down following the theft. That incident involved key management rather than smart contract logic, so Blaster would not have prevented it directly. But it illustrates the environment in which these tools arrive.

Who Benefits Outside the US

The release has direct implications for developers building on Cardano in Africa and South Asia, regions where the cost of traditional audits has been a genuine barrier to entry.

Cardano's $30 million Africa-focused developer grant program, announced in March 2026, drew 180 project proposals from 14 countries in its first week. Most of those teams are early-stage and operating on constrained budgets. Formal verification via a professional firm would be out of reach for the majority of them. Blaster is open source and available at no licensing cost, accessible to any developer who can run a terminal command.

The tools also connect to existing infrastructure already deployed in the region. CardanoLedgerAPIBlaster's formalization of V1 through V3 script contexts directly covers the transaction logic underpinning Atala PRISM, IOG's identity system operating across several African markets, making the verification layer applicable to real deployed infrastructure on the continent.

Alex Maaza, Ecosystem and Enterprise Growth Lead at the Cardano Foundation, articulated the network's Africa strategy plainly in June 2026: "The goal was never to bring Cardano to Africa. It's to build something with Africans that they actually own a piece of." He characterized the broader approach as "less about commercial strategy and more about governance maturity." Under Cardano's on-chain governance model, treasury-funded African projects are accountable to a global electorate of Delegate Representatives. Machine-checked contract proofs may strengthen the credibility of funded projects and reduce disputes after deployment.

India and Pakistan both rank among the top global markets for cryptocurrency adoption in 2026, per Phemex's 2026 adoption analysis. Blaster's support for Aiken, a contract language that has gained traction in cost-sensitive developer markets, may lower onboarding friction further for South Asian developers entering the Cardano ecosystem. No specific Cardano-funded South Asia developer grant initiatives have been identified beyond general Catalyst availability, leaving room for future regional programs to build on the tooling foundation the release provides.

What Comes Next

IOG has submitted a governance proposal requesting 13,078,578 ADA, roughly $14 to $18 million at mid-2026 prices, from the Cardano treasury to extend Blaster through Q1 2027. This request is separate from the $30 million Africa grant program announced in March 2026. The plan includes integrations with four additional smart contract languages: Aiken, Pebble, Scalus, and Futura. A containerized developer environment is scheduled for Q4 2026 that will allow developers to run the complete toolchain with a single command.

Soulat framed the ambition for the period ahead: "By Q1 2027, any Cardano developer will be able to run automated formal verification on their smart contracts and spin up a fully pre-configured development environment with a single command." No formal methods background, he specified, would be required to do so.

IOG's own proposal projects that formally verified DApps could attract between $10 million and $50 million in additional TVL. The figure is speculative, but it signals IOG's view that machine-checked proofs carry measurable weight as a security signal for capital allocation.

Six ecosystem organizations have committed to long-term maintenance ownership across components, including TxPipe, Harmonic Labs, and Midgard Labs, signaling a distributed governance model rather than dependence on IOG alone.