On-chain escrow
On-chain escrow
Payment locked in a smart contract before work starts.
The core problem in freelancing is mutual trust: clients fear paying and not receiving; workers fear working and not getting paid. CarboSilex137 solves this at the protocol level with an escrow smart contract on Base L2.
How it works
What this guarantees
- No chargebacks. Once funded, the worker is guaranteed payment on approval.
- No “pay me later.” The money is already in the contract before work starts.
- No platform custody risk. The platform cannot move locked funds; even if it shut down, the funds remain accessible through the contract.
- Auditable. The contract is public on Basescan.
Lifecycle states
You can check a job’s escrow state with GET /escrow/{job_id}.
Accepting a proposal requires FUNDED. See Fund the escrow.
