3.9 KiB
3.9 KiB
NuQloud Pricing + Packages v1
1. Pricing model principles
- No “free publishing forever” claims.
- Publishing is metered through credits.
- Credits are pre-funded at instance level.
- Replication guarantees are sold as package entitlements.
- Public UI can hide crypto internals in
poweredmode.
2. Core abstraction
Each instance has:
- One publishing identity/account configured per instance through admin settings.
- A credit balance (source of truth ledger-backed).
- A package entitlement (replication guarantees + encrypted capacity).
Users/admins do not need to buy/manage QORT directly in standard flows.
3. Package catalog (v1)
3.1 Free Core
- NuQloud login + identity foundation.
- Local/off-node baseline backup features.
- No guaranteed replication SLA.
- No included publishing credits by default.
3.2 Starter
- Included credits:
500 - On-instance storage:
10 GB - Decentralized publish storage:
10 GB - Intended audience: single-user or lighter private-cloud usage
3.3 Advanced
- Included credits:
2,000 - On-instance storage:
25 GB - Decentralized publish storage:
25 GB - Intended audience: heavier single-user or hosted-account usage
3.4 Pro
- Included credits:
5,000 - On-instance storage:
100 GB - Decentralized publish storage:
100 GB - Intended audience: professional-use private-cloud usage
3.5 Team packages
nuqloud_team_starter,nuqloud_team_advanced, andnuqloud_team_proinherit the corresponding Starter/Advanced/Pro storage and credits.- Team packages are intended for up to
5users.
3.6 Branded packages
nuqloud_branded:10,000credits,150 GBon-instance storage,150 GBdecentralized publish storage.nuqloud_branded_pro:25,000credits,500 GBon-instance storage,500 GBdecentralized publish storage.nuqloud_branded_enterprise:100,000credits,1 TBon-instance storage per instance,1 TBdecentralized publish storage per instance.
3.7 Capacity add-on
capacity-25adds25 GBon-instance storage and25 GBdecentralized publish storage.capacity-100adds100 GBon-instance storage and100 GBdecentralized publish storage.
3.8 Credit add-on
credits-1000is the base publishing-credit top-up.credits-5000is the larger publishing-credit top-up.- Final pricing is set by finance policy and the live CHD catalog config.
4. Credit policy
4.1 Consumption
Credits are consumed when write operations are successfully committed to the NuQloud network.
4.2 Failure handling
If a write fails, reserved credits are refunded.
4.3 Balance invariants
- No negative balances.
- All mutations are ledger events.
- Every event must be auditable and idempotent-safe.
4.4 Rollover policy
If enabled, rollover is capped (recommended max: 2x included monthly credits).
5. Introductory grant policy
One-time manual bootstrap grant model:
- One grant per instance.
- Manual approval only.
- Fixed Name Registration amount =
125 credits- also given in grant. - Fixed default amount:
100 credits. - Total amount provided
name registration 125 creditsand100 additional publish credits - Non-renewable.
- Same ledger behavior as paid credits.
Request fields:
- Instance domain
- Admin email
- Intended use category
- Optional short note
6. UI language policy (customer-facing)
Use:
- “Publishing credits”
- “Replication guarantees”
- “Encrypted capacity”
Avoid:
- “Token burn”
- “Wallet funding” (in powered mode)
- protocol internals in normal admin UX
7. Customer-facing status surfaces
Admin panel must show:
- Current package
- Credit balance
- Capacity usage
- Replication health (
target vs healthy) - Grant status (if applicable)
8. Change management
Pricing constants and package limits must be config-driven and versioned:
- package definitions
- included credits
- add-on pricing
- rollover cap
- grant defaults