# Roadmap

The general structure of Commands and Blocks is designed to be flexible, but immutable. There are additional fields reserved for future iterations of the protocol in the event of upgrades. Likewise, there is the ability to "fork" the chain, somewhat analogous to a fork on a blockchain like Ethereum, where the chain can introduce new features.

Initially, the overall structure will be managed by the Empyreal team. Once the project has stabilized and we have made it through our initial iterations, we will be able to migrate this to a more decentralized solution where there is governance managing the upgrades to the protocol.

A standard for SIPs (Simulacrum Improvement Proposals) will be released at a later point in time.

#### Potential Upgrades <a href="#potential-upgrades" id="potential-upgrades"></a>

* Adding gas (a fee for committing a transaction to the chain)
* Rewards for mining/executing blocks
* Omnichain transaction handling

[<br>](https://docs.simulacrum.network/synthetic-blockchain/organization/effects)


---

# 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://docs.simulacrum.network/synthetic-blockchain/roadmap.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.
