# Upgrade 18 프로토콜 업그레이드

> 공지일자: 2026년 3월 11일
>
> 적용 네트워크: GIWA 테스트넷 (Sepolia)

## 개요

GIWA Chain은 OP Stack의 Upgrade 18 프로토콜 업데이트를 적용합니다. 이번 업그레이드는 Fault Proof 시스템의 보안 다중화와 내부 컨트랙트 구조 개선을 위한 작업이 포함되어있어요.

{% hint style="info" %}
이번 업그레이드는 하드포크가 아닌 L1 스마트 컨트랙트 수준의 업데이트입니다.
{% endhint %}

## 일정

* 테스트넷 (Sepolia): *2026년 3월 13일*

{% hint style="info" %}
체인의 상태나 블록 타이밍에 따라 실제 적용 시점은 다소 변동될 수 있습니다.
{% endhint %}

## 주요 변경사항

* **Fault Proof 이중화**: 기존 Cannon 기반 Fault Proof에 더해 Kona(Rust 기반) 구현이 추가되어, Fault Proof 시스템의 안정성과 보안이 강화돼요.
* **Dispute Game 구조 개선**: 내부 컨트랙트 구조가 개선되어 Dispute Game 관련 가스 비용이 절감됩니다.

## 개발자 영향

* Fault Proof 관련 온체인 데이터를 직접 조회하는 앱이 있다면, 새로운 Dispute Game 타입(`CANNON_KONA`)이 추가된 점을 참고해 주세요.

## 더 알아보기

Upgrade 18에 대해 더 알아보고 싶나요? [OP Stack 문서](https://docs.optimism.io/notices/archive/upgrade-18)를 확인해보세요.


---

# 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/giwa-chain/archive/upgrade-18.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.
