What this is: a sovereign overlay / policy gateway. At our boundary,
every packet is classified DOMESTIC (stays on the private overlay, no public
internet) or INTERNATIONAL (must exit through the gateway — tokenized, policy-checked,
logged). Tokens are HMAC-SHA256 signed, scoped credentials bound to a jurisdiction; the
signing key never leaves the data center, so a token is useless if it leaves.
What this is not: we cannot re-plumb the public internet or force foreign
routers to honor our tokens. This operates only on infrastructure we own, and never
touches, blocks, or reaches into anyone else's network.
{{ total }}
Packets processed
{{ domestic }}
Domestic (on-overlay)
{{ intl }}
International
{{ blocked }}
Blocked at border
Packet decision ledger
Append-only SQLite ledger. Most recent first. Token verified = the
minted token passes verification at its home gateway.