Privacy model

Privacy is described in operational terms. The network avoids storing prompts and prevents workers from learning the identity of the user.

If the orchestrator sees prompt text in transit, these docs do not imply end to end encryption unless that property is actually implemented.

No prompt storage

Processed for the active request, not retained after completion.

Worker anonymity

Workers receive job text and parameters, not user identity.

Limited logs

Operational logs avoid raw prompt text.

PropertyDocumentation wordingEngineering requirement
No prompt storagePrompts are processed for the active request and are not retained after completion.Disable conversation persistence for raw prompt content. Keep only billing and telemetry fields needed for settlement.
Worker anonymityWorkers receive the job text and model parameters, not user identity.Strip account, wallet, IP, and billing identifiers before dispatching jobs to workers.
Limited logsOperational logs should avoid raw prompt text.Use request IDs, token counts, model IDs, worker IDs, latency, and error classes.