> ## Documentation Index
> Fetch the complete documentation index at: https://research.verifyyou.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How it works

> How the one-time password gate works, and why it holds up.

<a className="vy-next" href="/setup"><span className="vy-next-step">2 of 5</span><span className="vy-next-label">Next: Alchemer setup</span><span className="vy-next-arrow"><Icon icon="arrow-right" iconType="light" size={14} /></span></a>

One idea holds the whole thing up: **every password is tied to one unique human and works exactly once.**

## Why the gate holds

Each password is a claim ticket. We only hand one to a person who just proved, on camera, that they are **live** and **unique**. Your study enforces the ticket with Alchemer's own <a href="https://help.alchemer.com/help/login-password-action">Login/Password action</a>, set to individual one-time passwords that deactivate after use. Alchemer's feature, Alchemer's wording.

So every cheap trick fails: a shared link carries a spent password, a guessed password does not exist, a bot never earns one, and the same face can never get a second one for the same study, on any device.

One honest limit: the check proves who they are, not how carefully they answer. Keep your speeder and attention checks.

## What it costs

About one to two cents a verification, charged once per human, so returning respondents never count again. On a \$10,000 sample of \$3 to \$7 completes, the whole check is a rounding error. Compare that to what a single bad complete costs you: the incentive, the sample fee, and the analyst time spent wondering whether to trust the row.

## What we never touch

No photo is shared with you or with Alchemer, only a yes or no. Your study receives a verdict and a password, never a face, a name, or personal information.

## Start here

<div className="grid md:grid-cols-2 gap-5 mt-6">
  <a href="/setup" className="vy-card bg-gray-50 dark:bg-zinc-900 border border-gray-200 dark:border-zinc-800 text-gray-900 dark:text-zinc-50">
    <span className="vy-card-wm">
      <Icon icon="sliders" iconType="light" size={250} />
    </span>

    <span className="vy-card-icon">
      <Icon icon="sliders" iconType="light" size={22} />
    </span>

    <span className="vy-card-title">Set it up</span>
    <span className="vy-card-sub text-gray-500 dark:text-zinc-400">Five steps, no code.</span>
  </a>

  <a href="/respondent-flow" className="vy-card bg-gray-50 dark:bg-zinc-900 border border-gray-200 dark:border-zinc-800 text-gray-900 dark:text-zinc-50">
    <span className="vy-card-wm">
      <Icon icon="mobile-screen" iconType="light" size={250} />
    </span>

    <span className="vy-card-icon">
      <Icon icon="mobile-screen" iconType="light" size={22} />
    </span>

    <span className="vy-card-title">What your respondent sees</span>
    <span className="vy-card-sub text-gray-500 dark:text-zinc-400">Pass, blocked, and the return, on real product screens.</span>
  </a>
</div>
