# Pricing

## How does Spydra Pricing work?

* Spydra offers pay-as-per-your-usage pricing without restricting users on features. So there are no confusing pricing tiers - every user will get every feature on Spydra.
* Organizations will be billed monthly for the resources utilized across all the Networks.
* Spydra offers best-in-the-market rates for the resources - nodes, and storage.
* In addition, Spydra offers a $400 credit for the first 2 organizations to explore Spydra without any cost.

**Spydra's pricing is dependent on the following resources**

* Type of Node - Peer and Orderer
* Size of Node - Small, Medium, and Large
* Shareability - Shared and Dedicated
* Hosting type - Spydra Hosted or Self-hosted / BYOC
* Storage

The following table will illustrate the cost per hour in USD based on the type.

{% tabs %}
{% tab title="Shared" %}

<table><thead><tr><th width="144">Resources</th><th>Small</th><th>Medium</th><th>Large</th></tr></thead><tbody><tr><td><strong>Peer Nodes</strong></td><td>With 0.5 CPU, 1 GB RAM</td><td>With 1 CPU, 2 GB RAM</td><td>With 2 CPU, 4 GB RAM</td></tr><tr><td></td><td>0.226</td><td>0.38</td><td>0.57</td></tr><tr><td><strong>Orderer Nodes</strong></td><td>With 0.5 CPU, 1 GB RAM</td><td>With 1 CPU, 1 GB RAM</td><td>With 1 CPU, 2 GB RAM</td></tr><tr><td></td><td>0.062</td><td>0.13</td><td>0.22</td></tr><tr><td><strong>Storage</strong></td><td>10 GB/HR</td><td>10 GB/HR</td><td>10 GB/HR</td></tr><tr><td></td><td>0.226</td><td>0.38</td><td>0.57</td></tr></tbody></table>
{% endtab %}

{% tab title="Dedicated" %}

<table><thead><tr><th width="144">Resources</th><th>Small</th><th>Medium</th><th>Large</th></tr></thead><tbody><tr><td><strong>Peer Nodes</strong></td><td>With 0.5 CPU, 1 GB RAM</td><td>With 1 CPU, 2 GB RAM</td><td>With 2 CPU, 4 GB RAM</td></tr><tr><td></td><td>0.506</td><td>0.7</td><td>0.91</td></tr><tr><td><strong>Orderer Nodes</strong></td><td>With 0.5 CPU, 1 GB RAM</td><td>With 1 CPU, 1 GB RAM</td><td>With 1 CPU, 2 GB RAM</td></tr><tr><td></td><td>0.132</td><td>0.22</td><td>0.32</td></tr><tr><td><strong>Storage</strong></td><td>10 GB/HR</td><td>10 GB/HR</td><td>10 GB/HR</td></tr><tr><td></td><td>0.506</td><td>0.7</td><td>0.91</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Please note all cost mentioned here is per hour. To calculate your monthly estimate, please use the pricing calculator on the website - <https://www.spydra.app/pricing>. \
\
Alternatively, you can look at Billing Forcaste for your Organization. [Billing forecast](/billing-and-pricing/billing-forecast.md)
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.spydra.app/billing-and-pricing/pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
