Skip to content

Commit c15684f

Browse files
authored
Added purchasing credits with USDC (#258)
1 parent cd7d879 commit c15684f

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

docs/eigencompute/get-started/billing.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Billing
33
sidebar_position: 3
44
---
55

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.
78

89
EigenCompute has metered billing at 0.177c per vCPU hour so you pay for what you use. All new and migrating customers
910
receive a $100 credit.
@@ -27,7 +28,12 @@ To subscribe to EigenCompute:
2728
ecloud billing subscribe
2829
```
2930

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.
3137

3238
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).
3339

@@ -52,6 +58,17 @@ ecloud billing status
5258

5359
The subscription status is displayed and a link provided to manage payment methods and view subscription transactions.
5460

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+
5572
## Support
5673

5774
For support, join our [Discord channel](https://discord.com/channels/1089434273720832071/1187153894564966480).

docs/eigencompute/reference/ecloud-cli/billing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EigenCompute requires a [subscription for deploying applications](../../get-star
1010
* [subscribe](#subscribe)
1111
* [cancel](#cancel)
1212
* [status](#status)
13+
* [top-up](#top-up)
1314

1415
## Global Options
1516

@@ -58,3 +59,6 @@ Display current billing status. For more information, refer to [Manage Billing](
5859

5960
`ecloud billing status [global options]`
6061

62+
## top-up
63+
64+
Purchase EigenCompute credits with USDC. For more information, refer to [Manage Billing](../../get-started/billing#top-up-with-usdc)

0 commit comments

Comments
 (0)