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

# Security

<Columns cols={2}>
  <Card title="Decentralized Witnesses" icon="users">
    Multiple operators independently verify location claims, ensuring no single
    point of trust or failure.
  </Card>

  {" "}

  <Card title="Latency Physics" icon="clock">
    Physical limits like the speed of light in fiber set natural bounds on
    possible RTT values, making spoofing infeasible.
  </Card>

  {" "}

  <Card title="Tolerance Margins" icon="shield-check">
    Configurable tolerance windows account for network jitter while preventing
    false positives in verification.
  </Card>

  <Card title="Onchain Accountability" icon="lock">
    Operators sign verification results, and misbehavior can be penalized via
    EigenLayer slashing.
  </Card>
</Columns>
