Skip to content

Commit 5aad044

Browse files
committed
fix: enhance iApp documentation with new trust benefits section
- Added a new section detailing the trust benefits for users and builders, emphasizing control over data and the advantages of privacy-preserving features. - Improved the presentation of key concepts with clearer formatting and visual elements for better user understanding.
1 parent 7b228c6 commit 5aad044

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

src/build-iapp/what-is-iapp.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -42,51 +42,34 @@ they will.**
4242

4343
## Key Concepts
4444

45-
//TODO
46-
47-
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6">
48-
<div class="flex items-center gap-3">
45+
<div class="grid grid-cols-1 gap-4 mb-6">
46+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-4 flex items-center gap-3">
4947
<span class="text-green-500 text-xl">✅</span>
5048
<p class="m-0"><strong>True Privacy:</strong> Users never expose their raw data. Your app processes it privately inside secure enclaves.</p>
5149
</div>
52-
<div class="flex items-center gap-3">
50+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-4 flex items-center gap-3">
5351
<span class="text-green-500 text-xl">✅</span>
5452
<p class="m-0"><strong>Verifiable Execution:</strong> Cryptographic proof that your code ran exactly as intended. No black box execution.</p>
5553
</div>
56-
<div class="flex items-center gap-3">
54+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-4 flex items-center gap-3">
5755
<span class="text-green-500 text-xl">✅</span>
5856
<p class="m-0"><strong>Decentralized Infrastructure:</strong> No single point of failure. Your app runs across a distributed network of workers.</p>
5957
</div>
60-
<div class="flex items-center gap-3">
58+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-4 flex items-center gap-3">
6159
<span class="text-green-500 text-xl">✅</span>
6260
<p class="m-0"><strong>Zero Trust Architecture:</strong> Users don't need to trust you with their data. The protocol guarantees privacy.</p>
6361
</div>
6462
</div>
6563

66-
## The Trust Model
67-
68-
Here's why users will actually use your iApp with their private data:
69-
70-
### What Users See
71-
72-
- ✅ "This code runs in a secure enclave, not on the developer's servers"
73-
- ✅ "My data gets used privately for actions I want"
74-
- ✅ "Even iExec workers can't see my data during execution"
75-
- ✅ "I can revoke access anytime"
76-
77-
### What You Get
78-
79-
- ✅ Users willing to use your services with their sensitive data
80-
- ✅ New business models around privacy-preserving analytics
81-
- ✅ Competitive advantage through privacy guarantees
82-
8364
## How It Works
8465

8566
Your code runs in a Trusted Execution Environment (TEE) a secure area inside
8667
specific processors (Intel SGX/TDX chipset). Everything that happens there stays
8768
private and protected, even from the operating system.
8869

89-
An authorized user can trigger an iApp that processes someone's protected data inside this private environment. The data is used, but never exposed, not even to the person running the app.
70+
An authorized user can trigger an iApp that processes someone's protected data
71+
inside this private environment. The data is used, but never exposed, not even
72+
to the person running the app.
9073

9174
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
9275
<div class="flex flex-col gap-3">
@@ -158,6 +141,23 @@ preserved.
158141
</div>
159142
</div>
160143

144+
## The Trust benefits
145+
146+
Why users actually trust iApps with their private data
147+
148+
### For Users – You stay in control
149+
150+
- Your data stays private, even from the iApp creator or iExec.
151+
- Your code runs in a secure enclave, not on someone else’s server.
152+
- You define what happens to your data, and you can revoke access anytime.
153+
154+
### For Builders – Trust becomes your best feature
155+
156+
- Users are confident sharing sensitive data with your app.
157+
- Unlock new business models with privacy-preserving features.
158+
- Stand out with built-in privacy, programmable access, and verifiable
159+
execution.
160+
161161
## ❓ Frequently Asked Questions
162162

163163
::: details 📦 What can I build with iApps?

0 commit comments

Comments
 (0)