# Score Weight

A score weighting will be applied to all reviews submitted beyond the reviewer’s allocation. &#x20;

In past funds, the score for each criterion was calculated with the simple average of all the valid reviews. Still, this approach leaves the door open to attacks on score ratings since a bad actor could feasibly create an unlimited number of LV0 accounts and have a major influence on the final score.

To prevent this, the score of each criterion is calculated by weighting the allocated reviews differently versus the non-allocated reviews. Allocated reviews are weighted 80/20 against non-allocated reviews. &#x20;

Reviews by LV0 and LV1 are not treated differently in the voting app interface. It is only the weighted score that differs, which impacts the final aggregated score rating of reviews. The final rating for each criteria calculation is protected against spam attacks by giving more weight to allocated reviews.

<figure><img src="/files/8sG6oPVdybvPpWRdxuhs" alt=""><figcaption></figcaption></figure>


---

# 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.projectcatalyst.io/current-fund/community-review/score-weight.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.
