Token lifecycle, event flow, cohort output.
A pseudonymous broker is a sequence of decisions about what crosses the boundary, when, and in what shape. This page documents the planned sequence end-to-end.
All sample tokens, surfaces, cohorts, and timestamps on this page are fake and visibly labeled. They are illustrative only.
Opaque token lifecycle.
The proposed token model has four states and three transitions. The intended launch contract would gate and log every transition. No operational implementation is claimed.
Issued
A participating surface would request a token via a documented, rotating endpoint. BingBong would return a randomized opaque token with a key identifier, issuer surface, and creation timestamp. DESIGN TARGET OPAQUE
Active
The token may receive events from its issuing surface and any surface operating under a documented consent receipt. Events never carry identity-bound fields into the event domain. COHORT-SCOPED
Rotated
Rotation is scheduled and on-demand. The prior token continues to receive events for a grace window, after which it is suppressed. Rotation does not break cohort continuity when continuity is part of the contract. DESIGN TARGET
Revoked
Revocation would be triggered by consumer opt-out, partner removal, governance review, or integrity incident. The target behavior would suppress revoked tokens at ingestion and remove them from cohort construction. DESIGN TARGET
From surface to cohort output.
The four stages below describe intended behavior for design review, not a deployed processing pipeline.
Edge request
Surface forwards an event tagged with a token. Identity-bound fields (raw IP, full UA, email, phone, account id) are filtered or routed to the identity domain.
Domain separation
Event payload enters the event domain. Identity domain holds only the minimum required to operate the token and to honor consent.
Cohort construction
Tokens are bucketed under cohort definitions. Cohorts below the minimum count are suppressed. Query budgets throttle expensive operations.
Buyer contract
Buyers see cohort-shaped aggregates plus provenance, retention, and revocation metadata. No raw events. No per-user lookups.
What a buyer receives.
A buyer output is a structured envelope. The shape is part of the contract and is described here for design review.
cohort_id
Opaque, stable identifier for the cohort over the contract window. OPAQUE
cohort_size
Rounded to the cohort's minimum-count threshold to defeat near-singling-out by side-channel.
window
Time window the aggregate covers, with start/end in UTC and a wall-clock skew budget.
aggregate
Cohort-level measure (count, ratio, lift) bounded by the contract and the prohibited-uses list.
provenance
Hash of the cohort definition, the ingestion policy version, and the suppression policy in effect.
retention
retention_until
UTC timestamp at which the buyer must destroy the local copy. Beyond this point the buyer's copy is out of contract.
Two controls, one discipline.
The intended design uses rotation to reduce the value of a compromised token and revocation to remove participation. Documentation, auditability, and buyer-contract metadata are launch targets that require evidence before operational claims may be made.
Scheduled + on-demand
The default rotation cadence remains a design target. On-demand rotation would be triggered by surface policy, integrity review, or governance event. A planned grace window would prevent breakage during cross-surface handoff.
Opt-out, partner removal, integrity
Revocation would be a boundary event. The target behavior would suppress tokens at ingestion and remove them from cohort construction within a documented propagation window, without silent reactivation.
Token lifecycle, illustrated with fake data.
The token shown below is synthetic. It exists for design review only.
Token record
Boundary events
What BingBong will not do.
The non-goals are part of the contract with stakeholders. They are not negotiable during launch phases.
- Issue, sell, or transmit direct identifiers (email, phone, account id, full IP).
- Provide per-user lookups, replay endpoints, or deanonymization APIs.
- Cross-reference BingBong tokens with third-party identity graphs without a documented boundary event and a governance review.
- Operate in jurisdictions where a regulated-data exemption is the basis for design, rather than a privacy-by-design basis.
- Re-enable a revoked token without a documented re-onboarding path.