> 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/osige-features/jose-on-tax.md).

# 조세온(Jose-On) 세금 분석

조세온(Jose-On)은 모든 프로필에 내장된 세금 분석 화면입니다. 한국의 예정된 가상자산 소득세 아래에서 DEX 사용자의 연간 크립토 세금 리포트가 어떤 모습일지 보여줍니다. 실현 손익, 취득원가, 보유자산, 예상 세액을 한 화면에서 확인할 수 있습니다.

{% hint style="warning" %}
**조세온은 테스트넷 제품 시뮬레이션입니다.** 현재 화면은 샘플 데이터로 동작하고(UI에 `TESTNET MOCK` 표시), **2027년 1월 1일** 시행 예정인 규정을 모델링하며, 실제 납세 의무와 연결되어 있지 않습니다. 정보 제공용 제품 컨셉일 뿐 — **세무 자문도, 세금 신고서도, 제출용 문서도 아닙니다.** 테스트넷 활동에는 어떤 세금상 의미도 없습니다.
{% endhint %}

![연간 지표와 월별 손익 차트를 보여주는 조세온(Jose-On) 세금 분석 탭](/files/F9mdzaqF6RcEfVfkxGpX)

## 어디서 찾나요

프로필을 열고 **Jose-On** 탭을 선택하세요. 상단에서 **과세 연도**(2024, 2025, 2026)를 고를 수 있으며 프로필 사이드 레일에도 요약 카드가 표시됩니다.

## 분석이 보여주는 것

**핵심 지표:** 네 개의 타일로 실현 이익, 실현 손실, 연간 순이익, 2027년 규정 기준 예상 세액을 요약합니다

**기간별 손익:** 연중 실현 손익을 월별 차트로 보여줍니다

**취득원가 방식:** 지갑·DEX 활동의 손익은 **FIFO**(선입선출)로 계산하며 연간 공제와 함께 표시합니다

**대차대조표:** 아직 팔지 않은 과세 단위(tax lot)인 미실현 보유자산을 자산별 원가와 미실현 손익으로 보여줍니다

**DEX 세금 이벤트:** 매수, 매도, 유동성 추가, 유동성 제거, 수수료 수령 이벤트의 날짜, 수량, 양도가액, 취득원가, 손익을 이벤트 원장에서 확인합니다. 매수/매도 방향은 스테이블코인(USDC/USDT)을 기준으로 판정하며, **Taxable only** 필터로 세액에 영향을 주는 이벤트만 볼 수 있습니다.

## 세금 모델

시뮬레이션은 발표된 한국 세제 프레임을 단순화해 따릅니다

* 연간 순이익 가운데 **250만 원 공제**를 넘는 부분이 과세 대상입니다
* 소득세 20%와 지방소득세를 합친 **22%** 통합 세율을 적용합니다
* 표시용 값은 고정 참조 환율로 환산합니다

실제 과세는 최종 입법, 개인의 전체 재무 상황, 신고 방식에 따라 달라집니다.

## 리포트 내보내기

사이드 레일의 **Export tax report**를 선택하면 같은 지표와 이벤트 표를 정리한 인쇄용 리포트가 열립니다. 브라우저의 *PDF로 저장*으로 저장할 수 있으며, 현재는 내보낸 문서에도 테스트넷 목업 표시가 붙습니다.

## 왜 만들었나요

한국의 가상자산 과세가 시행되면 연간 손익 계산은 DEX 사용자에게 실제로 필요한 일이 됩니다. 하지만 대부분의 DEX는 이를 위한 기능을 제공하지 않습니다. 조세온은 거래가 이뤄지는 곳에서 이미 인덱싱한 데이터로 읽기 쉽고 내보낼 수 있는 연간 분석을 계산하는 제품적 해답을 검증합니다.

프로덕션 버전에 포함해야 할 기능에 대한 의견은 [커뮤니티](/osige-docs/ko/osige-features/profiles-and-community.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/osige-features/jose-on-tax.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.
