# 토큰 매도하기

Positions 화면, Trading Panel, `/sell` 명령어로 토큰을 매도할 수 있어요.

***

### 방법 1: Positions에서 매도 <a href="#id-35081623-3a90-466f-a396-4f2781187772" id="id-35081623-3a90-466f-a396-4f2781187772"></a>

1. 홈 화면에서 **Positions** 탭 (또는 `/positions` 입력)
2. 매도할 토큰으로 이동
3. 매도 방식 선택:
   * **Sell Initial** - 처음 매수한 수량만큼 매도 (매수 시 사용한 SOL 기준). 현재 가격으로 원금 회수하는 방식
   * **Sell 100%** - 전체 포지션 매도
   * **Sell X%** - 원하는 비율을 직접 입력해서 매도
4. 봇이 토큰 잔고를 확인하고, 매도 트랜잭션을 제출한 후 결과와 Solscan 링크를 표시

***

### 방법 2: Trading Panel에서 매도 <a href="#id-0994574e-ee01-4b09-af98-c8500b6079f6" id="id-0994574e-ee01-4b09-af98-c8500b6079f6"></a>

1. 토큰의 컨트랙트 주소를 봇 채팅에 붙여넣기
2. Trading Panel이 열리면 Sell 섹션으로 이동
3. **Sell Presets** (S1\~S3) 사용. 기본값:
   * S1: 25%
   * S2: 50%
   * S3: 100%
4. 프리셋 비율은 Sell Settings에서 변경 가능

***

### 방법 3: `/sell` 명령어 <a href="#b9fcd975-b9db-4768-8f18-34e87ca00864" id="b9fcd975-b9db-4768-8f18-34e87ca00864"></a>

채팅에서 바로 매도 가능해요:

```
/sell <비율>% <토큰_CA>
```

### 수수료 및 슬리피지 <a href="#e69b0c39-301c-48bd-9570-2c7eff7db12e" id="e69b0c39-301c-48bd-9570-2c7eff7db12e"></a>

모든 매도 주문에 1% 스왑 수수료가 적용돼요. Sell Slippage 설정(기본값: 20%)이 허용되는 최대 가격 편차를 결정해요. 둘 다 Sell Settings에서 조정 가능해요.

***

### Auto PnL Card <a href="#id-74f23bc5-b932-4364-ad55-b576201f19cd" id="id-74f23bc5-b932-4364-ad55-b576201f19cd"></a>

포지션의 100%를 매도하면(잔고가 0이 되면), 봇이 자동으로 실현 PnL 카드를 생성해서 거래 성과를 보여줘요.

> 💡 **Tip:** Trading Settings에서 Auto PnL Card를 끌 수 있어요. 꺼도 Positions 화면에서 수동으로 PnL 카드를 만들 수 있어요.


---

# 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.click.trade/product-docs-korean/spot-trading-bot/undefined/undefined-2.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.
