Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/learn/tempo/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ All of this is achieved while preserving the compliance features that make stabl

## Zones: Private Validium Chains

Tempo has built-in support for privacy through [zones](/protocol/zones/overview) — native validium chains anchored to Tempo. Instead of being visible to the entire world, balances and transactions on zones are only visible to the zone sequencer, the users involved, and anyone they choose to selectively disclose to.
Tempo has built-in support for privacy through [zones](/protocol/zones) — native validium chains anchored to Tempo. Instead of being visible to the entire world, balances and transactions on zones are only visible to the zone sequencer, the users involved, and anyone they choose to selectively disclose to.

Read the full technical specification:

<Cards>
<Card
description="Technical overview of Tempo Zones — native validium chains with multi-asset bridging and validity proofs."
to="/protocol/zones/overview"
to="/protocol/zones"
icon="lucide:layers-3"
title="Zones Overview"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/protocol/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This section provides details on the Tempo Protocol specifications, and serves a
/>
<Card
description="Tempo-native validium chains with multi-asset bridging, validity proofs, and privacy"
to="/protocol/zones/overview"
to="/protocol/zones"
icon="lucide:layers-3"
title="Zones"
/>
Expand Down
Loading