# VOCollateralizedConvertImmediateConversions

#### Blockchain Virtual Operations

* collateralized\_convert\_immediate\_conversion

#### Columns

| **Name**  | **Description**                       |
| --------- | ------------------------------------- |
| owner     | The account requesting the conversion |
| requestid | The request identifier                |
| hbd\_out  | Amount of HBD sent to the account     |

#### Description

This virtual operation is triggered after a `collateralized_convert` operation is issued to convert HIVE to HBD.&#x20;

Half of the HIVE amount is converted immediately into HBD (using the minimum witnesses price feed for the last 3.5 days) and sent to the owner.

{% hint style="warning" %}
This table currently only contains records from hardfork 26 and later. It is planned to perform a replay of the blockchain to re-inject data relating to previous events.
{% endhint %}


---

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