# TxCollateralizedConverts

#### Blockchain operations

* collateralized\_convert

#### Columns

| Name           | Description                           |
| -------------- | ------------------------------------- |
| owner          | The account requesting the conversion |
| requestid      | A request identifier                  |
| amount         | The amount of HIVE to convert         |
| amount\_symbol | HIVE                                  |

#### Description

The `collateralized_convert` operation is similar to `convert` operation (see [TxConverts](https://docs.hivesql.io/technical-informations/operations/txconverts)), and instructs the blockchain 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.\
The remaining HIVE amount (the collateral) is put on hold till the actual conversion takes place 3.5 days later. \
The HIVE/HBD price variation risk is cushioned by an extra 5% HIVE fee that will be applied to the collateral. \
When the actual conversion takes place (3.5 days later), HBD is printed out of thin air, the equivalent HIVE amount (using the median witness price feed for the last 3.5 days) and the collateral fee is burned, and the remaining amount is returned to the owner.

**Example**

* let's say the current HIVE price is $0.10
* the user issues a  `collateralized_convert` operation with 2000 HIVE (worth $200)
* 2000 HIVE are temporarily removed from the user wallet.
* the user gets 100 HBD (half of 2000 HIVE => 1000 HIVE converted to HBD) immediately.&#x20;
* the remaining 1000 HIVE are put on hold as collateral
* At the end of 3.5 days, if the price of HIVE hasn't changed, the user gets 950 HIVE back, that is 1000 HIVE - 50 HIVE (the 5% fee on the 1000 HIVE collateral)

&#x20;&#x20;


---

# 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/operations/txcollateralizedconverts-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.
