> 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/readme.md).

# Osige에 오신 것을 환영합니다

![Osige 로고](/files/eUhaqF4dbfiQMhFlZlXq)

Osige는 GIWA를 위해 만든 트레이더 중심 탈중앙화 거래소(DEX)입니다.\
트레이더는 집중 유동성 풀에서 토큰을 스왑하고, 유동성 공급자는 직접 고른 가격 범위 안에서 유동성이 활성화된 동안 스왑 수수료를 받습니다.\
여기에 GIWA 네이티브 아이덴티티 기능, 카피 트레이딩, 공개 프로필, 커뮤니티 피드를 한 제품으로 담았습니다.

{% hint style="warning" %}
Osige는 현재 테스트 네트워크인 **GIWA Sepolia**에서 운영됩니다\
테스트넷 토큰은 금전적 가치가 없으니 참고해 주시기 바랍니다
{% endhint %}

## Osige 의 기능

* 마켓, 토큰, 풀 활동 탐색
* 토큰 스왑 견적 확인 및 실행
* 풀과 집중 유동성 포지션 생성, 스왑 수수료 받기
* 공개 유동성 전략을 찾아 내 포지션으로 카피
* 읽기 쉬운 `up.id` 이름 차용, 뱃지, 포스트, 팔로워로 공개 프로필 만들기
* 실제 온체인 보유자산·스왑·포지션을 커뮤니티 포스트에 첨부
* 조세온(Jose-On) 화면에서 연간 가상자산 세금 분석 미리보기 (한국의 예정 세제에 대한 시뮬레이션)
* 내장 Faucet에서 테스트 자산 수령 (테스트넷 한정)

## Osige의 작동 방식

가치와 관련된 모든 행위는 온체인에서 일어납니다

* **Permissionless Pool:** 누구나 풀을 만들고 유동성을 넣고 스왑할 수 있습니다. 잔고·포지션·정산은 Osige 서버가 아니라 체인을 기준으로 합니다
* **Non-Custodial:** 유동성 포지션은 지갑이 소유하는 NFT이며, Osige는 자산을 수탁하지 않습니다
* **Hook, Option per pool:** 일부 풀은 훅으로 규칙을 더합니다. 예를 들어 유동성 공급에 Dojang Verified Address를 요구하거나 `up.id` 보유자에게 수수료를 할인합니다. 훅이 없는 풀에는 이런 규칙이 없으며, 한 풀의 훅이 다른 풀에 영향을 주지도 않습니다. [아이덴티티 기능](/osige-docs/ko/osige-features/identity.md)을 참고하세요
* **편의 기능:** Osige 인덱서와 API는 차트·랭킹·히스토리를 보여주기 위해 가공된 데이터를 표시할 뿐, 자금을 움직이거나 온체인 결과에 영향을 끼치지 않습니다

## Docs 검색

| 하고 싶은 것                           | 문서                                                                   |
| --------------------------------- | -------------------------------------------------------------------- |
| 지갑 설정하고 첫 스왑 해보기                  | [시작하기](/osige-docs/ko/getting-started.md)                            |
| 스왑 견적, 수수료, 슬리피지 이해하기             | [스왑](/osige-docs/ko/trading/swap.md)                                 |
| 마켓 탐색과 업비트 시세 비교                  | [탐색과 마켓](/osige-docs/ko/trading/explore-and-markets.md)              |
| 유동성 공급으로 스왑 수수료 벌기                | [유동성 공급](/osige-docs/ko/liquidity/provide-liquidity.md)              |
| 새 풀 만들기                           | [풀 생성](/osige-docs/ko/liquidity/create-a-pool.md)                    |
| 공개 유동성 전략 카피하기                    | [카피 트레이딩](/osige-docs/ko/osige-features/copy-trading.md)             |
| 프로필 설정과 커뮤니티 활동                   | [프로필과 커뮤니티](/osige-docs/ko/osige-features/profiles-and-community.md) |
| 연간 가상자산 세금 리포트 미리보기               | [조세온(Jose-On) 세금 분석](/osige-docs/ko/osige-features/jose-on-tax.md)   |
| `up.id`와 Verified Address 혜택 이해하기 | [아이덴티티 기능](/osige-docs/ko/osige-features/identity.md)                |
| 실패하는 트랜잭션 해결하기                    | [FAQ와 문제 해결](/osige-docs/ko/reference/faq.md)                        |
| 어떤 리스크가 있는지 알기                    | [리스크와 보안](/osige-docs/ko/reference/risks-and-security.md)            |

## Osige Developers Docs

현재 사이트는 제품 사용법을 안내합니다.\
컨트랙트 연동, SDK, API, 인프라 문서는 별도 개발자 포털에서 확인하세요

**개발자포털:** [Osige Developers](https://osige.gitbook.io/developers/)\
**애플리케이션:** [osige.exchange](https://osige.exchange)\
**네트워크(테스트넷):** GIWA Sepolia (체인 ID `91342`)


---

# 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/readme.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.
