|
1 | 1 | --- |
2 | 2 | title: How to Pay for iApp Executions |
3 | 3 | 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 |
5 | 5 | --- |
6 | 6 |
|
7 | 7 | # How to Pay for iApp Executions |
8 | 8 |
|
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. |
12 | 11 |
|
13 | | -## Payment Methods Overview |
| 12 | +## Getting RLC Tokens |
14 | 13 |
|
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). |
17 | 16 |
|
18 | | -## Paying with RLC Tokens |
| 17 | +## Staking RLC |
19 | 18 |
|
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: |
32 | 21 |
|
33 | 22 | ```ts twoslash |
34 | 23 | import { IExec, utils } from 'iexec'; |
@@ -94,9 +83,7 @@ parameters is 0, which means only free resources are accepted. |
94 | 83 |
|
95 | 84 | ## Next Steps |
96 | 85 |
|
97 | | -Now that you understand payment methods: |
| 86 | +Now that you know how to pay for iApp executions: |
98 | 87 |
|
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