> For the complete documentation index, see [llms.txt](https://docs.klayswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klayswap.com/kr/product/positiondeposit/openclose/shortopen.md).

# 숏 포지션 오픈

## 숏 포지션 오픈 상세절차

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

**Step 1**

* KLAY 3배 숏포지션을 오픈하는 경우, 예치 자산 1,000 USDT를 KLAYswap USDT 단일풀에 예치합니다.
* USDT 단일풀 예치로 유저는 풀에서 발생하는 예치 이자와 KSP 보상을 획득할 수 있습니다

**Step 2**

* 유저는 예치 자산 1,000 USDT를 기반으로 6,000 KLAY를 활용합니다. 이 때 활용한 6,000 KLAY에 대해 활용 비용이 누적됩니다.
* 활용한 6,000 KLAY는 KLAY/USDT 풀에서 2,991 USDT로 스왑됩니다.
* 1 KLAY = 0.5 USDT로 계산되었으며, 스왑 과정에서 0.3%의 수수료가 발생합니다.

**Step 3**

* 스왑으로 획득한 2,991 USDT는 USDT 단일풀에 예치하여 숏 포지션을 오픈합니다.
* 유저는 숏 포지션을 종료하기 전까지 USDT 단일풀에 예치한 2,991 USDT에 대해 예치 이자와 KSP 보상을 획득할 수 있습니다.

위와 같이 숏포지션 예치를 완료한 유저는 다음과 같은 보상과 비용이 발생하게 됩니다.

1. 내 자산 1,000 USDT에 대해 USDT 단일 풀 예치이자(연 3.00%), KSP 보상 획득
2. 확보 자산 2,991 USDT에 대해 USDT 단일 풀 예치이자(연 3.00%), KSP 보상 획득
3. 활용 자산 6,000 KLAY에 대해 KLAY 활용 비용(연 7.00%) 발생


---

# 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.klayswap.com/kr/product/positiondeposit/openclose/shortopen.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.
