# Version History

Below is the history of state-breaking upgrades. Note that binary versions may not match upgrade names due to the presence of non-state-breaking upgrades.

#### Mainnet

| Binary Version | Upgrade Height | Upgrade Name |
| -------------- | -------------- | ------------ |
| v0.1.1         | 0              | N/A          |
| v0.1.10        | 3249665        | v0.1.8       |
| v1.0.1         | 4717200        | v1.0.0       |
| v1.0.6         | 5533888        | v1.0.3       |

#### Testnet

| Binary Version | Upgrade Height | Upgrade Name |
| -------------- | -------------- | ------------ |
| v0.1.1         | 0              | N/A          |
| v0.1.9         | 3882415        | v0.1.7       |
| v1.0.0-rc.2    | 4636000        | v1.0.0       |
| v1.0.0-rc.4    | 4940600        | v1.0.0-rc.4  |
| v1.0.6         | 5291200        | v1.0.0-rc.6  |


---

# 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.seda.xyz/home/tech/for-chain-operators/version-history.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.
