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

# Verification Store

> Real-time GPS, geofence, camera, and CAPTCHA verification state.

# Verification Store

The useVerificationStore tracks the real-time state of an active verification session.

***

## State Shape

| Field            | Type           | Purpose                                          |
| :--------------- | :------------- | :----------------------------------------------- |
| currentLocation  | LatLng or null | Current GPS coordinates                          |
| isInsideGeofence | boolean        | Whether the user is within the required geofence |
| captchaProgress  | number         | Number of CAPTCHAs solved in waiver challenge    |
| photoUri         | string or null | URI of the captured verification photo           |

This store is consumed by useVerificationEngine to drive the verification session lifecycle.
