Skip to content

Commit df92d45

Browse files
docs: drop figures in estimations costs and say it's expensive for large dataset (#703)
* docs: drop figures in estimations costs and say it's expensive Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * 📄 Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a04965 commit df92d45

3 files changed

Lines changed: 34 additions & 58 deletions

File tree

.llms-snapshots/llms-full.txt

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13949,46 +13949,31 @@ Each module is provisioned with approximately 1.5 T Cycles in usable resources.
1394913949

1395013950
* Additional transaction fees may be introduced in the future, and pricing and models are subject to change.
1395113951

13952+
* Transaction costs were last reviewed on Jan. 7, 2026.
13953+
1395213954

1395313955
---
1395413956

1395513957
## Estimating Costs
1395613958

13957-
Below are a few examples of costs provided for explanatory purposes only. Actual costs may vary depending on network conditions and usage patterns.
13958-
13959-
**Tip:**
13960-
13961-
You can use the [Pricing Calculator](https://internetcomputer.org/docs/current/developer-docs/cost-estimations-and-examples) to get a better rough estimate of how much your project might cost.
13962-
13963-
### Storage
13964-
13965-
The estimated annual cost of storing 1 gigabyte of data on the Internet Computer is $5.
13959+
We don't have reliable up-to-date numbers to share here. Costs on the Internet Computer vary depending on subnet configuration, network conditions, and your specific usage patterns. Rather than giving you figures that may mislead, we encourage you to run your own experiments and calculations using the official resources:
1396613960

13967-
To calculate the estimated monthly cost for 1 gigabyte of storage, you can refer to the table provided on the Internet Computer [website](https://internetcomputer.org/docs/current/developer-docs/gas-cost).
13961+
* 📄 [Cost reference](https://docs.internetcomputer.org/building-apps/essentials/gas-cost)
13962+
* 🧮 [Pricing calculator](https://3d5wy-5aaaa-aaaag-qkhsq-cai.icp0.io/)
1396813963

13969-
| Transaction | 13-node Application Subnets | 34-node Application Subnets |
13970-
| --- | --- | --- |
13971-
| GB Storage Per Second | $0.000000169749 | $0.000000443960 |
13972-
| Derived to a 30-day month | $0.439 | $1.149 |
13973-
| Derived to a 12-month year | $5.268 | $13.788 |
13974-
13975-
### Deployment
13964+
### What to expect broadly
1397613965

13977-
Based on our experimentation, deploying an entire website, such as the website [http://juno.build](http://juno.build), which consists of approximately 900 files (including compressed versions of the files) and is 40 MB in size, is estimated to cost around 0.114 T Cycles, which converts to 0.0105 ICP ($0.15).
13966+
Hosting static assets and running lightweight workloads is generally competitive. However, compute and storage costs for data-heavy applications are significantly higher than traditional cloud infrastructure. To put it plainly: the infrastructure, the Internet Computer, is likely more expensive compared to conventional alternatives, and it is better suited for small datasets than for large-scale data-intensive workloads.
1397813967

13979-
It's important to note that subsequent deployments of your project can have significantly lower costs if the build consistency of your application is maintained. Juno only uploads new files to your Satellites, which helps reduce costs compared to initial deployments.
13968+
That said, the free tier gives you a solid starting point. You'll have enough resources to build, experiment, and evaluate whether ICP's cost model works for your use case before spending anything.
1398013969

13981-
### Data
13970+
And again, we recommend doing your own research. DYOR prevails.
1398213971

13983-
Querying data on the Internet Computer is currently free, so there are no additional costs to expect when reading data.
13972+
### A note on emulator metrics
1398413973

13985-
In terms of persisting data, based on our experience, storing 100 instances of a JSON sample data with approximately 90 fields, totaling around 900 bytes, costs approximately 0.0005 TCycles ($0.000675). This means that the cost for a single transaction of this nature would be approximately 0.000005 TCycles or 0.0000017 ICP ($0.00000675).
13986-
13987-
**Note:**
13974+
If you use the [local emulator](/docs/guides/local-development.md) during development, be aware that any cycles metrics you observe there should **not** be used as a proxy for mainnet costs.
1398813975

13989-
Pricing information was last reviewed on Jan. 7, 2026.
13990-
13991-
Figures are estimates and may change as the Internet Computer evolves.
13976+
The emulator runs on a single [node](/docs/terminology.md#node), whereas on mainnet your data is replicated across all nodes in a [subnet](/docs/terminology.md#subnet). This replication is what makes the Internet Computer resilient, but it also means real-world costs are meaningfully higher than what local testing suggests.
1399213977

1399313978
# Terminology
1399413979

@@ -14051,6 +14036,10 @@ It acts as a comprehensive entity, encompassing memory, permission checks, and o
1405114036

1405214037
![A really high level schema representing a Satellite architecture](/assets/images/satellite-09d7ff40ba0d777f933e75c11863746b.png)
1405314038

14039+
## Node
14040+
14041+
A node is an individual machine that participates in the Internet Computer network. Nodes are grouped into ([subnets](#subnet)), and data is replicated across all nodes within a subnet, which is what makes the network resilient.
14042+
1405414043
## Orbiter
1405514044

1405614045
An Orbiter is an optional module you can enable for analytics. It helps you gather valuable, anonymous insights about your users.

docs/pricing.md

Lines changed: 14 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ keywords:
1111
deployment costs,
1212
data costs
1313
]
14+
toc_min_heading_level: 2
15+
toc_max_heading_level: 2
1416
---
1517

1618
# Pricing
@@ -55,51 +57,32 @@ Each module is provisioned with approximately 1.5 T Cycles in usable resources.
5557

5658
- Additional transaction fees may be introduced in the future, and pricing and models are subject to change.
5759

60+
- Transaction costs were last reviewed on Jan. 7, 2026.
61+
5862
:::
5963

6064
---
6165

6266
## Estimating Costs
6367

64-
Below are a few examples of costs provided for explanatory purposes only. Actual costs may vary depending on network conditions and usage patterns.
65-
66-
:::tip
67-
68-
You can use the [Pricing Calculator](https://internetcomputer.org/docs/current/developer-docs/cost-estimations-and-examples) to get a better rough estimate of how much your project might cost.
69-
70-
:::
71-
72-
### Storage
73-
74-
The estimated annual cost of storing 1 gigabyte of data on the Internet Computer is $5.
68+
We don't have reliable up-to-date numbers to share here. Costs on the Internet Computer vary depending on subnet configuration, network conditions, and your specific usage patterns. Rather than giving you figures that may mislead, we encourage you to run your own experiments and calculations using the official resources:
7569

76-
To calculate the estimated monthly cost for 1 gigabyte of storage, you can refer to the table provided on the Internet Computer [website](https://internetcomputer.org/docs/current/developer-docs/gas-cost).
70+
- 📄 [Cost reference](https://docs.internetcomputer.org/building-apps/essentials/gas-cost)
71+
- 🧮 [Pricing calculator](https://3d5wy-5aaaa-aaaag-qkhsq-cai.icp0.io/)
7772

78-
| Transaction | 13-node Application Subnets | 34-node Application Subnets |
79-
| -------------------------- | --------------------------- | --------------------------- |
80-
| GB Storage Per Second | $0.000000169749 | $0.000000443960 |
81-
| Derived to a 30-day month | $0.439 | $1.149 |
82-
| Derived to a 12-month year | $5.268 | $13.788 |
73+
### What to expect broadly
8374

84-
### Deployment
75+
Hosting static assets and running lightweight workloads is generally competitive. However, compute and storage costs for data-heavy applications are significantly higher than traditional cloud infrastructure. To put it plainly: the infrastructure, the Internet Computer, is likely more expensive compared to conventional alternatives, and it is better suited for small datasets than for large-scale data-intensive workloads.
8576

86-
Based on our experimentation, deploying an entire website, such as the website http://juno.build, which consists of approximately 900 files (including compressed versions of the files) and is 40 MB in size, is estimated to cost around 0.114 T Cycles, which converts to 0.0105 ICP ($0.15).
77+
That said, the free tier gives you a solid starting point. You'll have enough resources to build, experiment, and evaluate whether ICP's cost model works for your use case before spending anything.
8778

88-
It's important to note that subsequent deployments of your project can have significantly lower costs if the build consistency of your application is maintained. Juno only uploads new files to your Satellites, which helps reduce costs compared to initial deployments.
79+
And again, we recommend doing your own research. DYOR prevails.
8980

90-
### Data
81+
### A note on emulator metrics
9182

92-
Querying data on the Internet Computer is currently free, so there are no additional costs to expect when reading data.
83+
If you use the [local emulator](./guides/local-development.mdx) during development, be aware that any cycles metrics you observe there should **not** be used as a proxy for mainnet costs.
9384

94-
In terms of persisting data, based on our experience, storing 100 instances of a JSON sample data with approximately 90 fields, totaling around 900 bytes, costs approximately 0.0005 TCycles ($0.000675). This means that the cost for a single transaction of this nature would be approximately 0.000005 TCycles or 0.0000017 ICP ($0.00000675).
95-
96-
:::note
97-
98-
Pricing information was last reviewed on Jan. 7, 2026.
99-
100-
Figures are estimates and may change as the Internet Computer evolves.
101-
102-
:::
85+
The emulator runs on a single [node](./terminology.mdx#node), whereas on mainnet your data is replicated across all nodes in a [subnet](./terminology.mdx#subnet). This replication is what makes the Internet Computer resilient, but it also means real-world costs are meaningfully higher than what local testing suggests.
10386

10487
[mission control]: terminology.mdx#mission-control
10588
[satellite]: terminology.mdx#satellite

docs/terminology.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ It acts as a comprehensive entity, encompassing memory, permission checks, and o
5252

5353
![A really high level schema representing a Satellite architecture](./img/satellite.png)
5454

55+
## Node
56+
57+
A node is an individual machine that participates in the Internet Computer network. Nodes are grouped into [subnets](#subnet), and data is replicated across all nodes within a subnet, which is what makes the network resilient.
58+
5559
## Orbiter
5660

5761
An Orbiter is an optional module you can enable for analytics. It helps you gather valuable, anonymous insights about your users.

0 commit comments

Comments
 (0)