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
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,31 @@ sidebar_position: 3
5
5
6
6
Deploying an EigenCompute application to Sepolia testnet or mainnet requires an EigenCompute subscription.
7
7
8
-
EigenCompute has metered billing at 0.177c per vCPU hour so you pay for what you use. All new and migrating customers
9
-
receive a $100 credit.
8
+
EigenCompute has metered billing so you pay for what you use. All new customers receive a $100 credit.
10
9
11
10
:::important Mainnet Pricing
12
11
Current EigenCompute pricing is the testnet pricing. Mainnet deployments are available testnet pricing for a promotional
13
-
period ending on 01/31/2026.
12
+
period ending on 04/31/2026.
14
13
:::
15
14
16
15
Up to 10 apps each can be deployed on Sepolia testnet and mainnet per subscription (that is, 20 apps total can be deployed per subscription per [ecloud CLI authentication key](../concepts/keys-overview.md)).
17
16
18
-
:::note Early Access Customers
19
-
Early Access Customers will continue to get free access until the end of the year. Starting January 2026, we will begin turning off active applications without a subscription.
20
-
:::
17
+
## Instance types
18
+
19
+
* Shielded VM (vTPM): Verified boot and runtime attestation.
Copy file name to clipboardExpand all lines: docs/eigencompute/reference/ecloud-cli/compute/app.md
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,12 +110,17 @@ If you don't have an EigenCompute subscription, the CLI will prompt you for [bil
110
110
111
111
`--instance-type <value>` (string)
112
112
113
-
> Machine instance type to use. One of `g1-standard-4t` or `g1-standard-8t`. Prompted for if not provided. Can be set using environment variable `ECLOUD_INSTANCE_TYPE`.
113
+
> Machine instance type to use. Prompted for if not provided. Can be set using environment variable `ECLOUD_INSTANCE_TYPE`.
114
+
> For instance pricing, refer to [Billing](../../../get-started/billing.md#instance-types).
0 commit comments