+
+ Validators ({validators})
+ {formatCurrency(costs.validatorCost)}
+
+
+ Storage ({storage} GB)
+ {formatCurrency(costs.storageCost)}
+
+ {throughput === 'high' && (
+
+
+ High throughput selected - monitor state growth
+
+ )}
+ {costs.serviceCost > 0 && (
+
+ Additional Services
+ {formatCurrency(costs.serviceCost)}
+
+ )}
+ {costs.platformFee > 0 && (
+
+ Platform Fee
+ {formatCurrency(costs.platformFee)}
+
+ )}
+
+
+ Total Monthly Cost
+ {formatCurrency(costs.totalCost)}
+
+
+