# 토큰 매수하기

Click Spot Trading Bot에서 토큰을 매수하는 여러 방법이 있어요. 가장 일반적인 흐름은 컨트랙트 주소 붙여넣기 > Trading Panel 확인 > 매수 프리셋 선택이에요.

***

### Step 1: 거래할 토큰 찾기 <a href="#d26e4999-aece-4e9f-81fb-493087d036c9" id="d26e4999-aece-4e9f-81fb-493087d036c9"></a>

Solana 토큰의 컨트랙트 주소(CA)를 봇 채팅에 붙여넣거나, 토큰 검색 기능으로 이름/티커를 검색해요. 봇이 토큰을 인식하면 **Trading Panel**이 열려요.

***

### Step 2: Trading Panel 확인 <a href="#ddff1a53-2272-46be-a63e-940c344fa265" id="ddff1a53-2272-46be-a63e-940c344fa265"></a>

Trading Panel에서 실시간 토큰 데이터를 볼 수 있어요:

* 토큰 이름, 티커, DEX 소스
* 시가총액 - 현재 및 역대 최고(ATH)
* 가격 - SOL 및 USD
* 유동성
* 24시간 거래량

패널 상단에 주문 타입 탭 3개가 있어요: **Market**, **Limit**, **DCA**. 바로 매수하려면 Market 탭에서 진행하세요.

***

### Step 3: 매수 금액 선택 <a href="#id-7c44ad8a-a1b9-4cf2-a7f4-6ee7304746ea" id="id-7c44ad8a-a1b9-4cf2-a7f4-6ee7304746ea"></a>

Market 탭에 **Buy Presets** (B1\~B5) 버튼이 있어요. Buy Settings에서 설정한 빠른 매수 버튼이에요. 기본값:

| Preset | 금액       |
| ------ | -------- |
| B1     | 0.1 SOL  |
| B2     | 0.25 SOL |
| B3     | 0.5 SOL  |
| B4     | 1 SOL    |
| B5     | 5 SOL    |

**Buy X SOL** 버튼으로 직접 금액을 입력할 수도 있어요.

***

### Step 4: 확인 및 실행 <a href="#e541cb00-8527-4e4d-ba1f-f7784fa4b71c" id="e541cb00-8527-4e4d-ba1f-f7784fa4b71c"></a>

프리셋 버튼을 탭하거나 금액을 확인하면 봇이 trading intent를 확인하고, SOL 잔고를 체크한 후 스왑을 제출해요. 모든 거래에 1% 스왑 수수료가 적용돼요.

**Trading Intent:** 거래를 보내기 전에 봇이 요약된 정보와 함께 다시 한번 사용자에게 내용 확인을 요청해요. 이후에는 반복 확인 없이 바로 거래돼요. 봇이 진행 표시를 보여주고, 완료되면 Solscan 트랜잭션 링크를 제공해요.

***

### `/buy` 명령어 단축키 <a href="#id-9b47fd64-b528-4d28-b7eb-7a89cec9aeca" id="id-9b47fd64-b528-4d28-b7eb-7a89cec9aeca"></a>

```
/buy <SOL_금액> <토큰_CA>
```

***

### Auto-Buy <a href="#a60f6dbf-24ab-4f37-a4ce-a9c7e7f5c27f" id="a60f6dbf-24ab-4f37-a4ce-a9c7e7f5c27f"></a>

Buy Settings에서 Auto-Buy를 켜면, 유효한 컨트랙트 주소를 붙여넣는 것만으로 Trading Panel 없이 바로 매수가 실행돼요.

> ⚠️ Auto-Buy는 CA를 붙여넣는 즉시 거래를 실행해요. 안전 장치: 10초에 1번 제한, 일일 최대 10 SOL 한도, 이미 보유 중인 토큰은 중복 매수는 안됩니다.


---

# 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-1.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.
