# 가격 영향(Price Impact)이란 무엇인가요?

사용자의 개별 거래가 기초 자산 페어의 시장 가격에 미치는 영향을 가격 영향(Price Impact)이라고 합니다. 이는 AMM에 존재하는 유동성의 양에 비례합니다. 유동성이 부족한 시장에서는 가격 영향이 과도하게 발생하여 자금 손실로 이어질 수 있습니다.

\-->가격 영향의 예시를 들어보겠습니다. 유동성이 부족한 시장에서, Alice가 90달러 상당의 SOL을 70달러 상당의 C98로 교환하게 될 수 있으며, 이는 가격 영향 때문에 발생할 수 있습니다.


---

# 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.saros.xyz/kr/saros-amm/faqs/price-impact.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.
