> For the complete documentation index, see [llms.txt](https://protocol.publishinc.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protocol.publishinc.io/korean/undefined/price-action.md).

# 프라이스 액션 (Price Action)

$NEWS 토큰의 가격은 총 잠금 가치(TVL), 유통 공급량(CS), 분배된 전체 보상(R)을 기반으로 합니다. 아래는 개념적 모델과 간단한 수학적 표현입니다.

1. **가격 결정 요소:**
   * **총 잠금 가치 (TVL)**: 생태계에 잠겨져 있는 자산의 전체 가치를 나타내며, 수요에 영향을 줍니다.
   * **유통 공급량 (CS)**: 현재 유통 중인 $NEWS 토큰의 전체 수량
   * **보상 (R)**: 참가자에게 보상으로 분배된 토큰
   * **팁 (T)**: 생태계 내에서 팁으로 전달된 토큰
   * **바우처 (V)**: 바우처 교환을 통해 분배된 토큰
   * **토큰 소각 (B)**: 유통에서 영구적으로 제거된 토큰
2. **수요와 공급:**
   * **수요 (D)**: TVL, 이용자 참여, $NEWS 토큰 활용에 영향을 받습니다.
   * **공급 (S)**: 유통 공급량, 보상, 팁, 바우처에서 토큰 소각을 뺀 값에 영향을 받습니다.

## 수학적 표현

간단한 공식으로 $NEWS 토큰의 가격을 나타낼 수 있습니다. 이 공식은 핵심 요소를 담고 있습니다만, 모든 가능한 시장 요소가 들어있지는 않습니다. 요소들 사이의 관계를 이해하기 위한 것입니다.

$$
P\_{\text{NEWS}} = \frac{D}{S}
$$

* $$P\_{\text{NEWS}}$$: $NEWS 토큰의 가격
* $$𝐷$$: $NEWS 토큰의 수요
* $$𝑆$$: $NEWS 토큰의 공급

### **상세 분석**

1. **수요 (D)**:

   $$
   D = TVL \times U
   $$

   * $$𝑇𝑉𝐿$$: 생태계에 잠긴 자산의 총 가치
   * $$𝑈$$: 활용성 요소는 PUBLISH 2.0 생태계 내에서 $NEWS 토큰의 전반적인 유용성과 참여 수준을 측정한 것입니다. 콘텐츠 접근, 스테이킹, 광고, 거버넌스 등 다양한 목적으로 토큰이 얼마나 자주 그리고 효과적으로 사용되는지를 나타냅니다.
2. **공급 (S)**:

   $$
   S = CS + R + T + V - B
   $$

   * $$𝐶𝑆$$: 유통 중인 $NEWS 토큰의 전체 수량
   * $$𝑅$$: 분배된 보상
   * $$𝑇$$: 제공된 팁
   * $$𝑉$$: 교환된 바우처
   * $$𝐵$$: 소각된 토큰

이 요소들을 결합해 다음과 같은 공식을 얻습니다:

$$
P\_{\text{NEWS}} = \frac{TVL \times U}{CS + R + T + V - B}
$$

### 예제 계산

현재 값이 다음과 같다고 가정합니다:

* **TVL**: 1억 달러
* **U**: 1.5 (생태계 내에서 활발한 사용과 높은 참여를 나타냄)
* **CS**: 50억 토큰
* **R**: 연간 5천만 토큰
* **T**: 연간 1천만 토큰
* **V**: 연간 500만 토큰
* **B**: 연간 2천만 토큰

이 값을 공식에 대입하면 다음과 같습니다:

$$
P\_{\text{NEWS}} = \frac{100,000,000 \times 1.5}{5,000,000,000 + 50,000,000 + 10,000,000 + 5,000,000 - 20,000,000}
$$

$$
P\_{\text{NEWS}} = \frac{150,000,000}{5,045,000,000}
$$

$$
P\_{\text{NEWS}} \approx 0.0297 \text{ USD}
$$

## 결론

이 단순한 공식은 $NEWS 토큰의 가격에 영향을 미치는 다양한 요소를 이해하기 위한 프레임워크를 제공합니다. TVL, 활용성, 공급, 보상, 팁, 바우처, 토큰 소각이 토큰의 시장 가격에 미치는 영향을 평가하는 데 도움이 됩니다. 보다 정확하고 동적인 모델을 위해서는 추가적인 시장 변수와 실시간 데이터를 통합해야 합니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://protocol.publishinc.io/korean/undefined/price-action.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
