# 수수료 및 거래 체결

<details>

<summary><strong>트레이딩 수수료는 어떻게 되나요?</strong></summary>

Click.trade는 거래가 체결됐을 때만 **1% 수수료**를 부과해요.&#x20;

</details>

<details>

<summary><strong>추천하는 슬리피지 설정이 있나요?</strong></summary>

슬리피지 허용 범위는 시장 상황에 따라 유저의 판단에 맞게 설정할 수 있어요. 추천하는 것은 변동성이 낮을 때는 작게, 변동성이 크거나 가격이 빠르게 움직이는 토큰은 슬리피지를 넉넉하게 설정하세요. 설정한 한도를 넘기면 트랜잭션이 자동 취소되고, 수수료도 부과되지 않습니다.

</details>

<details>

<summary><strong>Buy/Sell Fee란?</strong></summary>

네트워크 우선순위 수수료(priority fee)예요. 트랜잭션 처리 속도를 높이기 위한 건데, 높게 설정할수록 보통 거래가 더 빠르게 체결돼요. 직접 조절 가능해요

</details>

<details>

<summary><strong>MEV Protection란?</strong></summary>

거래 트랜잭션을 을 퍼블릭 mempool에 노출시키지 않는 기능이에요. 프론트러닝(front-running) 공격을 막아줘요.

</details>

<details>

<summary><strong>Price Impact란?</strong></summary>

내 거래가 토큰 가격에 얼마나 영향을 주는지 보여주는 지표예요. 유동성 대비 거래 규모에 따라 달라져요.

</details>

<details>

<summary><strong>트랜잭션이 실패했어요. 왜 그런가요?</strong></summary>

트랜잭션이 실패해도 자금은 잃지 않아요. 하지만 트랜잭션 실패 원인은 주로 이거예요:

* 가격 변동이 설정한 슬리피지 범위를 초과해서 거래 성사가 되지 않은 경우
* 네트워크 수수료와 우선순위 수수료를 낼 지갑 내 SOL 잔고 부족

</details>

<details>

<summary><strong>슬리피지 한도가 초과되면 어떻게 되나요?</strong></summary>

슬리피지 한도를 넘기면, 거래 실행 전에 트랜잭션을 시뮬레이션하고 자동 취소해요. 토큰이 빠져나가지 않으니 걱정 안 해도 돼요.

</details>


---

# 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/getting-started/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.
