> For the complete documentation index, see [llms.txt](https://docs.giwa.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.giwa.io/notices/giwa-chain/flashblocks.md).

# Flashblocks 기능 지원

> 공지일자: 2025년 12월 9일
>
> 적용 네트워크: GIWA 테스트넷 (Sepolia)

GIWA Chain에 Flashblocks 기능이 새롭게 도입되었어요.

Flashblocks는 블록이 생성될 때까지 기다리지 않고, 트랜잭션에 대한 preconfirmation 신호를 빠르게 받을 수 있는 기능입니다. 이를 통해 트랜잭션 전송 후 수백 밀리초 (최대 약 200ms) 내에 빠른 피드백을 받을 수 있어 지갑, 결제 서비스, 게임 등 실시간성이 중요한 앱에서 더욱 증진된 사용자 경험을 제공할 수 있습니다.

<figure><img src="/files/oNXWAb5aXL6Fo0vc89Tt" alt=""><figcaption></figcaption></figure>

## 더 알아보기

Flashlbocks 기능에 대해 더 알아보고 싶나요? [Flashblocks 페이지](https://docs.giwa.io/network-information/flashblocks)를 확인해보세요.


---

# 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.giwa.io/notices/giwa-chain/flashblocks.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.
