What are SCS Compute Units?
SCS Compute Units (CU) represent the compute resources used by customers when interacting with Startale Cloud Services (SCS). In simple terms, the total monthly CU usage is equivalent to a customer’s total service usage for that month.
Depending on the Pricing Plan selected, customers receive a monthly Base CU allocation.
- On Growth Plan and above, services auto-scale even after consuming Base CU.
- Auto-scaled CUs are billed at a different rate than Base CUs.
As of Feb 4, 2025, CUs are defined per JSON-RPC method in the Node RPC Service. Monthly usage is calculated by tracking the type and frequency of method calls. In future updates, more services will consume CUs.
Note: Not all services are CU-based. For instance, JSON-RPC throughput does not auto-scale with CU and is fixed based on your selected plan.
Refer to the official pricing page for more details.
Node RPC Service
Soneium Mainnet / Minato
Method Type | CU |
---|---|
net_version | 0 |
eth_chainId | 0 |
eth_syncing | 0 |
net_listening | 0 |
eth_uninstallFilter | 10 |
eth_accounts | 10 |
eth_blockNumber | 10 |
eth_subscribe | 10 |
eth_unsubscribe | 10 |
eth_feeHistory | 10 |
eth_maxPriorityFeePerGas | 10 |
eth_getTransactionReceipt | 15 |
eth_getTransactionByBlockHashAndIndex | 15 |
eth_getTransactionByBlockNumberAndIndex | 15 |
eth_getUncleCountByBlockHash | 15 |
eth_getUncleCountByBlockNumber | 15 |
web3_clientVersion | 15 |
web3_sha3 | 15 |
eth_getBlockByNumber | 16 |
eth_getStorageAt | 17 |
eth_getTransactionByHash | 17 |
eth_gasPrice | 19 |
eth_getBalance | 19 |
eth_getCode | 19 |
eth_getFilterChanges | 20 |
eth_newBlockFilter | 20 |
eth_newFilter | 20 |
eth_getBlockTransactionCountByHash | 20 |
eth_getBlockTransactionCountByNumber | 20 |
eth_getProof | 21 |
eth_getBlockByHash | 21 |
eth_getTransactionCount | 26 |
eth_call | 26 |
eth_getFilterLogs | 75 |
eth_getLogs | 75 |
eth_estimateGas | 87 |
eth_sendRawTransaction | 250 |
eth_getBlockReceipts | 500 |
debug_traceTransaction | 309 |
debug_traceCall | 309 |
debug_traceBlockByHash | 497 |
debug_traceBlockByNumber | 497 |
eth_signTransaction | 250 |
net_peerCount | 0 |
txpool_status | 0 |
debug_getBadBlocks | 497 |
debug_storageRangeAt | 497 |
debug_traceBlock | 497 |
debug_getTrieFlushInterval | 497 |
Astar Network / Shibuya
✅ No CU is consumed for any method on Astar Mainnet or Shibuya networks.