PRODUCT
How Log On Chain works
- Sign in with Google โ we create a portable client profile and an HttpOnly session.
- Submit a log or dataset via console or API โ content is indexed in our database (ATP).
- Anchor โ a keccak commitment is written to XDC; we store
chain_tx_hash. - Verify โ check the explorer tx and that the hash matches your payload commitment.
LAYERS
- API / session โ human Google OIDC + machine ORDS OAuth
- System of record โ ATP (ownership, status, hashes)
- Chain โ XDC commitment (not full blobs)
- Future durable store โ IPFS/Filecoin hat without schema rewrite (ADR-003)