Skip to content

Commit 9196f7a

Browse files
committed
docs: Revise payment guide for iApp executions to focus on RLC tokens and staking
1 parent 6b64407 commit 9196f7a

File tree

1 file changed

+12
-25
lines changed

1 file changed

+12
-25
lines changed

src/guides/use-iapp/how-to-pay-executions.md

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,23 @@
11
---
22
title: How to Pay for iApp Executions
33
description:
4-
Learn about payment methods, pricing, and cost management for iApp executions
4+
Learn how to use RLC tokens, manage pricing, and control costs for iApp executions
55
---
66

77
# How to Pay for iApp Executions
88

9-
Understanding how to pay for iApp executions is crucial for using the iExec
10-
network effectively. This guide covers all payment methods, pricing structures,
11-
and cost management strategies.
9+
iExec uses RLC tokens as the native currency for executing iApps. This guide
10+
covers how to acquire RLC, stake it on the protocol, and manage execution costs.
1211

13-
## Payment Methods Overview
12+
## Getting RLC Tokens
1413

15-
iExec uses RLC tokens for executing iApp. You need to have RLC in your wallet to
16-
pay for executions.
14+
To execute iApps, you need RLC tokens in your wallet. For detailed information
15+
on how to obtain RLC tokens, see our [RLC guide](/get-started/overview/rlc.md).
1716

18-
## Paying with RLC Tokens
17+
## Staking RLC
1918

20-
RLC tokens are the native currency of the iExec network. You need to have RLC in
21-
your wallet to pay for executions.
22-
23-
### Step 1: Get RLC Tokens
24-
25-
For detailed information on how to obtain RLC tokens, see our
26-
[RLC guide](/get-started/overview/rlc.md).
27-
28-
### Step 2: Stake RLC to Power Your iExec Tasks
29-
30-
RLC tokens need to be staked on the iExec protocol to allow task payment. To do
31-
this, you should use the [iExec SDK](/references/sdk.md).
19+
RLC tokens need to be staked on the iExec protocol to allow task payment. Use
20+
the [iExec SDK](/references/sdk.md) to deposit and manage your RLC:
3221

3322
```ts twoslash
3423
import { IExec, utils } from 'iexec';
@@ -94,9 +83,7 @@ parameters is 0, which means only free resources are accepted.
9483

9584
## Next Steps
9685

97-
Now that you understand payment methods:
86+
Now that you know how to pay for iApp executions:
9887

99-
- Learn about
100-
[Run iApp with ProtectedData](/guides/use-iapp/run-iapp-with-ProtectedData)
101-
- Learn about
102-
[Run iApp without ProtectedData](/guides/use-iapp/run-iapp-without-ProtectedData)
88+
- [Run iApp with ProtectedData](/guides/use-iapp/run-iapp-with-ProtectedData)
89+
- [Run iApp without ProtectedData](/guides/use-iapp/run-iapp-without-ProtectedData)

0 commit comments

Comments
 (0)