# Reward Policy based on Reliability-rich user detection

> 엔픽블록 블록체인 메인넷은 활동량이 많은 사용자에게 일부 코인을 보상할 수 있는 정책을 표방하고 있습니다. 이는 소셜미디어 서비스의 활동을 기반으로 사용자의 신뢰그래프를 형성하여 결정하게 되는데 그림 13 은 이를 위해 사용되는 신뢰그래프의 예입니다.

<figure><img src="https://2413182852-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fsudy7bWHzLqfW5RMvABn%2Fuploads%2Fx6LjBqFJwTUgl4CROGd3%2Fimage.png?alt=media&#x26;token=db1ad242-789a-44db-9a78-a1acafcfcd66" alt=""><figcaption><p><strong>[Figure 13. Example of reliance graph]</strong></p></figcaption></figure>

> 그림 13에서 공급자 s1은 어떤 사용자를 의미하며 신뢰도는 식 (2)를 활용하여 도출합니다. 식 (2)에서 Ws는 어떤 사용자 Node s의 weight이며 Es는 s의 edge 집합을 의미합니다. Wsd는 s의 행위에 대해 반응한 타사용자의 weight이며 Es는 s의 edge 집합을 의미합니다. Esd는 S의 데이터를 활용한 모든 액션 수요공급 Node 들의 edge 집합을 의미합니다.

<figure><img src="https://2413182852-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fsudy7bWHzLqfW5RMvABn%2Fuploads%2FlFO7HtAg3xwC3FgUQJx8%2Fimage.png?alt=media&#x26;token=39281726-af38-4d5f-8d66-8f168563314f" alt=""><figcaption></figcaption></figure>

> 따라서 s1에 대한 식 (2)의 결과는 s1의 out-transition의 합에 s1의 가중치를 적용한 결과와 더불어 s1의 액션에 반응한 타사용자 edge의 가중치 합을 더한 결과입니다. 엔픽블록 메인넷은 위 수치를 활용하여 특정 사용자의 신뢰도를 도출합니다.


---

# 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://npickblock.gitbook.io/npick-block-white-paper-kr/npickblock/reward-policy-based-on-reliability-rich-user-detection.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.
