> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minenet.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing and included usage

> Plan tiers, included usage, and how resource pricing is calculated.

Minenet uses a hybrid model:

* fixed monthly plan price,
* plus metered resource usage,
* minus plan-included usage.

## Plan tiers

Currently supported runtime tiers are Starter, Plus, and Pro.

| Plan    | Monthly price | Included usage | Resource caps                            |
| ------- | ------------: | -------------: | ---------------------------------------- |
| Starter |          \$19 |           \$20 | Up to 10 servers/proxies and 2 databases |
| Plus    |          \$59 |           \$80 | Up to 30 servers/proxies and 5 databases |
| Pro     |         \$199 |          \$250 | Unlimited servers/proxies and databases  |

## Compute pricing (servers and proxies)

* Memory: `$3.00` per GB per month
* Disk: `$0.04` per GB per month
* First `10 GB` disk per resource is free

Metering runs hourly from monthly rates.

### Example

For an 8 GB / 40 GB server:

* Memory: `8 × $3.00 = $24.00/month`
* Billable disk: `(40 - 10) × $0.04 = $1.20/month`
* Total: `$25.20/month`

## Dedicated IP pricing

* `$3.00` per dedicated IP per month
* Metered hourly

## Database pricing (Swiftbase)

Swiftbase is billed by server type.

| Server type | Monthly |
| ----------- | ------: |
| cpx11       |    \$11 |
| cpx21       |    \$19 |
| cpx22       |    \$12 |
| cpx31       |    \$26 |
| cpx32       |    \$20 |
| cpx41       |    \$34 |
| cpx42       |    \$29 |
| cpx51       |    \$69 |
| cpx52       |    \$38 |
| cpx62       |    \$49 |

## Included usage in practice

Included usage is applied against your metered usage in the cycle.

If usage is under included value, you only pay plan price.
If usage is above it, the difference is overage.

## Next step

Continue to [Usage, overage, and spending limits](/guides/billing/usage-overage-and-spending-limits).
