VettedDocs
ExpertsCandidatesCompaniesReference
Back to app
ExpertsCandidatesCompanies
  • Getting started

    • What is Vetted?
    • How it works
    • Quickstart
  • Reference

    • Glossary
    • FAQ

Getting started

How Vetted works

A walkthrough of the full lifecycle — candidate applies, guild reviews, consensus is calculated, company hires — and what happens at each hand-off.

Last updated April 2026

TL;DR

  • Three actor types — candidates, experts, companies — move through the platform in parallel lanes that meet at specific hand-offs.
  • A candidate application flows into the relevant guild's review queue, gets scored blind by experts via commit-reveal voting, and emerges as a ranked shortlist for the company.
  • Only four things actually live on-chain: vote hashes, revealed scores, reputation deltas, and staked VETD. Everything else runs on a normal backend.
  • Total lifecycle is typically 48 hours to 5 days from application to shortlist, depending on the guild's cycle length.

Stage 1

Apply

Candidate submits

Stage 2

Commit

Experts vote blind

Stage 3

Reveal

Scores published

Stage 4

Shortlist

Company reviews

Stage 5

Hire

Outcome finalized

Stage 1

Apply

Candidate submits

Stage 2

Commit

Experts vote blind

Stage 3

Reveal

Scores published

Stage 4

Shortlist

Company reviews

Stage 5

Hire

Outcome finalized

The end-to-end lifecycle. Reputation and rewards move at the hand-off between reveal and finalization.

The three lanes

The easiest way to understand Vetted is to follow each user type through their own lane. The lanes run in parallel, intersect at specific hand-offs, and eventually converge on a hire.

CANDIDATEEXPERTCOMPANYBuild profileSignupApplySubmit answersInterviewOutcomeCommitBlind hashRevealPublish scoreFinalizeIQR consensusPost jobPick guildShortlistReview & decideHireMark outcomeApplications queueRanked shortlistOfferSeed
Three parallel lanes meet at specific hand-offs. Nothing crosses except at those arrows — candidates never see expert scores, experts never see company interview notes.

Candidate

Profile
Apply
Offer

Expert

Commit
Reveal
Finalize

Company

Post job
Shortlist
Hire

Three parallel lanes meet at hand-offs. Candidates → Experts (application queue), Experts → Companies (ranked shortlist), Company → Candidate (offer).

  • Candidates build a profile, apply to jobs, and wait for guild review.
  • Experts pick up applications in their guild queue, score them against a rubric, and vote.
  • Companies post jobs and receive a ranked shortlist once review completes.

End-to-end lifecycle

The candidate lane

A candidate signs up with email and password (or LinkedIn), and fills out a profile. They browse job listings by guild and submit an application. Each application routes to the guild tied to the job — a backend role goes to the Engineering guild, a design role goes to Design, and so on.

The candidate never sees the votes

Candidates don't see individual expert scores or comments. They see application status (pending, under review, accepted, rejected) and an aggregate decision. This protects both the candidate from noise and the expert from retaliation.

The expert lane

Experts in the receiving guild see new applications appear in their vetting queue. From there, the review process runs in three phases:

  1. 1

    Commit phase

    The expert reads the application, scores each rubric criterion, writes optional comments, and submits. Their score is hashed along with a nonce and stored on-chain. No other expert can see it yet.

  2. 2

    Reveal phase

    Once the commit window closes, experts reveal their actual scores. The backend checks that each revealed score matches the committed hash — which guarantees nobody changed their mind after seeing the others.

  3. 3

    Finalization

    Consensus is calculated using interquartile-range filtering (scores outside the median ± 0.75×IQR band are excluded, average of the rest becomes the consensus score). Each expert's deviation from consensus is classified as Aligned or Misaligned, and reputation/rewards move accordingly.

The company lane

The company posts the job, sets the guild that will vet it, and configures any job-specific screening questions. Once applications are finalized, the company sees a ranked shortlist with each candidate's consensus score and optional aggregated feedback.

The company reviews the shortlist, runs their own interviews as usual, and marks a final hire. If an expert staked VETD endorsing a candidate and that candidate is hired, the endorsement pays out. If the hire doesn't work out, that reputation signal gets recorded too.

What moves on-chain

Not everything needs to hit the chain — that would be expensive and slow. Vetted uses on-chain storage only for the things that require tamper-evidence or portable ownership:

  • Vote commitments (hashes, not scores) so reveals can't be rewritten.
  • Revealed scores and their corresponding consensus calculations.
  • Reputation deltas attached to each expert's wallet.
  • Stakes and endorsements — VETD tokens custodied by a smart contract.

Everything else — profiles, application text, messages, rubric metadata — lives in the Vetted backend and is indexed by the chain's canonical identifiers when needed.

Key takeaways

  • The three lanes (candidate / expert / company) run in parallel and only meet at specific hand-offs.
  • Candidates never see individual expert scores — only aggregate status.
  • Experts commit blind, reveal together, and are scored on consensus alignment.
  • Companies receive a ranked shortlist with consensus scores and optional endorsements.
  • The blockchain only stores what actually needs tamper-evidence: hashes, scores, reputation, stakes.

Next steps

I'm an expert

Join a guild and start reviewing — 10-page handbook.

I'm a candidate

Build a profile and apply to jobs through the vetting pipeline.

I'm hiring

Post a job and receive a guild-vetted shortlist.

Glossary

Every Vetted-specific term in one place.

PreviousWhat is Vetted?NextQuickstart

On this page

  • The three lanes
  • End-to-end lifecycle
  • The candidate lane
  • The expert lane
  • The company lane
  • What moves on-chain
Back to app
ExpertsCandidatesCompanies
  • Getting started

    • What is Vetted?
    • How it works
    • Quickstart
  • Reference

    • Glossary
    • FAQ