# 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](https://docs.hivesql.io/technical-informations/operations/txcollateralizedconverts-hf25)).

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.
