diff --git a/.vitepress/sidebar.ts b/.vitepress/sidebar.ts index 377096b..66f8d51 100644 --- a/.vitepress/sidebar.ts +++ b/.vitepress/sidebar.ts @@ -38,6 +38,10 @@ export function getSidebar() { text: '📋 Use Cases', link: '/overview/use-cases', }, + { + text: '🪙 RLC Token', + link: '/overview/rlc', + }, { text: '🤖 Develop with AI', link: '/overview/develop-with-ai', diff --git a/README.md b/README.md index f0e6e29..0bdfedf 100644 --- a/README.md +++ b/README.md @@ -170,5 +170,7 @@ Fork this repository and ensure you're working on the `main` branch: - Add a Development workflow - Update context7 when doc will be deployed - Check theGraph Images with design Team +- Update the Dune Dashboard to the final version - Add new section in `iexec-explorer.md` file to talk about: available chain on the UI + SRLC/RLC on account section feature of the protocol +- Update or add design illustrations based on the new design system diff --git a/src/assets/rlc/dune-dashboard.png b/src/assets/rlc/dune-dashboard.png new file mode 100644 index 0000000..fdb858b Binary files /dev/null and b/src/assets/rlc/dune-dashboard.png differ diff --git a/src/assets/rlc/rlc.gif b/src/assets/rlc/rlc.gif new file mode 100644 index 0000000..b980a16 Binary files /dev/null and b/src/assets/rlc/rlc.gif differ diff --git a/src/components/FeatureCard.vue b/src/components/FeatureCard.vue index 0d05108..6e43e2d 100644 --- a/src/components/FeatureCard.vue +++ b/src/components/FeatureCard.vue @@ -1,37 +1,80 @@ diff --git a/src/overview/rlc.md b/src/overview/rlc.md new file mode 100644 index 0000000..0bde44f --- /dev/null +++ b/src/overview/rlc.md @@ -0,0 +1,134 @@ +--- +title: RLC Token +description: + The RLC token is the cryptocurrency that powers the iExec decentralized + computing ecosystem +--- + +
+ RLC Token Animation +

RLC Token

+

The native cryptocurrency that powers the entire iExec decentralized confidential computing ecosystem

+
+ +**RLC** (**R**un on **L**ots of **C**omputers) serves as the primary medium of +exchange for all interactions within the protocol, enabling users to access +confidential computing services, and rewarding providers for their +contributions. + +## 🎯 What RLC Enables + +RLC is essential for interacting with the iExec protocol and accessing its +decentralized confidential computing services. + +## 💰 Transparent Payment Flow + +When you pay for a task execution with RLC, your payment is automatically and +transparently distributed to all iExec protocol participants: + +
+

🔍 How Your RLC Payment is Distributed

+ + **1. App Provider** - Gets paid for providing the confidential application + + **2. Protected Data Provider** - Gets paid for providing access to protected confidential datasets + + **3. Worker** - Gets paid for running the confidential computation on their decentralized machine +
+ +**💡 Transparent:** Payments are distributed based on pricing and conditions +defined by each provider (iApp, Protected Data, Worker) in their marketplace +orders. + +**🔒 RLC Staking:** To run a task on the protocol (executing an application with +protected data on a decentralized workerpool), you need to **lock RLC** in the +protocol during the task period. In exchange, you receive **sRLC (staked RLC)**. +Once the task is completed, you can recover the RLC that wasn't consumed for the +task payment. + +## 💰 Tokenomics & Ecosystem Metrics + +RLC operates on a utility-driven economic model where demand for confidential +computing services drives token value: + +**Fixed Supply**: RLC has a maximum supply of 87 million tokens, ensuring +scarcity and value preservation. + +**Network Effects**: As more users and providers join the iExec ecosystem, the +demand for RLC increases, driving token value through network effects. + + + +## 🔄 Getting RLC + +You can acquire RLC tokens through several methods: + +
+ + + + + + + +
+ +## 🚀 Ready to get started? + +Ready to dive into the iExec ecosystem? Here are the next steps: + +- **[Bridge RLC](./tooling-and-explorers/bridge.md)** - Transfer RLC between + networks +- **[Start Using iExec](./quick-start.md)** - Begin your confidential computing + journey +- **[Earn RLC](../manage-data/guides/create-and-share-access.md)** - Become a + provider and monetize your resources + +