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
Copy file name to clipboardExpand all lines: docs/eigencompute/get-started/billing.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ title: Billing
3
3
sidebar_position: 3
4
4
---
5
5
6
-
Deploying an EigenCompute application to Sepolia testnet or mainnet requires an EigenCompute subscription.
6
+
Deploying an EigenCompute application to Sepolia testnet or mainnet requires an EigenCompute subscription. EigenCompute subscriptions
7
+
can be paid by credit card or EigenCompute credits can be purchased with USDC.
7
8
8
9
EigenCompute has metered billing at 0.177c per vCPU hour so you pay for what you use. All new and migrating customers
9
10
receive a $100 credit.
@@ -27,7 +28,12 @@ To subscribe to EigenCompute:
27
28
ecloud billing subscribe
28
29
```
29
30
30
-
The payment portal is displayed. Enter your payment method details and click the Subscribe button.
31
+
Choose whether to subscribe with credit card or by purchasing credits with USDC.
32
+
33
+
If you select credit card, the payment portal is displayed. Enter your payment method details and click the Subscribe button.
34
+
35
+
If you select purchase credits with USDC, the EigenCompute wallet address and balance is displayed. If the wallet contains USDC,
36
+
specify the amount to spend on credits. If the wallet does not contain USDC, you are prompted to send USDC to the wallet.
31
37
32
38
The payment successful message is displayed. Return to the terminal and you have access to [deploy your application](../reference/ecloud-cli/compute/app.md#deploy).
33
39
@@ -52,6 +58,17 @@ ecloud billing status
52
58
53
59
The subscription status is displayed and a link provided to manage payment methods and view subscription transactions.
54
60
61
+
## Top up with USDC
62
+
63
+
To purchase EigenCompute credits with USDC:
64
+
65
+
```
66
+
ecloud billing top-up
67
+
```
68
+
69
+
The EigenCompute wallet address and balance is displayed. If the wallet contains USDC, specify the amount to spend on credits.
70
+
If the wallet does not contain USDC, you are prompted to send USDC to the wallet.
71
+
55
72
## Support
56
73
57
74
For support, join our [Discord channel](https://discord.com/channels/1089434273720832071/1187153894564966480).
0 commit comments