@@ -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
2222conditions 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
5858provides ** 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
111111Users pay once for ** unlimited access during a specific time period** (not per
112112use). 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
147147Users pay for ** recurring time-based access** to a bundle of data. Unlimited
148148usage 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
196196Transfer permanent ownership of your data to the buyer.
197197
0 commit comments