Abstract
The advent of blockchain technology has catalysed a paradigm shift in global commerce, most notably through the deployment of ‘smart contracts’. These self-executing digital agreements, hardcoded with automated terms, promise unprecedented efficiency, transparency, and cost reduction by eliminating traditional intermediaries, unlike in cases of certain transactions under mainstream corporate laws.
However, their deterministic nature challenges established legal dogmas. This article explores the legal validity of blockchain-based contracts within the matrix of Indian jurisprudence, specifically examining The Indian Contract Act, 1872; The Information Technology Act, 2000; and The Bharatiya Sakshya Adhiniyam, 2023 (formerly The Indian Evidence Act, 1872).
It analyses critical hurdles such as:
- Absence of a centralized regulatory authority
- Jurisdictional ambiguities in decentralized networks
- Liability for coding vulnerabilities
- Immutability of code versus equitable legal remedies like rescission or modification
Furthermore, the paper evaluates recent judicial inclinations and global regulatory frameworks to propose a balanced, techno-legal legislative approach.
Ultimately, this article argues that while smart contracts cannot entirely replace traditional legal instruments, integrating a robust statutory framework is imperative to harness their potential and secure algorithmic trust in India’s digital economy.
Section I: Introduction
The relentless evolution of the global digital economy has consistently outpaced traditional legal frameworks, forcing jurisprudence to adapt to increasingly complex paradigms of commerce.
From the historical transition of oral agreements to written instruments and subsequently to electronic contracts (e-contracts), the legal definition of an ‘agreement’, under Section 2(e) of The Indian Contract Act, 1872, has continuously expanded to accommodate technological efficiency.
Today, the legal fraternity stands at the precipice of yet another structural shift driven by Distributed Ledger Technology (DLT), commonly known as blockchain.
Rise of Smart Contracts
At the centre of this technological revolution is the concept of ‘smart contracts’.
First conceptualised by computer scientist and legal scholar Nick Szabo in 1994—years before the actual launch of Bitcoin—a smart contract was visioned as a computerised transaction protocol that executes the terms of a contract.
In contemporary terms, smart contracts are self-executing digital agreements deployed on decentralised blockchain networks. Unlike traditional contracts that rely on human intervention, judicial systems, or trusted third-party intermediaries to ensure compliance, smart contracts automatically hardcode contractual obligations directly into executable lines of software code.
Advantages and Legal Challenges
While these protocols offer unprecedented commercial advantages, they also present significant legal challenges.
| Commercial Advantages | Legal Concerns |
|---|---|
| Near-instantaneous execution | Compatibility with traditional contract principles |
| Drastic cost reductions | Questions of free consent and contractual intent |
| Absolute transparency | Absence of judicial discretion in execution |
| Automation of obligations | Rigid and immutable coding structures |
Traditional contract law is built on flexible, subjective doctrines such as free consent, good faith, equity, and judicial discretion. Conversely, smart contracts operate on strict, immutable mathematical logic where ‘code is law’.
Scope of the Study
This article explores this legal-technological intersection within the context of Indian jurisprudence.
It evaluates whether the statutory architecture of India is equipped to govern algorithmic agreements, identifies critical regulatory gaps, and analyses the structural friction between automated code and codified Indian law.
Key Legal Frameworks Discussed
| Legal Framework | Relevance to Smart Contracts |
|---|---|
| The Indian Contract Act, 1872 | Determines validity and enforceability of agreements |
| The Information Technology Act, 2000 | Provides legal recognition to electronic records and digital transactions |
| The Bharatiya Sakshya Adhiniyam, 2023 | Addresses admissibility and evidentiary value of electronic records |
Section II: The Technological Framework of Smart Contracts
To accurately assess the legal validity of a smart contract, it is first necessary to deconstruct the technological ecosystem that enables its execution. A smart contract does not merely digitise a paper document; it transforms mutual promises into an automated execution mechanism powered by three core technological pillars: blockchain architecture, deterministic logic, and decentralised consensus.
Understanding Smart Contracts in Simple Terms
Let us break down the meaning of ‘smart contracts’ in simplest terms and forms. Think of it as a digital vending machine which, like smart contracts, operates on a hypothetical mechanism, exactly the ‘If-Then’ logic. If you put the money into the machine, the machine processes the event, and then it delivers the food to you, provided the requisite ‘conditions precedent’ (sine qua non) for its functioning have been successfully and validly performed.
There is no function of any cashier or middleman in order to process the event, the execution or then the outcome. Furthermore, the entire process is immutable, exactly like smart contracts; it cannot be stopped, prevented, or even modified, altered, or amended by any party once the mechanism is processed.
The same goes with these blockchain contracts. At the very onset, an event occurs (the trigger), then the blockchain technology verifies the event against the terms of the contract (the execution) and then, it automatically executes the contract (the outcome), without any sort of human intervention, provided the pre-defined conditions of the contract have been met. Neither of the party can amend or stop the smart contract from executing itself, once the processing has already been done.
Real-World Example of Smart Contracts
Let us get the clearest grasp of this concept through a real-world instance:
A very prominent real-world example of a smart contract is parametric flight delay insurance, which completely automates the insurance claim and payout process without requiring human underwriters or paperwork.
In a traditional setup, if your flight is delayed, you must fill out claim forms, submit proof, and wait weeks for a team to review and approve your payout. A smart contract replaces this slow process entirely with a self-executing line of code.
Here’s how it works:
- The Agreement: You buy a policy through an insurance app. The terms are written as an absolute rule in code: ‘IF flight is delayed by more than 2 hours, THEN pay the traveller Rs. 100.’
- The Escrow: The insurance company’s payout funds are locked into the contract on a public blockchain network like ‘Ethereum’.
- The Trigger: The contract is connected to a live flight status database via a blockchain ‘oracle’ (a secure tool like ‘Chainlink’ that feeds real-world data to the network).
- Instant Execution: The moment the database records that your flight is delayed past the 2-hour mark, the oracle alerts the contract. The code instantly triggers and transfers the Rs 100 payout directly to your digital wallet before you even board the plane.
Operational Mechanics: The ‘If-Then’ Logic
At its structural core, a smart contract functions on deterministic conditional logic, commonly referred to as the ‘If-Then’ parameter.
- The Input: Parties agree to specific terms and translate them into code (using programming languages such as Solidity on the Ethereum blockchain or C++).
- The Trigger: The contract is deployed to a blockchain network, where it autonomously monitors external or internal data inputs.
- The Execution: Once a pre-defined condition is verified (‘If’ Party A deposits a digital asset), the code automatically executes the corresponding consequence (‘Then’ the network transfers ownership of the asset to Party B).
This automation is heavily reliant on ‘oracles’—third-party data feeds that translate real-world information (such as flight delays, weather conditions, or stock market prices) into cryptographic data that the blockchain can read and execute upon.
Core Technical Characteristics
Unlike standard software scripts, smart contracts derive unique operational attributes from the underlying blockchain architecture:
- Decentralisation: The contract code is not stored on a single, centralised server controlled by one corporation or individual. Instead, it is replicated across a vast, global network of independent computers (nodes). This eliminates any single point of failure or arbitrary control.
- Immutability: Once a smart contract is compiled and deployed onto a blockchain ledger, its code becomes structurally unalterable. No single party, not even the original programmer, can modify, delete, or tamper with its terms. This ensures absolute predictability but prevents post-execution corrections.
- Cryptographic Security and Autonomy: Transactions within the contract are authenticated using public-key cryptography. This architecture guarantees high levels of data integrity and eliminates the need for escrow agents, brokers, or traditional clearinghouses, establishing a system of peer-to-peer ‘algorithmic trust’.
Distinguishing Traditional Contracts, E-Contracts, and Smart Contracts
It is a common misconception to equate smart contracts with traditional electronic contracts (like click-wrap or browse-wrap agreements commonly found on e-commerce websites). The following matrix highlights their fundamental differences:
| Feature | Traditional Contracts | Standard E-Contracts (e.g., PDF/Web Forms) | Blockchain Smart Contracts |
|---|---|---|---|
| Medium | Paper, oral, or written text. | Digital text (HTML, PDF, email). | Executable software code (Solidity, Vyper). |
| Intermediaries | High reliance on banks, lawyers, and courts. | Dependent on centralized servers and platform hosts. | Fully peer-to-peer; zero reliance on central intermediaries. |
| Execution | Manual, human-driven performance. | Automated front-end, manual or centralised back-end execution. | Fully autonomous; self-executing via blockchain consensus. |
| Alterability | Can be amended via mutual written addendums. | Can be modified by server updates or mutual electronic consent. | Strictly immutable; unchangeable once deployed to the ledger. |
| Enforcement | Ex-post (remedied by courts after a breach occurs). | Ex-post (remedied by courts or platform dispute resolution). | Ex-ante (breach is mathematically prevented by the system logic, making these contracts much more predictable, safe and guaranteed). |
Primary Legal Dilemma of Smart Contracts
Understanding this technological foundation reveals the primary legal dilemma: traditional contract law is designed to resolve disputes after a breach happens, whereas smart contracts are programmatically designed to make a breach technically impossible.
Section III: Statutory Validity Under Indian Jurisprudence
To establish a sustainable framework for smart contracts within the Indian legal ecosystem, their operational mechanics must be tested against the bedrock of India’s codified civil laws. The primary statutory filters for checking the enforceability of these digital instruments are the Indian Contract Act, 1872; the Information Technology Act, 2000; and the Bharatiya Sakshya Adhiniyam, 2023 (formerly the Indian Evidence Act, 1872).
The Indian Contract Act, 1872 (ICA)
The foundational parameters for any legally binding agreement in India are governed by Section 10 of the ICA 1872. It dictates that all agreements are contracts if they are made by the free consent (Sections 13 and 14) of parties competent to contract (Section 11), for a lawful consideration (Section 23), and with a lawful object (Section 23), and are not expressly declared to be void (under Sections 24 to 30). Smart contracts, when broken down into their fundamental transaction cycles, can theoretically mirror these requirements, though not without significant doctrinal adjustments:
Offer and Acceptance
Traditional contract formation relies on a clear manifestation of an offer and an unequivocal acceptance. In a smart contract setup, publishing a piece of executable code to a public blockchain functions as an ‘invitation to treat’ or a standing offer. When a user interacts with that contract by sending a transaction from their cryptographic wallet, that action constitutes acceptance. The Apex Court in Trimex International FZE v. Vedanta Aluminium Ltd¹ established that clear intent manifested through electronic communications is sufficient to bind parties, providing strong support for this interpretation.
Consensus ad Idem and Free Consent
Section 13 of the ICA requires that parties must agree upon the same thing in the same sense, and Section 14 requires ‘free consent’ between parties. A unique legal challenge arises here: because smart contracts are written in programming languages (such as Solidity) rather than natural language, the average contracting party cannot read the underlying source code.
If a party signs an agreement without understanding the logic of the code, it creates an evidentiary gap regarding whether true consensus ad idem ever existed. In case the contract is proved to be entered into on account of a mistake in consensus (i.e., a mistake in understanding the very foundation of the contract), then the entire smart contract stands void under Section 20 and/or also on account of the contractual principle of non est factum (‘not my deed’).
And in case the contract was entered into on account of coercion, undue influence, fraud or misrepresentation, then the contract stands voidable at the option of the aggrieved party under Sections 19 and 19A (undue influence).
Competency and Identity
The ICA strictly voids contracts entered into by minors or individuals of unsound mind. Section 11 mandates that in order to be competent to contract, the party must be of the age of majority according to Section 3 of the Indian Majority Act, 1875; he/she must be of sound mind and also must not be disqualified from contracting by any law to which he is subject.
The Privy Council, in Mohori Bibee v. Dharmodas Ghose, held that a minor’s agreement is void unless it is entered into by the minor’s guardian on his behalf. However, the pseudonymous architecture of public blockchains makes it nearly impossible to verify the age or mental capacity of the entity behind a private cryptographic key at the time of execution.
Key Requirements Under the ICA
| Requirement | Relevant Provision | Smart Contract Challenge |
|---|---|---|
| Offer and Acceptance | Section 10 | Executed through blockchain transactions |
| Free Consent | Sections 13 & 14 | Code may not be understood by parties |
| Competency | Section 11 | Difficult to verify age and mental capacity |
| Lawful Object & Consideration | Section 23 | Must comply with existing legal standards |
The Information Technology Act, 2000 (IT Act)
The IT Act provides the necessary statutory bridge for validating electronic transactions in India. Specifically, Section 10A of the IT Act explicitly recognises the validity of contracts formed through electronic means, declaring that a contract shall not be deemed unenforceable solely because electronic means were used to propose or accept offers.
Electronic Attestation
While Section 10A legitimises e-contracts broadly, smart contracts rely on cryptographic private keys to sign and authorise transactions. Under Sections 2(1)(p) and 3 of the IT Act, legally recognised ‘electronic signatures’ must adhere to specific government-prescribed asymmetric cryptosystems (such as those issued by a licensed Certifying Authority).
Most blockchain keys do not utilise these government-approved standards, creating a compliance gap where a smart contract signature may not be automatically recognised as a valid electronic signature under Indian law.
Statutory Exclusions
It is also critical to note that the First Schedule of the IT Act 3 explicitly excludes certain transactions from electronic execution, including real estate transfers (wills, trusts, powers of attorney, and sale deeds). Consequently, any smart contract attempting to autonomously transfer real estate title remains legally invalid under current Indian law.
Important Provisions Under the IT Act
- Section 10A recognises contracts formed electronically.
- Electronic signatures must comply with prescribed standards.
- Blockchain private keys may not satisfy statutory signature requirements.
- Certain property-related documents remain excluded from electronic execution.
The Bharatiya Sakshya Adhiniyam, 2023 (Formerly The Indian Evidence Act, 1872)
If a smart contract dispute reaches a court, proving its terms requires introducing the blockchain transaction ledger into evidence. Under Section 63 of The Bharatiya Sakshya Adhiniyam, 2023 (formerly under Section 65B of the Indian Evidence Act, 1872), electronic records are admissible as secondary evidence, provided they are accompanied by a signed certificate verifying the lawful control and accurate operation of the computer system that produced the record.
Pooranmal v. State of Rajasthan (2026)
In Pooranmal v. State of Rajasthan (2026)⁴, the Supreme Court of India held that Call Detail Records (CDRs) are strictly inadmissible as evidence without the mandatory certificate under Section 65-B of the Indian Evidence Act. The Court ruled that oral testimony from telecom officers cannot cure the lack of this certificate.
The Court reiterated that a Section 65-B certificate is an absolute ‘condition precedent’ for the admissibility of electronic records. The prosecution’s attempt to use oral evidence from telecom nodal officers was rejected. It was held that no amount of witness testimony can replace the legally mandated paper trail.
Electronic records must first pass the test of admissibility before evaluating their weight in a case. Because the certificate was never provided, the CDRs were legally excluded from being used as incriminating evidence.
Reliance on Anvar P.V. Precedent
It is imperative to note here that, in Pooranmal v. State of Rajasthan, the Supreme Court strictly relied upon the landmark precedent laid down in Anvar P.V. v. P.K. Basheer⁵ to reaffirm that a Section 65-B certificate is an absolute ‘condition precedent’ for the admissibility of electronic evidence, overruling the Navjot Sandhu precedent regarding electronic evidence.
By relying on Anvar P.V., the Apex Court in Pooranmal systematically dismantled the prosecution’s reliance on uncertified Call Detail Records (CDRs) through 3 specific legal principles.
Blockchain Evidence Challenges
Because blockchain ledgers are decentralised and maintained across thousands of global nodes, identifying a single individual or custodian capable of executing a valid Section ‘65B certificate’ (now governed by Section 63(4) of The Bharatiya Sakshya Adhiniyam, 2023) for the entire network introduces an unprecedented procedural bottleneck in Indian courts.
Summary of Evidentiary Challenges
| Issue | Legal Concern |
|---|---|
| Blockchain Records | Need admissibility under Section 63 |
| Certificate Requirement | Mandatory condition precedent |
| Decentralized Networks | No clear custodian for certification |
| Court Proceedings | Potential evidentiary bottlenecks |
Section IV: Critical Legal Challenges & Friction Points
The intersection of strict mathematical execution and nuanced legal philosophy exposes several deep structural conflicts between blockchain architecture and established legal remedies.
Traditional Law Vs. Smart Contracts
| Traditional Law | Smart Contracts |
|---|---|
| Flexible & Equitable | Rigid & Mathematical |
| Judicial Discretion | ‘Code is Law’ |
| Post-Breach Remedies | Ex-Ante Prevention |
| Rescission/Modification | Unalterable Ledger |
The ‘Code Is Law’ Dilemma Versus Equitable Remedies
In the blockchain ecosystem, the prevailing ethos is that the code will execute precisely as written, regardless of intent or external circumstances. This creates a severe clash with the equitable doctrines of Indian contract law:
- The Problem of Vitiated Consent: If a smart contract contains a programming vulnerability or oversight, and a malicious actor exploits that flaw to drain funds, the code views this as a valid execution of its parameters. However, under Indian law, contracts executed via fraud, coercion, misrepresentation, or mutual mistake are voidable and void, as aforementioned, respectively, under Sections 19 and 20 of the ICA.
The Immutability Conflict: Because a deployed smart contract is completely immutable, an Indian court cannot order its ‘modification’ or ‘rescission’. The ledger will continue to execute the code, leaving a distinct disconnect between a judicial decree declaring a contract void and the autonomous digital reality of the blockchain.
Jurisdictional Ambiguity in Decentralized Networks
Traditional private international law relies on physical anchors to determine jurisdiction, such as where the contract was signed, where a breach occurred, or where the defendant resides.
Smart contracts defy these geographic boundaries. A single smart contract may be initiated by an individual in Mumbai, interacting with code written by a developer in Berlin, deployed on a decentralised network validated by servers across fifty different countries, and executing an asset transfer to a wallet owner in New York. If a dispute arises, determining the appropriate Indian court with territorial jurisdiction, it becomes an intricate legal knot, especially given the lack of a centralised intermediary to sue.
Liability for Coding Anomalies and ‘Oracles’
Traditional contract breaches are typically caused by a party’s refusal or inability to perform an obligation. In the realm of smart contracts, breaches often occur due to software bugs, server hacks, or corrupted external data inputs.
- Developer Liability: If a smart contract fails because of an overlooked flaw in the code, it remains legally uncertain whether the liability falls on the software developer, the executing parties, or the platform miners.
- The Oracle Hazard: Furthermore, if an external data provider (an oracle) accidentally feeds incorrect financial or weather data to a smart contract, triggering an erroneous payout, assigning liability requires expanding tortious and contractual doctrines to entities completely unrecognised by existing Indian statutes.
The Enforceability and Remedy Paradox
Under the Specific Relief Act, 1963, Indian courts can order remedies such as specific performance, injunctions, or the rectification of instruments. However, smart contracts operate on an ex ante basis—meaning they enforce outcomes before a breach can actively manifest by locking up assets or automating transfers.
If a smart contract mistakenly executes a transaction, the injured party cannot easily stop the performance via a temporary injunction. The court’s role is forced to shift entirely to ex-post restitution (ordering the return of assets), which can be structurally frustrated if the opposing party’s true identity is masked behind an anonymous blockchain address.
Section V: Commercial Applications in the Indian Context
While the legal complexities of blockchain contracts require deliberate judicial navigation, their practical utility offers transformative advantages across several core sectors of the Indian economy. By replacing bureaucratic procedures with algorithmic efficiency, smart contracts can dramatically lower operational costs, eliminate corruption, and accelerate commercial transaction cycles.
Supply Chain Logistics and Trade Finance
India’s logistics sector frequently suffers from fragmented communication, delayed manual verifications, and slow processing of paper-based Bills of Lading. Smart contracts can integrate the entire lifecycle of a shipment onto a unified ledger.
- The Process: Utilising Internet of Things (IoT) sensors, an automated contract can track a shipment of goods in real time.
- The Trigger: As soon as a container is digitally scanned and verified at an Indian port, the smart contract automatically initiates payment to the international vendor. This eliminates letters of credit processing times and minimises the risk of payment delays, boosting cross-border trade confidence.
Real Estate and Land Titling
Land litigation remains one of the largest burdens on the Indian judicial system, often rooted in fraudulent property deeds and duplicate registrations.
- Fractional Ownership: By moving land records onto a state-backed blockchain network, property titles can be tokenised.
- Automation: A smart contract can facilitate a property sale by instantly verifying the seller’s unencumbered title, executing the financial transfer from the buyer, and updating the digital registry simultaneously. This removes predatory middlemen and creates an unalterable, transparent chain of custody.
Banking, Financial Services, and Insurance (BFSI)
The processing of insurance claims in India—particularly agricultural crop insurance—is frequently hindered by slow, bureaucratic damage assessments. Smart contracts linked to localised weather data feeds (oracles) can revolutionise this field.
- Instant Compensation: If a verified meteorological database indicates that rainfall in a specific region of Maharashtra fell below a designated percentage, the smart contract automatically triggers a direct benefit payout to the registered wallets of affected farmers. This approach entirely avoids manual claims adjusting, reducing processing overhead and delivering immediate financial relief.
Section VI: Comparative Global Perspectives
As India evaluates its legislative approach, analysing how foreign jurisdictions regulate smart contracts provides invaluable legal benchmarks. Different regions have taken noticeably diverse paths to give these digital tools statutory weight.
Global Regulatory Approaches
| Jurisdiction | Regulatory Approach |
|---|---|
| United States | Uniform Electronic Transactions Act (UETA) & ESIGN Act State level: Arizona & Vermont explicitly recognize blockchain contracts |
| European Union | EU Data Act (2024): Mandates ‘safe termination’ switches Harmonized governance across member states |
| United Kingdom | UK Law Commission: Common law is flexible enough to adapt. Treats smart contracts as standard agreements written in code |
The United States: State-Level Integration
At the federal level, the Electronic Signatures in Global and National Commerce (ESIGN) Act ensures electronic records remain legally valid. However, individual states have pioneered explicit blockchain legislation. For instance, Arizona amended its Electronic Transactions Act to clarify that smart contracts are recognised under state law, explicitly stating that terms within a contract cannot be denied legal effect simply because they contain a smart contract term.
The European Union: Harmonized Governance
The European Union has approached blockchain through a highly structured regulatory framework. The EU Data Act introduces strict regulatory design requirements for smart contracts. Most notably, it mandates that developers include a ‘safe termination’ mechanism—effectively a kill switch that can pause or reset a contract’s execution in the event of an unexpected systemic vulnerability, balancing automated immutability with regulatory oversight.
The United Kingdom: Common Law Adaptability
Taking a more evolutionary stance, the UK Law Commission issued a formal statement concluding that the existing framework of English common law is sufficiently flexible to accommodate smart contracts without requiring immediate, sweeping statutory overhauls. It categorises smart contracts as enforceable legal agreements, provided they meet standard contractual elements, treating code simply as a different medium of expressing intent.
Section VII: Recommendations & The Way Forward
For India to position itself as a progressive hub for the global digital economy, its regulatory approach must evolve beyond the simple recognition of standard electronic documents. A balanced, ‘techno-legal’ policy architecture should be introduced to resolve existing friction points.
Legislative Amendments to Existing Statutes
The IT Act, 2000
The IT Act, 2000: The central government should expand Section 10A to explicitly clarify that agreements formed via decentralised distributed ledgers hold equal legal status to standard electronic contracts. Furthermore, the definition of an electronic signature under Section 3 must be widened to include cryptographic asymmetric key pairs generated on decentralised networks.
The Indian Contract Act, 1872
The Indian Contract Act, 1872: Provisions regarding consensus ad idem require statutory clarification, stating that when a party signs an agreement powered by an underlying code template, they are legally bound by its mathematical parameters, provided a natural language summary was provided prior to execution.
Adoption of the ‘Ricardian Contract’ Model
To bridge the gap between human legal understanding and machine execution, India should champion the integration of Ricardian contracts.
| Ricardian Contract |
| Natural Language (Legally binding text in English) |
| ▲ |
| │ Cryptographically Linked |
| ▼ |
| Executable Code (Automated Solidity/C++ script) |
A Ricardian contract maps a traditional, legally binding natural-language agreement directly to an automated software script. If a dispute or unexpected software bug disrupts the automated code, Indian courts can easily look to the underlying natural language text to interpret the true intention of the parties and order appropriate equitable remedies. This type of approach will prove to be benevolent not only for the parties involved but also for the Indian judiciary and society as a whole.
Statutory Guidelines for Oracle Liability
Because smart contracts rely entirely on external oracles to execute real-world agreements, the Ministry of Electronics and Information Technology (MeitY) should introduce standardised regulatory guidelines for oracle providers. These guidelines must establish clear tortious and contractual liability for instances where an oracle provides corrupted or fraudulent data feeds that trigger wrongful economic performance on a blockchain.
Section VIII: Jurisdictional Disputes When Smart Contracts Fail
The Core Legal Dilemma
Smart contracts rely on the philosophy that ‘code is law’. However, when code bugs, hacks, or external data errors occur, legal systems must step in. Like any other branch of law is subject to both pros and cons, even this branch of blockchain contracts is no exception, and jurisdictional disputes are one of the most tectonic troublesome facets for these smart contracts. Deciding which court has the power to hear these cases is highly convoluted because blockchain networks are decentralised and global.
Recommended Jurisdiction Clauses for Smart Contracts
To protect parties and ensure clarity, explicit dispute resolution clauses should be incorporated within the underlying natural language agreement (or embedded in the metadata).
- Exclusive Forum Selection: Explicitly name a specific country or state court to handle all disputes.
- Arbitration Agreements: Mandate binding arbitration through tech-literate forums like the JAMS Engineering and Construction Arbitration Rules or specialised blockchain dispute resolution protocols.
- Governing Law Selection: Clearly state which nation’s substantive laws govern the contract interpretation.
How Courts Determine Jurisdiction When Clauses Are Missing
If the smart contract fails and contains no jurisdiction clause, courts generally rely on three traditional legal frameworks to claim authority:
Lex Loci Contractus (Place of Contracting)
The Rule: Jurisdiction belongs to the place where the contract was formed.
The Smart Contract Problem: Determining exactly where a digital contract is ‘executed’ on a global network of decentralised nodes is nearly impossible.
Forum Domicilii (Defendant’s Domicile)
The Rule: You sue the wrongdoer where they permanently reside or where their business is incorporated.
The Smart Contract Problem: Blockchain wallets are anonymous or pseudonymous. Finding the real-world identity and physical location of a counterparty is a massive hurdle.
Lex Loci Damni (Place of Harm)
The Rule: Jurisdiction is established where the financial loss or damage actually occurs.
The Smart Contract Problem: For Indian litigants, if the digital asset was stolen or lost from an Indian citizen’s wallet, Indian courts will frequently claim jurisdiction based on the impact felt within India.
The Indian Legal Perspective
India does not have a specific ‘Smart Contract Act’, so courts adapt traditional laws:
- Section 10A of the Information Technology Act, 2000: Validates electronic contracts and forms the bedrock for recognising smart contract legitimacy in India.
- Section 20 of the Code of Civil Procedure (CPC), 1908: Dictates that a lawsuit can be filed in India where the defendant resides or carries on business or where the ‘cause of action’ arises.
- The Data Center Approach: If a private or permissioned blockchain uses servers physically located in India, Indian courts can assert territorial jurisdiction over disputes tied to those servers.
Decentralized ODR: The Future of Smart Contract Disputes
Online Dispute Resolution (ODR) systems built specifically for the blockchain ecosystem:-
| Platform | Key Function |
|---|---|
| Kleros and Aragon Court | These are decentralised arbitration platforms. They use crowdsourced jurors and economic incentives (game theory) to resolve smart contract failures entirely on-chain, bypassing traditional national courts. |
Section IX: Conclusion
The introduction of smart contracts represents a fundamental shift in how commercial agreements are designed, executed, and enforced. By substituting institutional trust with algorithmic certainty, blockchain technology offers an unheralded opportunity to streamline commerce, reduce transaction friction, and significantly lower the volume of breach-of-contract litigation that currently impacts Indian courts.
However, as highlighted throughout this analysis, the philosophy of ‘code is law’ cannot operate entirely divorced from the foundational realities of a civilised legal order. Immutability cannot be allowed to shelter fraudulent actors, and automation must not be permitted to override basic equitable principles. The true solution does not lie in a forced choice between traditional law and emerging technology, but rather in a thoughtful integration of both, making a well-balanced approach much more requisite.
As India continues its rapid digital transformation, including digital bail bonds under BNSS, 2023, adapting our legal frameworks to accommodate smart contracts will ensure that the legal fraternity does not view technology as a disruption, but rather as an invaluable tool for securing justice and trust within the modern digital marketplace. The responsibility and also liability to make the best use of emerging technologies and fintech regulations rest absolutely on our approach, including the approach of the legislature and the judiciary, as recommended above in this comprehensive article.
Key Takeaways
- India recognises the validity of electronic contracts through the Information Technology Act, 2000.
- Territorial jurisdiction may be determined through CPC provisions and blockchain server locations.
- Decentralised ODR platforms offer innovative methods for resolving smart contract disputes.
- Smart contracts can improve efficiency, transparency, and trust in commercial transactions.
- A balanced integration of legal principles and technological innovation is essential for the future.
- Legal and regulatory adaptation will play a crucial role in India’s evolving digital economy.
Endnotes:
- Trimex Int’l FZE v. Vedanta Aluminium Ltd., (2010) 3 S.C.C. 1.
- Mohori Bibee v. Dharmodas Ghose, (1903) I.L.R. 30 Cal. 539 (PC).
- Information Technology Act, 2000, 1st.
- Pooranmal v. State of Rajasthan, 2026 INSC 217.
- Anvar P.V. v. P.K. Basheer, (2014) 10 S.C.C. 473.
Written By: Shrestha Ghosh


