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

# Verification model

> What a check can answer, what it cannot, and why verification stays thin.

Verification in Soteris is a verify-side model. A check inspects the metadata of a released record and confirms its standing. It does not reveal, reconstruct, or explain the professional reasoning behind the deliverable. A check confirms that something was released and is current. How the conclusion was reached cannot be derived from any check.

## What a check answers

| Question                      | What verification answers              | What it does not answer             |
| ----------------------------- | -------------------------------------- | ----------------------------------- |
| Was this released by Soteris? | Yes or no, against a receipt.          | Who concluded it, or how.           |
| Which version is this?        | The released version and its standing. | What changed in the reasoning.      |
| Is it current or superseded?  | The current status.                    | Why it was superseded.              |
| Is it within my access?       | The visibility scope.                  | The contents of private workpapers. |

## How to check

Present a receipt at its `verificationUrl`. The check confirms the receipt's fields against the release: artifact, version, issue time, and standing. Public and permissioned callers see different amounts, per [Public vs permissioned checks](/verification/public-vs-permissioned-checks).

<Card title="Verify-side model">
  <img className="block dark:hidden" src="https://mintcdn.com/soterislabs-32/59q7FHdZ0a37RCqD/images/diagrams/verify-side-model-light.png?fit=max&auto=format&n=59q7FHdZ0a37RCqD&q=85&s=e9eaa870c3fd5000ca533bdd8d6275cc" alt="Verify-side model: a receipt confirms released-record metadata" width="3600" height="2025" data-path="images/diagrams/verify-side-model-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/soterislabs-32/59q7FHdZ0a37RCqD/images/diagrams/verify-side-model-dark.png?fit=max&auto=format&n=59q7FHdZ0a37RCqD&q=85&s=876c67acee67381a3a8fd0b90935bc63" alt="Verify-side model: a receipt confirms released-record metadata" width="3600" height="2025" data-path="images/diagrams/verify-side-model-dark.png" />

  A check confirms released-record metadata against a receipt. The issue side stays private.
</Card>

<Info>
  Verification exists to make releases confirmable, not to expose the work. Everything on the issue side, how the deliverable was prepared and judged and how the proof itself is constructed, stays private. That thinness is the design: a partner can trust a release without Soteris disclosing the judgment that produced it.
</Info>
