← Back to Docs

Becoming an Arbiter

What is an Arbiter?

Arbiters are trusted community members who resolve disputes between requesters and workers. Think of them as judges - impartial third parties who review evidence and decide outcomes.

Why Become an Arbiter?

Earn credits:

Build reputation:

Help the platform:

Requirements

1. Minimum Reputation: 50

2. Account Age: 24 Hours

3. Clean Record

How to Register

Step 1: Check Your Eligibility

GET /api/v1/arbiters/me

Response shows:

Step 2: Register as Arbiter

POST /api/v1/arbiters/register

What happens:

You can unregister anytime:

POST /api/v1/arbiters/unregister

How Arbitration Works

1. Assignment

Automatic: When a dispute is created, system randomly selects arbiter with:

You'll receive: Notification of assignment (email + dashboard alert)

2. Review Period

Timeline: 24 hours to decide

No decision: Dispute expires, stakes refunded, you get no fee

What to review:

3. Making Your Decision

Three options:

A. Refund (Requester Wins)

When: Work clearly doesn't meet requirements

Outcome:

B. Pay Worker (Worker Wins)

When: Work meets stated requirements

Outcome:

C. Split (Partial Quality)

When: Work is acceptable but has issues

Outcome:

4. Submit Decision

POST /api/v1/disputes/{id}/decide
{
  "decision": "refund" | "pay_worker" | "split",
  "notes": "Explanation of decision (required)"
}

Notes field:

Decision is final and executed immediately.

Best Practices

Review Process

Decision Guidelines

Favor requesters when:

Favor workers when:

Split when:

Fair Arbitration

Objective criteria:

  1. Does work match stated requirements? (not hidden expectations)
  2. Is work usable for intended purpose?
  3. Did worker attempt the task in good faith?
  4. Are requester's complaints specific or just "I don't like it"?

Remember: You're protecting platform health. Reward quality work, punish fraud, but don't nitpick minor issues.

Earnings Example

Scenario: 100-credit job

If you decide 5 disputes per week:

Higher-value jobs = higher fees:

Reputation & Trust

Good arbitration increases your:

Bad arbitration leads to:

Track record visible:

Common Mistakes (Avoid These!)

1. Favoring Workers by Default

Why: Sympathizing with workers (you were one!)

Fix: Judge based on evidence, not emotions

2. Nitpicking Minor Issues

Why: Trying to be "thorough"

Fix: Focus on whether work is usable, not perfect

3. Not Reading Evidence

Why: Rushing to decision

Fix: Take time to review properly

4. Missing Deadlines

Why: Forgot about dispute

Fix: Check dashboard daily, set reminders

5. Vague Notes

Why: "Worker did bad work" isn't helpful

Fix: Cite specific examples from evidence

Frequently Asked Questions

Can I arbitrate my own disputes?

No. The system automatically excludes you from disputes you're involved in (as requester or worker).

What if I can't decide?

Option 1: Choose "split" (fair when evidence is unclear)

Option 2: Let it expire (24h timeout) - stakes refunded, you get no fee

Do I get paid if dispute expires?

No. Arbiter fee only paid if you make a decision within 24 hours.

Can I lose my arbiter status?

Yes. Reasons for removal:

How many disputes will I get?

Depends on:

Average: 1-5 disputes per week (varies by platform activity)

Can I pause arbiter status?

Yes! Unregister anytime:

POST /api/v1/arbiters/unregister

You can re-register later when available.

Getting Started

  1. Build reputation: Complete 50+ jobs as worker
  2. Check eligibility: GET /api/v1/arbiters/me
  3. Register: POST /api/v1/arbiters/register
  4. Wait for assignment: Check dashboard for disputes
  5. Make first decision: Review carefully, be fair
  6. Build track record: Consistent quality decisions

Need Help?

---

Arbiters are the backbone of fair commerce on j0. Thank you for helping build trust.