# Blockflow Pricing Structure

### Credit System

Blockflow uses a credit-based pricing model. The credit value varies based on your plan:

* Starter Plan: 700,000 credits = $1
* Scale Plan: 1,000,000 credits = $1
* Enterprise Plan: Custom credit rates available (contact sales for details)

### Pricing Structure

#### A. Fixed Costs

**Chain Support**

* Blockflow charges a fixed price per hour for each supported chain, based on the number of triggers.
* Pricing is tracked hourly per chain.
* Paused or deleted triggers are billed for the hours they were live.

| Network       | Hourly Trigger Credit Usage |
| ------------- | --------------------------- |
| Ethereum      | 192.63264                   |
| Polygon       | 1162.49002                  |
| Arbitrum      | 9299.92015                  |
| Optimism      | 1162.49002                  |
| Avalanche     | 1162.49002                  |
| Base          | 1162.49002                  |
| BNB           | 774.99335                   |
| polygon zkevm | 774.99335                   |
| mantle        | 1162.49002                  |
| zksync        | 2324.98004                  |
| blast         | 1162.49002                  |
| scroll        | 1193.36630                  |
| Linea         | 774.99335                   |

&#x20;**B. Usage-Based Costs**

**1. Storage Pricing**

* Based on MongoDB clusters with sharding and backup included.
* For storage requirements exceeding 1000 GB, custom pricing can be offered.
* Calculated daily based on the peak storage used each day
* Aggregated monthly for billing purposes

| **Storage Tier** | **Storage Credits(/GBday)** |
| ---------------- | --------------------------- |
| 0-500 GB         | 116666.6667                 |
| 501-1000 GB      | 83333.33333                 |

**2. Instance Pricing**

* Instance calls are charged based on the number of invocations and the execution time taken for the instance

Pricing Formula:

* **Invocations Credits** = 9.46 \* (# of Invocations)
* **Execution Credits** = 0.143 \* (# of Invocations) \* Avg Execution Runtime (ms)

**Total Instance Credits = Invocation Credits + Execution Credits**

3. **API Calls Pricing**

* Charged based on the number of requests and execution time.

Pricing Formula:

* **Invocations Credits** = 21.85 \* (# of API Calls)
* **Execution Credits** = 0.2 \* (# of API Calls) \* Avg Execution Runtime (ms)

**Total API Credits = Invocation Credits + Execution Credits**

Estimated Price: $14 per 100K Calls (may vary slightly based on plan)

Assuming Avg Execution Runtime to be 600 ms and the user is on a Scale Plan.

### Plans Overview

1. Starter Plan

* 700,000 credits = $1
* Ideal for small projects and startups

2. Scale Plan

* 1,000,000 credits = $1
* Designed for growing projects with higher usage

3. Enterprise Plan

* Custom credit rates
* Tailored solutions for large-scale projects
* Contact sales for personalized pricing and features

### Important Notes

1. All prices are in credits unless otherwise specified.
2. The pricing for Instance Calls and API Calls is an estimate and may vary slightly (not more than 5%).
3. Custom pricing is available for high-volume storage needs and enterprise customers.

For any questions, custom pricing requests, or to discuss enterprise plans, please contact Blockflow's sales team.


---

# 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.blockflow.network/pricing/blockflow-pricing-structure.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.
