Skip to content

Commit 4b540d9

Browse files
committed
refactor: enhance section headers with emojis for better visual distinction
1 parent d1ac3ec commit 4b540d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/manage-data/guides/monetize-protected-data.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ iExec offers two fundamental approaches for monetizing your data:
1616
- **DataProtector Sharing**: **Time-based access** with period payments - users
1717
pay for unlimited access during specific time periods
1818

19-
## Signed Orders (DataProtector Core)
19+
## 📝 Signed Orders (DataProtector Core)
2020

2121
**How it works**: You create and publish signed orders that specify the exact
2222
conditions for accessing your protected data. Each order defines:
@@ -52,7 +52,7 @@ console.log('Signed order created:', grantedAccess);
5252
- Simple setup with specific partners
5353
- Exact counting of data usage
5454

55-
## Time-Based Access Implementation (DataProtector Sharing)
55+
## 📅 Time-Based Access Implementation (DataProtector Sharing)
5656

5757
**How it works**: Instead of counting individual uses, DataProtector Sharing
5858
provides **time-based access periods**. Users purchase access for specific
@@ -106,7 +106,7 @@ await dataProtectorSharing.addToCollection({
106106

107107
**DataProtector Sharing offers three distribution models:**
108108

109-
#### 🏠 **Time-Based Rental Model**
109+
#### **Time-Based Rental Model**
110110

111111
Users pay once for **unlimited access during a specific time period** (not per
112112
use). For a specific protectedData of the created collection :
@@ -142,7 +142,7 @@ const rental = await dataProtectorSharing.rentProtectedData({
142142
- Content that loses value over time
143143
- Users who need to run multiple analyses during a period
144144

145-
#### 📅 **Time-Based Subscription Model**
145+
#### **Time-Based Subscription Model**
146146

147147
Users pay for **recurring time-based access** to a bundle of data. Unlimited
148148
usage during each subscription period.
@@ -191,7 +191,7 @@ const subscription = await dataProtectorSharing.subscribeToCollection({
191191
- Research datasets that expand over time
192192
- SaaS-style data access
193193

194-
#### 💸 **Sale Model**
194+
#### **Sale Model**
195195

196196
Transfer permanent ownership of your data to the buyer.
197197

0 commit comments

Comments
 (0)