# 4.5 SatoshiChain Configurations

* The average block time is expected to be 2 seconds.&#x20;
* Initially, 21 nodes will be running to comply with BFT (Byzantine Fault Tolerance).&#x20;
* Block size will be dynamic and decided by the Validator set. The initial block gas limit is 30,000,000.&#x20;
* The expected number of validator nodes in the chain will be 21 at a minimum.&#x20;
* Any account staking more than 10,000,000 $SC tokens and passing the community authority and authentication, will be allowed to join the Validator Set.&#x20;
* SatoshiChain has pre-deployed contracts for staking. This allows for the staking of $SC tokens, providing rewards to holders.&#x20;
* If the block is not produced or accepted within the expected time, the next validator would take over the proposer duty.&#x20;
* There is no newly minted block reward for block production.&#x20;
* All transaction fees will be valued in either $SAT or $SC.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://satoshichain.gitbook.io/satoshi-chain/developers/4.5-satoshichain-configurations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
