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
refactor: update sidebar and enhance monetization guide content
- Changed sidebar text from 'DataProtector Core' to 'Methods' for clarity.
- Revised introduction of the monetization guide to emphasize transforming encrypted data into a revenue stream.
- Streamlined content by removing outdated sections on time-based access and focusing on signed orders for monetization.
Copy file name to clipboardExpand all lines: src/guides/manage-data/monetize-protected-data.md
+3-208Lines changed: 3 additions & 208 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,11 @@ description:
10
10
11
11
# 💰 Monetize Protected Data
12
12
13
-
**Your protected data can generate revenue automatically.**
13
+
**Transform your encrypted data into a sustainable revenue stream.**
14
14
15
-
iExec provides two fundamental approaches for monetizing your data:
15
+
iExec DataProtector enables you to monetize your protected data through **signed orders** - a flexible system that lets you specify exact conditions for data access. Whether you're a data provider, researcher, or business owner, you can generate income from your valuable datasets while maintaining complete privacy and control.
16
16
17
-
-**DataProtector Core**: **Signed orders** with pay-per-use counting - specify
18
-
exact conditions, users pay for each individual data processing
19
-
-**DataProtector Sharing**: **Time-based access** with period payments - users
20
-
pay for unlimited access during specific time periods
17
+
**How it works**: You create and publish signed orders that define who can access your data, how much they pay per use, and how many times they can access it. Users pay automatically each time they process your data, giving you precise control over monetization.
21
18
22
19
## 📝 Signed Orders (DataProtector Core)
23
20
@@ -54,205 +51,3 @@ console.log('Signed order created:', grantedAccess);
0 commit comments