> For the complete documentation index, see [llms.txt](https://docs.sia.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sia.tech/miscellaneous/sias-december-2025-hardfork-ecosystem-status.md).

# V2: The Final Cut - Network Upgrade (December 2025)

Sia will be performing a network upgrade at block 552,100, estimated to occur December 1st, 2025. This release removes deprecated fields, fixes a difficulty adjustment bug, and prepares the network for parallel and instant syncing.

#### Supported versions:

* walletd v2.11.0+
* hostd v2.4.0+
* renterd v2.7.0+
* minerd v0.3.2+

This is a drop-in upgrade for all v2 compatible versions.

## Exchanges

As always, we recommend never storing your tokens on an exchange. You know the old saying: not your keys, not your coins.

| Exchange   | Pct. Daily Volume | Status           |
| ---------- | ----------------- | ---------------- |
| Poloniex   | 40%               | Committed        |
| HTX        | 26%               | Committed        |
| BitMart    | 11%               | Upgrade complete |
| Binance    | 6%                | Upgrade complete |
| Upbit      | 4%                | Committed        |
| MEXC       | 2%                | Upgrade complete |
| CoinW      | 2%                | Notified         |
| SuperEx    | 1.7%              | Notified         |
| Digifinex  | 1.5%              | Notified         |
| Bybit      | 1.5%              | Committed        |
| BYDFi      | 1.5%              | Notified         |
| BigONE     | 1.3%              | Notified         |
| Kraken     | 1%                | Upgrade complete |
| BitKan     | 0.5%              | Notified         |
| Gate.io    | 0.3%              | Upgrade complete |
| Bithumb    | 0.2%              | Upgrade complete |
| Crypto.com | 0.2%              | Notified         |

## Mining Pools

| Pool   | Status           |
| ------ | ---------------- |
| f2pool | Upgrade complete |
| DxPool | Upgrade complete |
| Luxor  | Upgrade complete |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sia.tech/miscellaneous/sias-december-2025-hardfork-ecosystem-status.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
