# Upgrade 16a Protocol upgrade

> Notice date: November 10, 2025
>
> Target Network: GIWA Testnet (Sepolia)

## Overview

GIWA Chain will apply the **Upgrade 16a** protocol update from the OP Stack. This is a maintenance release that includes internal improvements to enhance system stability.

{% hint style="warning" %}
Any withdrawals that have **not been finalized** before the upgrade will need to be **reproven** after the upgrade.
{% endhint %}

## Schedule

* Testnet (Sepolia): *November 12, 2025*

{% hint style="info" %}
The actual time may vary depending on network conditions and block timing.
{% endhint %}

## For Users

* If a withdrawal to L1 is **not yet finalized** when the upgrade is executed, the corresponding **withdrawal proof will be invalidated**.  In that case, you will need to **resubmit the withdrawal proof** after the upgrade completes.
* Withdrawals that are already **finalized** will **not** be affected.
* All assets (ETH and tokens) remain **safe**, and there is **no risk of loss**.

## For Developers

* Applications related to bridge withdrawals (e.g., withdrawal status trackers, bridge UIs, etc.) should account for possible **temporary withdrawal proof invalidation** during the upgrade window.
* If your app monitors withdrawal proofs on L1, make sure it can detect invalidated proofs and **retry** accordingly.
* No changes are required for smart contracts already deployed on the GIWA network.

## Learn more

Want to learn more about Upgrade 16a?  Check out the [OP Stack documentation](https://docs.optimism.io/notices/archive/upgrade-16a#impact-summary).


---

# 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.giwa.io/notices/en/giwa-chain/archive/upgrade-16a.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.
