# SarosFarm에서 보상 계산 및 분배 방법

풀(Pool)에 유동성을 추가하면, 풀에 쌓인 자산에서 본인의 비율만큼을 나타내는 LP 토큰(Liquidity Provider tokens)을 받게 됩니다. 예를 들어 $C98과 $USDC를 풀에 예치했다면, C98-USDC LP 토큰을 받게 됩니다.

파밍(Farming)을 할 경우, Saros 파머들은 두 가지 보상을 받게 됩니다:

* **Trading reward (거래 보상)**

사용자가 $C98과 $USDC 간에 풀 내에서 스왑할 때마다, 스왑 금액의 0.25%가 수수료로 발생하며 이 수수료는 LP 풀로 다시 돌아갑니다.

* **Farming reward (파밍 보상)**

파밍 보상은 블록 단위로 균등하게 계산 및 분배됩니다. 블록은 <https://explorer.solana.com/> 에서 확인할 수 있습니다.

<br>


---

# 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/calculate-and-distribute-reward-on-sarosfarm.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.
