# VOHardforkHives

#### Blockchain Virtual Operations

* hardfork\_hive

#### Columns

| **Name**                  | **Description**                         |
| ------------------------- | --------------------------------------- |
| account                   | username                                |
| vests\_converted          | amount of VESTS (Hive Power) airdropped |
| sbd\_transferred          | amount of HIVE airdropped               |
| steem\_transferred        | amount of HBD airdropped                |
| total\_steem\_from\_vests | amount of HIVE airdropped               |

#### Description

This virtual operation is issued for a very particular event: the hardfork 23 that happened when the Hive blockchain split from Steem. At this time, several accounts have not been airdropped with HIVE tokens, so their existing delegations were instantly removed.

However, there were no operations of type `delegate_vesting_share` relating to this. It was recorded in the blockchain with `hardfork_hive` virtual operations, stored in the [VOHardforkHives ](/technical-informations/virtual-operations/vohardforkhives.md)table.


---

# 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/vohardforkhives.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.
