> For the complete documentation index, see [llms.txt](https://whitepaper.heartx.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.heartx.art/heartx-system/vote-system/credit-score-c.md).

# Credit Score (C)

A user starts with a 100/100 Credit Score (C), the score is invisible to the users. When a user’s Credit Score is below 50, the user cannot interact with the NFT marketplace, or claim token rewards from HeartX platform. If a user is participating in HeartX Community without cheating, the Credit Score will gradually return to 100/100.&#x20;

The following table outlines how the System works and you accept the Credit Score and  consequences that apply in these circumstances.&#x20;

The following table does not limit our rights to otherwise take action in connection with your misuse of the App or the Services.

<table><thead><tr><th width="319">Events</th><th width="173">System Result</th><th>Consequence</th></tr></thead><tbody><tr><td>Log in with the same IP address or device ID frequentily with different wallets.</td><td>Sybil Attack</td><td>Reduce Credit Score</td></tr><tr><td>Irrational Vote ( Rate of 'like' >= 70%)</td><td>Sybil Attack</td><td>Reduce Credit Score</td></tr><tr><td>Buy/Sell NFTs in HeartX Marketplace</td><td>No Cheating</td><td>Increase Credit Score</td></tr><tr><td>Finished Vote Mode in HeartX</td><td>No Cheating</td><td>Increase Credit Score</td></tr><tr><td>Finished Validator Mode in HeartX</td><td>Maintainer</td><td>Increase Credit Score</td></tr></tbody></table>


---

# 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://whitepaper.heartx.art/heartx-system/vote-system/credit-score-c.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.
