# VOCommentsVotes

#### Blockchain Virtual Operations

* effective\_comment\_vote

#### Columns

| **Name**                | **Description**                                                                                       |
| ----------------------- | ----------------------------------------------------------------------------------------------------- |
| voter                   | account performing the vote                                                                           |
| author                  | author of the post or comment being voted                                                             |
| permlink                | permlink of the post or comment being voted                                                           |
| weight                  | defines the score this vote receives, used by vote payout calc. 0 if a negative vote or changed votes |
| rshares                 | The number of rshares this vote is responsible for                                                    |
| total\_vote\_weight     | the total weight of voting rewards, used to calculate pro-rata share of curation payouts              |
| pending\_payout         | potential payout of related comment at the moment of this vote                                        |
| pending\_payout\_symbol | HBD                                                                                                   |

#### Description

This virtual operation is issued when a vote on a post or comment becomes effective (see [TxVotes](/technical-informations/operations/txvotes.md))


---

# 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.hivesql.io/technical-informations/virtual-operations/vocommentsvotes-hf25.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.
