> For the complete documentation index, see [llms.txt](https://docs.chaingpu.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chaingpu.net/ready-to-buy/pricing.md).

# Pricing

Introducing the pricing structure for ChainGPU nodes, which are billed on a monthly basis per GPU, ChainGPU offers a flexible and transparent pricing model tailored to meet the needs of diverse computing tasks. Our goal is to provide users with cost-effective access to high-performance GPU resources, ensuring that you get the most value out of your investment in our technology.

#### Monthly Billing Per GPU: An Overview

Our pricing strategy is designed to simplify the process of accessing GPU resources for your computational requirements. Whether you're involved in data analysis, machine learning, or any other GPU-intensive task, our monthly billing cycle per GPU ensures that you have continuous access to the necessary computing power without any unexpected costs.

#### Advantages of ChainGPU's Pricing Model

* **Predictable Costs**: With our monthly per GPU billing, you can easily forecast your project's expenses, allowing for better budget management and financial planning.
* **Scalability**: As your computational needs grow, ChainGPU's pricing model supports easy scaling. Add more GPUs to your setup without worrying about complex pricing adjustments.
* **Transparency**: No hidden fees or complicated pricing tiers. Our straightforward pricing ensures you know exactly what you're paying for, providing peace of mind and the ability to focus on your projects.
* **Optimized Investment**: By billing per month per GPU, we ensure that you're only paying for the resources you need, optimizing your investment in GPU power for maximum efficiency and productivity.

| GRAPHICS CARD    | SUPPLY | RATE PER HOUR |
| ---------------- | ------ | ------------- |
| **A100**         | 756    | $0.90/hour    |
| **A6000 / A40**  | 342    | $0.35/hour    |
| **GeForce 4090** | 564    | $0.54/hour    |
| **GeForce 3090** | 342    | $0.15/hour    |
| **A5000 / A10**  | 645    | $0.35/hour    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.chaingpu.net/ready-to-buy/pricing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
