# Understanding Reactions

We wanted to allow people to react to proposals in a more social way that was not purely a yes or no. This sentiment check works like this:<br>

### Weighted Sentiment

The thumbs up and thumbs down are weighted votes, this means they directly correlate to the org members token or NFT holdings, for instance in BONKs case, their requirement to participate in the org is for a member to have a 1 Million BONK tokens in their wallet. The way weighted sentiment works is in multiples of the orgs requirement. If a member has 10 Million BONK and they select the thumbs up, it will add 10 thumbs up.

{% hint style="info" %}
*Weighted sentiment is to accurately showcase the communities sentiment and is very important for the council to take into account when executing proposals.*&#x20;
{% endhint %}

### Non-Weighted Sentiment

We also have secondary reactions in the fire, shrug and angry emoji. These are connected to a  users profile therefore only represent a single reaction. These are secondary indicators for org members to provide sentiment. We aim to expand these as time goes on.&#x20;

<figure><img src="https://1430847324-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzR3EL7eFpVIoYMw0zMST%2Fuploads%2FbTghhaGSrYeLsAD6DkrK%2FBonk%20PLushy%20Proposal.png?alt=media&#x26;token=c9c8b787-bd78-4096-8b9d-f352d6c5c309" 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://phase-labs.gitbook.io/phase-labs/align/explore-align/proposals/understanding-reactions.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.
