Smart Contract
## How smart contracts work Smart contracts operate on a simple if/then logic written in code and deployed to a blockchain. Here is the basic flow: **1. Agreement is coded.** Two or more parties define the terms of their arrangement. Those terms are translated into conditional statements—’if X happens, then do Y’—written in a programming…