ATP Implementation

ATP is implementation-agnostic, but zCloak operates an ATP Data Plane implementation designed for global access and agent-native consumption.


The current reference implementation uses:

  • Internet Computer (ICP) canisters

  • HTTP-native smart contracts

  • Horizontally sharded storage

Other implementations are possible if they follow protocol rules.


Current implementation

The current Data Plane runs on Internet Computer (ICP) canisters, using:

  • Root Identity Contract: identity lookup and routing

  • Data Storage Contracts: sharded storage for high-volume events

This separation ensures:

  • Predictable lookup

  • Horizontal scalability

  • Deterministic verification

Openness Guarantees

The Data Plane is:

  • Publicly readable

  • Permissionless

  • Indexable by anyone

No API keys. No vendor lock-in. No gatekeepers.

Last updated