Escrow
An arrangement in which a neutral third party holds funds or assets on behalf of two transacting parties until contract conditions are met. Common in real-estate purchases and large transactions.
How escrow works
The basic structure:
- Buyer and seller agree on a transaction that requires sequenced steps (delivery, payment, inspection).
- The buyer's funds are placed with the escrow agent rather than sent directly to the seller.
- Defined conditions — title transfer, inspection passing, regulatory approval — must be met.
- Once conditions are met, the escrow agent releases the funds to the seller.
- If conditions fail, the funds are returned to the buyer (or some agreed-upon split occurs).
The escrow agent is typically a neutral third party — a title company, an attorney, a specialized escrow firm, or in modern crypto contexts a smart contract.
Common uses
Escrow appears in many contexts:
- Real estate transactions. The buyer's down payment typically goes into escrow during due diligence; the full purchase amount goes through escrow at closing.
- Mortgage escrow accounts. Lenders often collect property tax and insurance payments monthly along with the mortgage payment, holding them in an escrow account to pay the bills when due.
- M&A transactions. A portion of the sale price often gets held in escrow for 12-18 months post-closing to cover representations and warranties.
- High-value online transactions. Escrow.com and similar services hold buyer funds until goods are delivered and accepted.
- Legal settlements. Settlement funds held in escrow until specific conditions (release agreements, court approval) are met.
- Smart contract escrow. Crypto applications use smart contracts as automated escrow agents, releasing funds when on-chain conditions are met.
Real-estate escrow specifics
The two real-estate escrow concepts often confuse:
- Transactional escrow — neutral party holds funds during the home purchase, releasing at closing.
- Servicing escrow — ongoing account where the lender holds property tax and insurance reserves, paying those bills as they come due.
Servicing escrow ("escrow account" in mortgage statements) typically requires monthly payments equal to 1/12 of expected annual costs, plus a buffer. Property tax increases or insurance premium hikes can cause "escrow shortages" requiring catch-up payments.
Cost
Escrow services aren't free:
- Real-estate escrow fees — typically 1-2% of purchase price, split between buyer and seller. Negotiable in most jurisdictions.
- Attorney escrow fees — vary widely by attorney and complexity.
- Online escrow services — typically 0.89% to 3.25% of transaction value, depending on amount and payment method.
- Smart contract escrow — gas costs only; very cheap for the underlying mechanic, with risk costs from smart-contract bugs.
Smart-contract escrow
In crypto, escrow has become trustless. A smart contract holds funds and releases them when programmed conditions are met:
- DEX trades — funds locked in a swap contract until the counter-asset is delivered.
- Multi-signature releases — funds released only when multiple parties sign.
- Time-locked releases — funds released after a specific block height or timestamp.
- Oracle-triggered releases — funds released based on off-chain conditions reported by an oracle (sports outcome, price reaching a threshold, court verdict).
The advantage over traditional escrow: no escrow agent to trust or pay. The disadvantage: programming errors are unrecoverable, and the conditions must be precisely encodable, which limits real-world use cases.
Risks
Even traditional escrow isn't risk-free:
- Escrow agent fraud or insolvency. Specialized fraud schemes target escrow funds. Reputable escrow services typically carry insurance and bonding to cover this; verifying this matters before transacting large amounts.
- Documentation errors. Funds released without all conditions being properly verified.
- Timing disputes. Disagreements over whether conditions have been met can require legal proceedings.
- Identity verification failures. Wire-fraud schemes targeting escrow have grown sophisticated; verifying account details out-of-band before sending funds is important.
When escrow is and isn't worth it
Escrow makes sense when:
- Transaction value is meaningful relative to the parties' resources.
- Counterparty trust is low or unknown.
- The transaction has multiple steps or contingencies.
- Reversal would be impractical after funds are sent.
Escrow is overkill for:
- Small, fast transactions between trusted parties.
- Transactions covered by other protections (credit-card chargebacks, marketplace dispute resolution).
- Transactions where one party is a known, regulated business.
The escrow industry handles trillions of dollars annually because the underlying coordination problem is genuinely hard to solve other ways. Even with smart contracts adding new options, traditional escrow remains the dominant solution for most real-world high-value transactions.