Skip to main content

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

View API Reference

Method TypeCU
net_version0
eth_chainId0
eth_syncing0
net_listening0
eth_uninstallFilter10
eth_accounts10
eth_blockNumber10
eth_subscribe10
eth_unsubscribe10
eth_feeHistory10
eth_maxPriorityFeePerGas10
eth_getTransactionReceipt15
eth_getTransactionByBlockHashAndIndex15
eth_getTransactionByBlockNumberAndIndex15
eth_getUncleCountByBlockHash15
eth_getUncleCountByBlockNumber15
web3_clientVersion15
web3_sha315
eth_getBlockByNumber16
eth_getStorageAt17
eth_getTransactionByHash17
eth_gasPrice19
eth_getBalance19
eth_getCode19
eth_getFilterChanges20
eth_newBlockFilter20
eth_newFilter20
eth_getBlockTransactionCountByHash20
eth_getBlockTransactionCountByNumber20
eth_getProof21
eth_getBlockByHash21
eth_getTransactionCount26
eth_call26
eth_getFilterLogs75
eth_getLogs75
eth_estimateGas87
eth_sendRawTransaction250
eth_getBlockReceipts500
debug_traceTransaction309
debug_traceCall309
debug_traceBlockByHash497
debug_traceBlockByNumber497
eth_signTransaction250
net_peerCount0
txpool_status0
debug_getBadBlocks497
debug_storageRangeAt497
debug_traceBlock497
debug_getTrieFlushInterval497

Astar Network / Shibuya

View API Reference

✅ No CU is consumed for any method on Astar Mainnet or Shibuya networks.