# 브릿지

이더리움에서 GIWA 체인으로 또는 GIWA 체인에서 이더리움으로 자산을 이동시키기 위해 브릿지 서비스를 사용할 수 있어요.

## Superbridge

Superbridge는 이더리움과 GIWA 체인간 자산을 옮길 수 있도록 native 브릿지를 제공하고 있습니다. 자세한 내용은 [Superbridge 문서](https://superbridge.app/get#native)를 살펴보세요.

{% hint style="info" %}
Native 브릿지란?

**Native 브릿지**는 GIWA 체인에서 제공하는 시스템을 활용하여 구현한 브릿지를 의미해요. 외부 서비스에 대한 의존도가 낮고, 프로토콜 레벨에서 안전성이 보장된다는 장점이 있어요.

다만 레이어 2 특성상 **Withdrawal 트랜잭션에는 챌린지 기간(Challenge Period)**&#xC774; 적용되기 때문에, 이더리움으로 출금할 때 **평균 약 7일 정도의 대기 시간**이 발생한다는 특징이 있습니다.
{% endhint %}

#### 지원 네트워크

* [GIWA Sepolia](https://sepolia-bridge.giwa.io/)


---

# 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/tools/bridges.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.
