Skip to content

Commit 5664912

Browse files
committed
Review rework
1 parent c345712 commit 5664912

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

docs/products/eigencompute/get-started/pricing.md renamed to docs/products/eigencompute/get-started/billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: EigenCompute Testnet Pricing
2+
title: Billing
33
sidebar_position: 2
44
---
55

docs/products/eigencompute/get-started/quickstart.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: EigenX CLI Quickstart
2+
title: Quickstart
33
sidebar_position: 1
44
---
55

@@ -9,9 +9,8 @@ Get started with EigenX CLI and deploy your first verifiable application to a Tr
99

1010
Before you begin, ensure you have:
1111

12-
- **Allowlisted Account** - Required to create apps. Use existing address with `eigenx auth login` or generate with `eigenx auth generate`. Submit an onboarding request [here](https://onboarding.eigencloud.xyz).
1312
- **Docker** - To package and publish application images ([Download](https://www.docker.com/get-started/))
14-
- **Mainnet ETH** - For deployment transactions on mainnet-alpha (default environment)
13+
- **Testnet or Mainnet ETH** - For deployment transactions
1514

1615
:::tip Testing on Sepolia
1716
To test on Sepolia testnet instead, use `eigenx env set sepolia` and get testnet ETH from:
@@ -112,7 +111,7 @@ Variables with the `_PUBLIC` suffix will be visible to users for transparency. S
112111

113112
### Subscribe to EigenCompute
114113

115-
Before deploying, you'll need an [EigenCompute subscription](pricing.md).
114+
Before deploying, you'll need an [EigenCompute subscription](billing).
116115

117116
To subscribe:
118117

@@ -123,7 +122,7 @@ eigenx billing subscribe
123122
The payment portal is displayed. Enter your payment method details and click the Subscribe button.
124123

125124
:::important Mainnet Pricing
126-
Current EigenCompute pricing is the [testnet pricing](pricing.md). Mainnet deployments are available testnet pricing for a promotional
125+
Current EigenCompute pricing is the [testnet pricing](billing). Mainnet deployments are available testnet pricing for a promotional
127126
period ending on 12/31/2025.
128127
:::
129128

@@ -165,7 +164,7 @@ cd my-existing-project
165164
# Deploy directly - the CLI will prompt for Dockerfile and .env paths
166165
eigenx app deploy
167166
```
168-
The CLI will prompt you for [billing details](pricing.md) in our payment portal.
167+
The CLI will prompt you for [billing details](billing) in our payment portal.
169168

170169
**Requirements for existing projects:**
171170
- **Dockerfile** - Must target `linux/amd64` and run as root user
@@ -186,7 +185,7 @@ docker push myregistry/myapp:v1.0
186185
eigenx app deploy myregistry/myapp:v1.0
187186
```
188187

189-
The CLI will prompt you for [billing details](pricing.md) in our payment portal.
188+
The CLI will prompt you for [billing details](billing) in our payment portal.
190189

191190
## Update Your Application
192191

@@ -320,4 +319,4 @@ Common issues:
320319

321320
- **GitHub Issues**: [Report issues](https://github.com/Layr-Labs/eigenx-cli/issues)
322321
- **Discord**: TODO Add invite to channel.
323-
- **Talk to EigenCompute team**: TODO Add link to hubspot.
322+
- **Talk to EigenCompute team**: Complete [this form](https://ein6l.share.hsforms.com/2L1WUjhJWSLyk72IRfAhqHQ) and a member of the team will reach out to discuss your project.

docs/products/eigencompute/reference/cli-commands/billing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 4
55

66
# Billing Commands
77

8-
EigenCompute requires a [subscription for deploying applications](../../get-started/pricing.md). Use these commands to manage billing and subscription.
8+
EigenCompute requires a [subscription for deploying applications](../../get-started/billing). Use these commands to manage billing and subscription.
99

1010
## Commands Overview
1111

@@ -20,23 +20,23 @@ EigenCompute requires a [subscription for deploying applications](../../get-star
2020
### subscribe
2121

2222
Redirects to the payment portal to supply a payment method for billing. For more information,
23-
refer to [Subscribe](../../get-started/pricing.md#subscribe).
23+
refer to [Subscribe](../../get-started/billing#subscribe).
2424

2525
| Flag | Description |
2626
|-----------------------|----------------------------------------------------------------------------|
2727
| `--env <environment>` | Specify environment for the subscription. Default is current environment. |
2828

2929
### cancel
3030

31-
Cancel an existing subscription. For more information, refer to [Cancel a Subscription](../../get-started/pricing.md#cancel-a-subscription).
31+
Cancel an existing subscription. For more information, refer to [Cancel a Subscription](../../get-started/billing#cancel-a-subscription).
3232

3333
| Flag | Description |
3434
|-----------------------|----------------------------------------------------------------------------|
3535
| `--env <environment>` | Specify environment for the subscription. Default is current environment. |
3636

3737
### status
3838

39-
Display current billing status. For more information, refer to [Manage Billing](../../get-started/pricing.md#manage-billing).
39+
Display current billing status. For more information, refer to [Manage Billing](../../get-started/billing#manage-billing).
4040

4141
| Flag | Description |
4242
|-----------------------|----------------------------------------------------------------------------|

docs/products/eigencompute/reference/cli-commands/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Deploy new applications to TEE instances and upgrade existing deployments with n
2020

2121
Deploy a new application to a Trusted Execution Environment (TEE).
2222

23-
The CLI will prompt you for [billing details](../../get-started/pricing.md) in our payment portal.
23+
The CLI will prompt you for [billing details](../../get-started/billing) in our payment portal.
2424

2525
### Syntax
2626

0 commit comments

Comments
 (0)