# VOFillCollateralizedConvertRequests

#### Blockchain Virtual Operations

* fill\_collateralized\_convert\_request

#### Columns

| **Name**                   | **Description**                                  |
| -------------------------- | ------------------------------------------------ |
| owner                      | Account requesting the conversion                |
| requestid                  | conversion request identifier                    |
| amount\_in                 | Amount of HIVE that has been converted (burned)  |
| amount\_in\_symbol         | HIVE                                             |
| amount\_out                | Amount of HBD to be received                     |
| amount\_out\_symbol        | HBD                                              |
| excess\_collateral         | Excess collateralized HIVE returned to the owner |
| excess\_collateral\_symbol | HIVE                                             |

#### Description

This virtual operation is issued when a HIVE to HBD conversion is finalized (see [TxCollateralizedConverts](/technical-informations/operations/txcollateralizedconverts-hf25.md)).

When issued, the blockchain calculates how much HIVE has to be taken out of collateral in order to produce HBD that was already given to the user, using the median of median hourly HIVE prices from the last 3.5 days corrected by the 5% fee.&#x20;

The price might be smaller than the "official" price in case the main price was artificially corrected upward when the hard limit condition was hit in the meantime.&#x20;

If collateral exceeded the amount needed for HBD production, the extra is returned to the user balance and the rest is burned.&#x20;

If during 3.5 days of wait the market price fell more than twice from the previous minimum, all collateral is burned, nothing is returned to the user and the associated loss is absorbed by the network in form of higher than the proper supply of HIVE.  In such a case, a system\_warning\_operation virtual operation is produced.


---

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