TL;DR
Yes, blockchain inventions are patentable in the United States, but the eligibility bar is high. Under the Alice/Mayo framework, claims that simply implement a financial or business process on a blockchain are routinely rejected as abstract ideas. To survive a §101 challenge, your claims must describe a specific technical improvement to the blockchain itself, to the distributed ledger architecture, or to the computational process that operates on it. The distinction between “using a blockchain to do something” and “improving how a blockchain works” is the central question in every blockchain patent application.
Key Definitions
- Blockchain
- A distributed, append-only digital ledger that records transactions across a network of computers using cryptographic hashing to link sequential blocks of data.
- Consensus Mechanism
- The protocol by which network participants agree on the current state of the ledger. Examples include Proof of Work (PoW), Proof of Stake (PoS), Delegated Proof of Stake (DPoS), and Byzantine Fault Tolerance (BFT) variants.
- Smart Contract
- Self-executing code deployed on a blockchain that automatically enforces the terms of an agreement when predefined conditions are met. Commonly associated with Ethereum and EVM-compatible chains.
- Layer 2 (L2)
- Protocols built on top of a base blockchain (Layer 1) to improve scalability, reduce transaction costs, or increase throughput. Examples include rollups, state channels, and sidechains.
- Zero-Knowledge Proof (ZKP)
- A cryptographic method that allows one party to prove they know a value without revealing the value itself. Increasingly used in privacy-preserving protocols and ZK-rollups.
- DeFi (Decentralized Finance)
- Financial services built on blockchain protocols that operate without traditional intermediaries. Includes decentralized exchanges, lending protocols, and yield aggregators.
- 35 U.S.C. § 101
- The patent statute defining eligible subject matter. Blockchain patents must survive the Alice/Mayo two-step test to be considered patent-eligible.
Introduction
Blockchain technology sits at a difficult intersection in patent law. It is deeply technical, involving cryptography, distributed systems, consensus algorithms, and novel data structures. But many blockchain applications are financial in nature, which means they land directly in the territory the Alice decision was designed to police: abstract business methods implemented on computers.
The result is a patent landscape where some blockchain inventions receive strong patent protection while others are rejected outright, often based on how the claims are drafted rather than the underlying technical merit of the invention.
The numbers tell the story. Companies like Advanced New Technologies (Alibaba's blockchain arm), IBM, and Bank of America have built substantial blockchain patent portfolios with hundreds of granted patents. At the same time, approximately 560 blockchain patent applications were abandoned after receiving §101 rejections over the past decade, according to USPTO data. The U.S. has a 32.6% grant rate for blockchain patents, higher than Europe's 15.1% but still meaning roughly two-thirds of filings do not result in a granted patent.
This guide explains what types of blockchain inventions are patentable, what the courts and the USPTO have said about blockchain eligibility, and how to draft claims that give your invention the best chance of surviving examination and litigation. If you are building in the blockchain space, understanding these rules before you file can save you significant time and money.
The Eligibility Framework Applied to Blockchain
Blockchain patents are evaluated under the same Alice/Mayo framework that applies to all software. (For a deeper explanation of the two-step test, see our guide on software patent eligibility.) But blockchain inventions face a specific version of the core challenge: many blockchain applications involve financial transactions, and financial transactions are squarely within the category of “fundamental economic practices” that courts have consistently treated as abstract ideas.
Here is how the framework plays out for blockchain:
Step 2A, Prong One: Does the claim recite an abstract idea? If your blockchain invention involves processing payments, managing digital assets, executing financial contracts, or facilitating exchanges, the examiner will likely find that the claim recites an abstract idea. Commercial interactions involving payment transactions and contract management are well-established abstract idea categories under the USPTO's 2019 PEG.
Step 2A, Prong Two: Does the claim integrate the abstract idea into a practical application? This is where blockchain patents are won or lost. If your claim describes a specific technical improvement to how the blockchain operates, processes transactions, achieves consensus, manages data, or interacts with external systems, you have a strong argument that the abstract idea is integrated into a practical application. If your claim simply applies a known business process “on a blockchain” without changing how the blockchain itself functions, you will likely fail this prong.
Step 2B: Is there an inventive concept? If you reach Step 2B, you need something in the claim beyond generic blockchain components performing their ordinary functions. Storing data on a distributed ledger, validating transactions through consensus, and executing smart contracts are considered well-understood, routine, and conventional blockchain operations. Your claims need something more.
What the Courts and USPTO Have Said About Blockchain
Several recent decisions provide concrete guidance on where the line falls for blockchain patent eligibility.
Where Blockchain Claims Survived
Ex Parte David L. Newman (PTAB, 2025). The PTAB reversed an examiner's §101 rejection of claims related to securely storing data across a network using a multi-dimensional distributed database with blockchains featuring supplemental fork blocks and custodian addresses. While the PTAB acknowledged that the claims involved the abstract idea of processing license contracts and computing payments, it found that the specific technical implementation integrated the abstract idea into a practical application. The key was that the claims described specific technical improvements to the blockchain's functionality and data processing, not just the use of blockchain as a tool. The PTAB directed applicants to articulate how their invention improves the performance of a computer or the functionality of the blockchain and the processing thereof.
This decision is particularly significant because it provides a clear template: if your specification explains how your invention improves blockchain performance or functionality at a technical level, and your claims recite those specific improvements, you have a viable path through §101.
Where Blockchain Claims Failed
BPROTOCOL Foundation v. Universal Navigation (S.D.N.Y., February 2026). In this very recent case, the court dismissed patent infringement claims against Uniswap, finding that patents relating to calculating cryptocurrency exchange rates and updating a ledger of those rates were directed to the abstract idea of currency exchange, which is a fundamental economic practice. The court held that implementing currency exchange on a blockchain did not alter this conclusion. Rather than solving a technical problem relating to blockchain technology, the claims simply used existing blockchain technology in predictable ways to address an economic problem. The court also noted that technological improvements described in the specification but not included in the claims were given little weight.
The Bprotocol decision reinforces a critical lesson: the inclusion of blockchain technology alone does not render claims directed to economic problems patentable. If the innovation is in the economic algorithm rather than in the technical mechanism, the claims will fail.
Ex Parte Madisetti and Bahga (PTAB, 2021). The PTAB found claims relating to a “lending pool smart contract” on a blockchain ineligible. Even though the claims were explicitly limited to smart contracts on a blockchain network, the PTAB characterized the invention as directed to accounting reconciliation. All blockchain-specific elements were considered well-understood, routine, and conventional.
The broader pattern in PTAB decisions. The PTAB has regularly found that simply adding “on a blockchain” to a claim does not overcome §101. Claims directed to financial transactions, data recording, identity verification, and contract management have been rejected when the blockchain serves only as a data storage or transaction processing infrastructure without any claimed improvement to its technical operation.
What Types of Blockchain Inventions Are Patentable?
Based on the case law and USPTO examination trends, here are the categories of blockchain inventions that have the strongest eligibility profiles.
Consensus mechanism innovations
Novel approaches to how network participants reach agreement on the state of the ledger are among the most clearly patentable blockchain inventions. If you have designed a consensus algorithm that reduces finality time, improves throughput, decreases energy consumption, increases fault tolerance, or changes how validator selection works, these are technical improvements to distributed computing. The claims describe how the network operates at a protocol level, not a business outcome. Examples include novel BFT variants, proof-of-stake optimizations, sharding coordination protocols, and hybrid consensus approaches.
Cryptographic protocol improvements
Innovations in the cryptographic layer of a blockchain system, such as novel zero-knowledge proof constructions, new signature aggregation schemes, improved key management architectures, or privacy-preserving transaction protocols, are inherently technical. These claims describe mathematical and computational improvements to how data is secured, verified, or kept private within the distributed system.
Scalability and performance optimizations
Layer 2 solutions, rollup architectures, state channel implementations, data availability sampling methods, and cross-chain bridging protocols that improve the technical performance of blockchain systems are strong candidates for patent protection. These inventions address measurable technical problems (throughput limitations, latency, storage costs) with specific technical mechanisms.
Smart contract architecture innovations
Smart contracts that introduce novel execution models, gas optimization techniques, formal verification methods, or novel interaction patterns between contracts can be patentable when the claims focus on the technical mechanism rather than the business logic the contract implements. A smart contract that implements a loan agreement is a business method. A smart contract architecture that introduces a novel state management pattern reducing on-chain storage by 80% through a Merkle tree compression technique is a technical improvement.
Data structure and storage innovations
Novel approaches to how data is organized, indexed, compressed, or retrieved on a distributed ledger can be patentable. This includes improvements to Merkle tree structures, new indexing methods for blockchain state data, efficient pruning algorithms, and novel approaches to on-chain/off-chain data coordination.
Interoperability and cross-chain communication
Protocols that enable different blockchains to communicate, share data, or transfer assets with specific technical mechanisms for verifying cross-chain state are strong candidates. The technical challenges of cross-chain communication (different consensus models, different finality assumptions, different data formats) create opportunities for genuinely novel solutions.
What Types of Blockchain Inventions Struggle with Eligibility?
Certain categories of blockchain inventions face persistent §101 challenges.
Financial transaction processing. Claims that describe how to process, settle, clear, or record financial transactions “on a blockchain” without specifying how the blockchain's technical operation is improved will face rejection. Currency exchange, payment processing, lending, borrowing, and insurance claims fall into this category when the innovation is in the financial logic rather than the technical mechanism.
Tokenization of conventional assets. Creating a digital token that represents a real-world asset (real estate, securities, art) is generally treated as applying a known business concept to blockchain infrastructure. Unless the claims specify a technical innovation in how the tokenization is implemented at the protocol level, these face §101 challenges.
Identity and authentication systems. Claims that describe verifying identity or authenticating users “using blockchain” without specifying a technical improvement in the verification mechanism are vulnerable. Storing identity data on a blockchain is using the blockchain as a database, not improving the blockchain.
Supply chain tracking. Recording supply chain events on a distributed ledger, without claiming a specific technical improvement in how the recording, verification, or retrieval works, is typically treated as data collection and storage, which courts have held to be abstract.
The common thread: if the blockchain is serving as infrastructure for a business process without being technically modified or improved, the claims are vulnerable.
Drafting Strategies for Blockchain Patents
Claim the protocol, not the application
The strongest blockchain patents describe what happens at the protocol layer: how blocks are formed, how consensus is achieved, how transactions are validated, how data is structured, how nodes communicate. These are technical operations. The weaker approach is to claim the application layer: what business outcome the blockchain enables. When drafting, ask yourself: “Would this claim read the same if I replaced ‘blockchain’ with ‘database’?” If yes, the claim is probably too abstract.
Specify the technical improvement and quantify it where possible
Your specification should explicitly state what is wrong with existing blockchain approaches and how your invention improves them. “Conventional proof-of-stake consensus requires all validators to process every transaction, creating a throughput bottleneck proportional to network size. The present invention introduces a validator partitioning scheme that assigns transaction subsets to validator groups based on a deterministic shard mapping function, reducing per-validator computational load by a factor proportional to the number of active shards.” That is a technical improvement. “The present invention provides a faster blockchain” is not.
Include claimed technical features, not just specification features
The Bprotocol decision (February 2026) specifically noted that technological improvements described in the specification but not reflected in the claims receive little weight in the §101 analysis. If your invention's technical improvement is only in the spec and not in the claim language, the examiner and courts will look at the claims and see an abstract idea. Every technical advance must appear in the claims.
Use multiple claim categories
Draft system claims (the network architecture), method claims (the protocol steps), and computer-readable medium claims (the software). For blockchain inventions, also consider claims directed to: the node architecture, the data structure, the consensus protocol as a method, the smart contract execution environment, and the cross-chain communication protocol. Each claim type captures a different potential infringement scenario.
Distinguish from prior art at the protocol level
The blockchain patent landscape is crowded. IBM, Advanced New Technologies, Bank of America, and others hold large portfolios. Your prior art search needs to cover not just the application domain (DeFi, supply chain, identity) but also the technical mechanisms (consensus variants, data structures, cryptographic techniques). Prior art in one application domain can block claims in another if the underlying technical mechanism is the same.
If you are using Patent Geyser, the platform's Module 3 (Prior Art Search) uses semantic vector search across the U.S. patent database to surface patents that are conceptually similar to your invention, regardless of the application domain they were filed in. This is particularly important for blockchain patents, where relevant prior art may exist in distributed systems, cryptography, or database patents that do not mention “blockchain” at all. Module 4 then generates claim variations that anchor to specific technical mechanisms, and Module 5's specification prompts are designed to ground blockchain claims in hardware and concrete technical operations following the Enfish framework.
Recent Developments Shaping Blockchain Patent Strategy
Ex Parte David L. Newman (PTAB, 2025) provides the clearest guidance yet on how blockchain applicants can overcome §101. The decision directs applicants to use their specification to articulate how their invention improves the performance of a computer or the functionality of the blockchain and the processing thereof. This language gives blockchain applicants a concrete standard to draft toward.
BPROTOCOL Foundation v. Uniswap (S.D.N.Y., February 2026) is a cautionary counterpoint. The court's dismissal reinforced that using blockchain to implement economic algorithms, even novel ones, does not satisfy §101. The takeaway: economic innovation is not technical innovation, even when it runs on a blockchain.
The GENIUS Act (2025) established the first U.S. regulatory framework for stablecoins. While not a patent law development, the Act signals broader governmental support for blockchain technology, which may influence how the USPTO and courts view the technological legitimacy of blockchain innovations.
Ex Parte Desjardins (PTAB, September 2025) and its incorporation into the MPEP are relevant to blockchain applicants as well. The decision requires examiners to evaluate software and ML claims under the Enfish framework when they describe improvements to computer technology. Blockchain protocols that improve computational efficiency, data integrity, or network performance should be evaluated under this same standard.
USPTO Director Squires has signaled a policy of keeping “the door to the patent office wide open to transformative technologies,” including blockchain. While §101 remains a hurdle, the current USPTO leadership appears more favorable to technology-focused blockchain claims than in prior years.
Conclusion
Blockchain inventions are patentable, but the eligibility landscape requires careful navigation. The core principle is simple even if the application is complex: your claims must describe a technical improvement to the blockchain system, not just a business improvement enabled by blockchain.
Consensus mechanisms, cryptographic protocols, scalability solutions, smart contract architectures, data structure innovations, and cross-chain communication protocols all represent strong candidates for patent protection when claimed at the technical level. Financial transaction processing, asset tokenization, identity systems, and supply chain tracking are viable only when the claims specify how the underlying technology is improved, not just what business outcome it produces.
The recent Ex Parte Newman PTAB decision provides a clear template for blockchain applicants: articulate how your invention improves the blockchain's performance or functionality, and make sure those improvements appear in your claims, not just your specification. The Bprotocol decision reinforces the other side of the coin: blockchain technology alone does not make an economic innovation patentable.
Patent Geyser is built specifically for software, SaaS, and blockchain inventors. The platform's AI-powered workflow helps you describe your invention's technical implementation, search prior art across the patent database using semantic vector search, generate claim variations anchored to concrete technical mechanisms, and produce technical diagrams. But the output is always a draft, not a filing-ready application, and Patent Geyser does not provide legal advice. Before filing anything with the USPTO, have a registered patent practitioner review your application. The PatentFit Directory can help you find one with experience in blockchain patent prosecution.
Frequently Asked Questions
The Basics
Can I patent a blockchain invention?
Yes. Blockchain inventions are patent-eligible in the United States, provided the claims describe a specific technical improvement and do not merely implement a business method on a blockchain. The USPTO grants blockchain patents across categories including consensus mechanisms, cryptographic protocols, scalability solutions, smart contract architectures, and data structure innovations. The challenge is framing your claims around the technical mechanism rather than the business application. Claims that describe “how the blockchain works differently” survive §101 scrutiny. Claims that describe “what the blockchain is used for” often do not.
Can I patent a smart contract?
It depends on what you are claiming. A smart contract that implements standard business logic (a loan agreement, an escrow arrangement, a token sale) on a conventional execution environment is vulnerable to §101 rejection as an abstract business method. A smart contract that introduces a novel execution model, a new gas optimization technique, an innovative state management pattern, or a formal verification method that improves the reliability or efficiency of on-chain computation can be patentable. The test is the same: is the innovation in the business logic or in the technical mechanism?
What about DeFi protocols?
DeFi patents face the same framework. The February 2026 Bprotocol v. Uniswap decision specifically addressed DeFi, finding that cryptocurrency exchange patents were directed to the abstract idea of currency exchange. DeFi protocols are patentable when the claims describe technical innovations in the protocol layer (novel automated market maker algorithms that improve capital efficiency through a specific mathematical mechanism, for example) rather than the financial outcome (facilitating token swaps).
Filing Strategy
How do I avoid a §101 rejection for my blockchain patent?
Focus your claims on the technical layer. Describe specific improvements to consensus, cryptography, data structures, network communication, or smart contract execution. Your specification should explain what existing blockchain approaches do, why they are technically inadequate, and how your invention provides a measurable technical improvement. Make sure every technical advance described in the spec is also reflected in the claim language. If you receive a §101 rejection, the Ex Parte Newman decision provides useful language for arguing that your claims improve the functionality of the blockchain and the processing thereof.
Is prior art a bigger problem for blockchain patents than §101?
Both are significant challenges, but they operate differently. The §101 question determines whether your claims are eligible for patent protection at all. Prior art under §102 (novelty) and §103 (non-obviousness) determines whether your claims survive examination on the merits. The blockchain patent landscape is crowded, with major companies holding large portfolios. A thorough prior art search before filing can prevent you from investing in an application that overlaps with existing patents. Patent Geyser's Module 3 performs semantic prior art searches that find conceptually similar patents even when they use different terminology, which is especially important in blockchain where relevant prior art may come from distributed systems, cryptography, or database fields.
Patent Geyser is an AI-assisted provisional patent drafting platform specializing in software, SaaS, and blockchain inventions. It does not provide legal advice and does not produce filing-ready patent applications. All AI-generated drafts should be reviewed by a registered patent practitioner before filing with the USPTO.