# Distributed Aggregation Protocol Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/distributed-aggregation-protocol
> Markdown URL: https://aitinkerers.org/technologies/distributed-aggregation-protocol.md
> Technology record last updated: 2026-06-08T23:32:50Z
> Generated: 2026-08-26T02:34:10Z

The Distributed Aggregation Protocol (DAP) is an IETF standard for Privacy Preserving Measurement (PPM): it computes aggregate statistics without exposing individual client data.

DAP is the Distributed Aggregation Protocol, a multi-party system for Privacy Preserving Measurement (PPM). The core mechanism involves a large set of clients splitting their sensitive measurement data (e.g., user behavior counts) into encrypted shares. These shares are distributed across a pair of non-colluding servers: the Leader and the Helper (Aggregators). This architecture prevents either server from reconstructing any single user's input. The protocol leverages Verifiable Distributed Aggregation Functions (VDAFs), such as Prio3, to jointly compute the final aggregate result. Major tech players like Google and Apple have implemented early versions for use cases like exposure notifications; Cloudflare's Daphne is a notable open-source aggregator implementation.

- Official technology site: https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Secure AI Inference with Hardware Attestation](https://sf.aitinkerers.org/talks/rsvp_14eplt0Cd3w)

I'll demonstrate a working prototype of running an open-source LLM inside an AWS Nitro Enclave, showing how to achieve verifiable privacy for AI inference. The live demo will show: -Real-time hardware attestation of the Nitro Enclave -A working chat interface connecting to the enclave -(potentially) Privacy-preserving aggregated analytics using DAP (Distributed Aggregation Protocol), which is a multiparty computation protocol

- Event context: AI Tinkerers - San Francisco - November 2024 Meetup - Securing Agentic Systems — 2024-11-22 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_14eplt0Cd3w

## Related Technologies

- [AMD SEV-SNP](https://aitinkerers.org/technologies/amd-sev-snp) ([Markdown](https://aitinkerers.org/technologies/amd-sev-snp.md)) — 1 public demo
- [Apple Private Cloud Compute](https://aitinkerers.org/technologies/apple-private-cloud-compute) ([Markdown](https://aitinkerers.org/technologies/apple-private-cloud-compute.md)) — 1 public demo
- [AWS Nitro Enclaves](https://aitinkerers.org/technologies/aws-nitro-enclaves) ([Markdown](https://aitinkerers.org/technologies/aws-nitro-enclaves.md)) — 3 public demos
- [NVIDIA H100](https://aitinkerers.org/technologies/nvidia-h100) ([Markdown](https://aitinkerers.org/technologies/nvidia-h100.md)) — 4 public demos
