Loading data...

Escrow

General

Funds held by a trusted party until conditions are met.

Escrow is an arrangement in which money or assets are held by a neutral party or smart contract until agreed conditions are met. It reduces the risk that one side performs while the other refuses payment or delivery. Release, refund, fees, and dispute rules should be defined before funds are deposited.

Traditional escrow uses a company, lawyer, marketplace, or other agent to control funds. The agent verifies documents or receives instructions and transfers assets under a contract. Crypto escrow can use a custodian, multisig, or on-chain smart contract. A two-of-three multisig might let buyer and seller transact normally while an arbitrator provides the deciding signature during a dispute.

Smart contract escrow automates conditions that can be verified on-chain, such as a deadline, token transfer, or multisig approval. Real-world delivery usually requires human confirmation or an oracle. Code cannot determine whether consulting work was good or a physical item arrived unless a trusted process supplies that information.

Escrow matters for remote work, marketplaces, grants, token purchases, and cross-border transactions. Milestone escrow can release part of a freelancer's payment after each accepted deliverable. This limits exposure for both sides and creates clear progress points. It also requires objective acceptance criteria so one party cannot unfairly delay release.

Risks include custodian failure, biased arbitration, contract bugs, malicious upgrades, unclear jurisdiction, and inaccessible support. Funds may remain locked if a deadline or evidence process is badly designed. Stablecoins used for payment can freeze or depeg. An “automatic” escrow may still contain admin keys capable of moving or pausing assets.

Before funding, verify the official contract or legal entity, asset, network, amount, fees, release conditions, refund path, and dispute process. Read who holds keys and whether decisions are appealable or enforceable. Use written milestones and retain evidence. A small test can detect address or workflow mistakes but not every failure. Escrow is useful when its rules make counterparty risk more manageable, not merely because assets are locked somewhere between buyer and seller.

Businesses should reconcile escrow balances and deadlines regularly. Forgotten approvals, expired milestones, or inaccessible arbitrators can turn a risk-reduction tool into a long-term operational and accounting problem.

Frequently asked questions

  • An on-chain escrow smart contract receives assets and releases or refunds them according to encoded conditions. Parties may confirm delivery directly, use a deadline, submit evidence to an arbitrator, or rely on an oracle. The contract cannot independently know most real-world facts, so users must understand who supplies information, resolves disputes, upgrades code, and controls emergency functions.
  • Escrow can reduce settlement risk in marketplace purchases, freelance milestones, token sales, property transfers, cross-border deals, and trades between parties without established trust. It is most valuable when deliverables, deadlines, release conditions, and dispute procedures are clear. Escrow redistributes risk to the contract, custodian, or arbitrator rather than eliminating it completely.
  • Verify the legal or smart contract identity, correct network, asset, funded amount, release and refund conditions, deadlines, fees, and dispute authority. Review audits, admin keys, upgrade controls, and custody terms. Confirm what evidence an arbitrator accepts and whether a ruling can be enforced. Test unfamiliar systems with limited value and retain all communications and transaction records.