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

# Pricing

> Plans and pricing for VerifiedX.

VerifiedX charges per protected action check.

One protected action check equals one real boundary preflight. Taint marking, event ingest, execution reports, receipts, and decision reads are included in that unit.

## Plans

<CardGroup cols={3}>
  <Card title="Free Sandbox" icon="seedling" href="/quickstart">
    **\$0**

    * 250 protected action checks per month
    * 7 day decision logs
    * All languages, providers, and adapters
    * Ideal for first integration
  </Card>

  <Card title="Startup" icon="rocket" href="https://api.verifiedx.me">
    **\$99/mo for first 3 months**

    * Then \$149/mo
    * Includes 3,000 protected action checks
    * 30 day decision logs
    * All SDKs and adapters
    * \$50 per extra 1,000 protected checks
  </Card>

  <Card title="Enterprise" icon="building" href="https://api.verifiedx.me">
    **Custom**

    * Annual contracts
    * Security review support
    * Custom procurement flow
    * Longer retention and support
  </Card>
</CardGroup>

## What counts as a check

One protected action check equals one preflight boundary call.

That includes:

* Taint marking
* Event ingest
* Execution reports
* Decision receipts
* Decision reads

## What does not count as a check

These do not create a protected action check on their own:

* LLM calls
* Retrieval calls
* Context accumulation
* Support-input history capture

<Note>
  The Free Sandbox includes every language, provider, framework, and adapter. The difference is the monthly check limit and log retention, not a reduced product surface.
</Note>

<Tip>
  Start on the Free Sandbox, protect one risky boundary, inspect real decisions, and only then widen the rollout.
</Tip>
