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

# 시작하기

빈 지갑에서 첫 스왑까지 안내합니다.\
현재는 GIWA Sepolia 테스트넷과 테스트 자산으로 진행하므로 실제 자금은 사용되지 않습니다.

## 1. Osige 열고 지갑 연결하기

[osige.exchange](https://osige.exchange) 에 접속한 뒤 **Connect Wallet**을 선택하고 EVM 호환 지갑(MetaMask 등)에서 연결을 승인합니다.

## 2. GIWA Sepolia로 전환하기

Osige Testnet 은 GIWA Sepolia에서 작동합니다.\
앱의 네트워크 안내를 따르거나 아래 값으로 직접 네트워크를 추가하세요:

| 항목      | 값                                  |
| ------- | ---------------------------------- |
| 네트워크 이름 | GIWA Sepolia                       |
| 체인 ID   | `91342`                            |
| 통화 기호   | `ETH`                              |
| 공개 RPC  | `https://sepolia-rpc.giwa.io`      |
| 익스플로러   | `https://sepolia-explorer.giwa.io` |

상기 값은 [GIWA 공식 연결 가이드](https://docs.giwa.io/giwa-chain/en/get-started/connect-to-giwa)를 기준으로 합니다.

## 3. 가스와 테스트 자산 받기

두 종류의 테스트 자산이 필요합니다:

* **가스용 테스트넷 ETH:** [GIWA 공식 Faucet](https://faucet.giwa.io/)에서 받으세요. GIWA Sepolia의 모든 트랜잭션에는 소량의 ETH 가스가 필요합니다
* **트레이딩용 Osige 테스트 토큰:** [Osige Faucet 페이지](https://osige.exchange/faucet)에서 **Claim all test assets**를 선택하세요. 한 번의 트랜잭션으로 테스트 토큰 번들 전체를 받습니다. 지갑마다 24시간 쿨다운이 적용됩니다

<figure><img src="/files/wXDNNWlIldykSVvX0LOK" alt="GIWA Sepolia 가스와 테스트 자산을 보여주는 Osige 테스트넷 Faucet"><figcaption><p>GIWA Sepolia 가스와 테스트 자산을 보여주는 Osige 테스트넷 Faucet</p></figcaption></figure>

{% hint style="info" %}
테스트 토큰과 그 위에 만들어진 마켓은 시연용입니다\
GIWA Sepolia의 잔고·가격·랭킹은 금전적 가치가 없습니다
{% endhint %}

## 4. 첫 스왑 해보기

1. [Trade](https://osige.exchange/trade)를 엽니다
2. 지불할 토큰과 받을 토큰을 선택합니다
3. 수량을 입력하고 견적을 기다립니다
4. 견적 산출량, 경로, 수수료, 최소 수령량, 가격 영향을 확인합니다
5. 지갑이 요청하면 입력 토큰을 먼저 승인(approve)하세요. 이는 별도의 권한 부여 트랜잭션입니다
6. **Swap**을 선택하고 지갑 프롬프트를 꼼꼼히 읽은 뒤 확인합니다
7. 컨펌을 기다립니다. 최종 결과는 [GIWA 익스플로러](https://sepolia-explorer.giwa.io)에서 확인하세요

라우팅, 슬리피지, 가격 영향, 차트, 워크스페이스 패널까지 포함한 전체 스왑 가이드는 [스왑](/osige-docs/ko/trading/swap.md) 문서에 있습니다

## 5. 다음으로 가볼 곳

* [탐색과 마켓](/osige-docs/ko/trading/explore-and-markets.md): 마켓과 풀을 둘러보세요
* [유동성 공급](/osige-docs/ko/liquidity/provide-liquidity.md): 스왑 수수료를 벌어보세요
* [카피 트레이딩](/osige-docs/ko/osige-features/copy-trading.md): 다른 트레이더의 포지션 구성을 살펴보세요
* [프로필과 커뮤니티](/osige-docs/ko/osige-features/profiles-and-community.md): 공개 프로필을 설정하세요
* 이해되지 않는 것에 서명하기 전에는 반드시 [리스크와 보안](/osige-docs/ko/reference/risks-and-security.md) 항목을 읽어보세요


---

# 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://osige.gitbook.io/osige-docs/ko/getting-started.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.
