Fundwork is in alpha. The production dispute mechanism is not finalized. This page describes the architectural direction. For current dispute handling in alpha, see Trust & Safety → Disputes.
Different Work Needs Different Verification
The most important observation is that different kinds of work require different verification mechanisms. Treating them all the same produces bad outcomes. Fundwork categorizes verification along three broad axes.Objective verification
Some work can be verified against a deterministic criterion. Examples include:- An onchain event, for example a contract deployment at a specific address.
- Passing a defined set of automated tests.
- A specific API output.
- A specific Git commit or pull request merged.
- A deterministic artifact matching a known hash.
Client approval
Most creative and knowledge work is inherently subjective. Examples include:- Design
- Writing
- Video
- Strategy
- Research quality
Disputed work
When the client and the worker disagree about whether the deliverable meets the agreement, the opportunity enters a dispute path. This is where the architecture matters most.Planned Dispute Flow
For escrowed opportunities, the planned dispute flow is:1
Submission
The worker submits the deliverable. The opportunity moves to a Submitted state.
2
Disagreement
The client rejects or challenges the submission, or the worker challenges a rejection they believe is unfair.
3
Dispute opened
The opportunity moves to a Disputed state. Escrow release is paused. See Escrow Design.
4
Evidence frozen
Submitted files, messages, timestamps, and related records are captured so they cannot be altered while the dispute is under review.
5
Review
The dispute is reviewed according to the dispute policy in effect for that opportunity.
6
Decision
A decision is recorded: release, refund, or partial resolution.
7
Escrow acts on the decision
Escrow releases or refunds according to the recorded outcome. State transitions to Released or Refunded.
What Evidence Matters
A dispute is only as fair as the evidence available to review. The intended evidence set includes:- The original opportunity description as posted.
- Any milestone requirements attached to the opportunity.
- The submission files themselves.
- Timestamps for submission, approval, and revision events.
- Messages exchanged between the parties on Fundwork.
- Any revision requests recorded during the engagement.
- Onchain records for funding, milestone events, and prior partial payments.
What Fundwork Is Not Promising
Dispute resolution is where marketplaces most often overstate their capabilities. To be explicit:- Fundwork does not currently offer decentralized arbitration.
- Fundwork does not currently offer automated arbitration.
- Fundwork does not currently commit to Fundwork-controlled arbitration.
- Fundwork does not claim smart contracts can decide whether subjective work is good.
Directions Under Evaluation
Future versions of the platform may explore any of the following, depending on which categories of work they best fit:- Human reviewers who evaluate submissions against the agreed criteria.
- Designated third-party arbitrators selected by both parties in advance.
- Multi-party review where several independent reviewers each vote.
- Deterministic verification for objectively verifiable opportunity types.
- Agent-assisted verification where software agents surface evidence for human decision-makers.
Status
Currently available
Direct support for dispute-related issues in alpha via Fundwork support. See Trust & Safety → Disputes.
Planned before public launch
Published dispute rules and evidence policy for escrowed opportunities. Integration between the dispute state and the escrow state machine.
Under evaluation
Human reviewers, third-party arbitrators, multi-party review, and deterministic verification for eligible categories.
Future
Agent-assisted evidence gathering and automated verification for objectively verifiable work.
