# Smart Contracts
**Domain:** computational systems, law, finance, governance
**Doc Type:** Concept Node
**Classification:** Infrastructure Concept
**Maturity:** established but evolving
**Related:** [[Blockchain]], [[Decentralized Verification]], [[Automated Governance]], [[Transactional Layer]], [[Smart-Contract Procurement]], [[Cryptographic Accountability]]
---
## Definition
**Smart contracts** refer to **self-executing computational protocols that encode contractual terms as algorithmic operations**, automatically triggering transactions, transfers, or state changes when predefined conditions (verified through decentralized consensus or trusted oracles) are satisfied. Smart contracts replace human intermediaries in contract enforcement with cryptographic verification and automated execution, reducing friction but introducing new failure modes around condition specification and oracle reliability. They function as a bridge between natural language legal obligation and deterministic computational execution.
---
## General Context
Smart contracts emerged from blockchain development, particularly Ethereum, but have broader application across any system combining decentralized verification, automated execution, and cryptographic accountability. The legal community debates whether smart contracts constitute binding legal instruments, with technical properties (immutability, determinism) conflicting with legal requirements (interpretation flexibility, dispute resolution). Implementation ranges from cryptocurrency exchanges to supply chain verification and government procurement.
---
## Governance Context
Smart contracts embed governance rules into computational systems, replacing discretionary authority with algorithmic enforcement. Applications include [[Service-Level Governance]] penalties, procurement workflows, and conditional benefit distribution in [[wiki/Reparative Justice|reparative]] systems.
---
## Financial Systems Context
Smart contracts power [[Tokenized Reconstruction Finance]] by automating escrow, conditional transfers, and milestone-based disbursement. They eliminate intermediary fees but require oracles that accurately verify off-chain conditions—creating new trust bottlenecks.
---
## Computational Governance Context
Smart contracts represent a specific category of self-executing code where contractual semantics are explicitly embedded. They require formal verification to prevent exploits and careful specification of [[Value Functions]] that determine execution outcomes.
---
## Key Insight
Smart contracts achieve transparency and automation simultaneously—the code is visible but execution is deterministic and enforced by the network. This eliminates hidden discretion but also eliminates the flexibility to address unforeseen circumstances or interpret intent when conditions manifest ambiguously.
---
## See Also
[[Blockchain]], [[Transactional Layer]], [[Automated Governance]], [[Decentralized Verification]], [[Governance Frameworks]]