You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May 2025 overview talk - <a href="https://hackmd.io/@Nuke/SyHBUsdWlg">Slides here</a>
16
+
</figcaption>
17
+
</figure>
18
+
3
19
### _A New Primitive Empowering Private Data Availability_
4
20
5
21
> “Don’t trust. Verify.”
@@ -64,7 +80,7 @@ In a world where chain data is globally replicated and indexed, **encryption at
64
80
65
81
-**PDA as a database** for collaborative dApps with fine-grained access control.
66
82
-**Private rollups** with programmable cryptography, enabling [obfuscated state](https://0xparc.org/blog/programmable-cryptography-1).
67
-
-**Private bridging and escrow** sending verifibly correctm but private messages around web2 and/or web3 apps.
83
+
-**Private bridging and escrow** sending verifiably correct but private messages around web2 and/or web3 apps.
68
84
-**Drop-in support** for existing DA users via a [proxy service](../README.md), simplifying migration to PDA.
69
85
70
86
### _Trustless Data Markets_
@@ -76,7 +92,7 @@ Here is a [diagram inspired by them](https://docs.google.com/presentation/d/1qq1
76
92
77
93
```mermaid
78
94
flowchart LR
79
-
Data["Data to be Sold"] --> zkVM_Algo["zkVM(tranform media)"]
95
+
Data["Data to be Sold"] --> zkVM_Algo["zkVM(transform media)"]
80
96
zkVM_Algo -- "proven data transform w/ VE anchor" --> Contract["Marketplace on <dApp chain>"]
81
97
Data -- "VE data" --> Celestia["Celestia"]
82
98
Celestia -- "header" --> Blobstream["Blobstream on <dApp chain>"]
@@ -85,7 +101,7 @@ flowchart LR
85
101
86
102
### _Verifiable Private Backups_
87
103
88
-
> NOTE: Celestia does _not_ guarantee that data will be avalible forever!
104
+
> NOTE: Celestia does _not_ guarantee that data will be available forever!
89
105
> See [the docs on retrievability](https://docs.celestia.org/learn/retrievability#data-retrievability-and-pruning-in-celestia-node) for the latest safe assumptions to use.
90
106
91
107
With PDA, sensitive data can be publicly published in encrypted form, with **predefined methods for recovery** - without revealing its contents.
0 commit comments