# Issuance of Redemption Bonds

To manage the issuance and redemption of Redemption Bonds, a smart contract will be deployed on the Ethereum blockchain. The smart contract will have functions for issuing new bonds, redeeming bonds, and managing the collateral pool.

When a new bond is issued, the smart contract will calculate the required amount of collateral based on the denomination of the bond. The formula for calculating the required collateral is:

| **requiredCollateral = bondDenomination / (1 - collateralizationRatio)** |
| ------------------------------------------------------------------------ |

Where bondDenomination is the face value of the bond and collateralizationRatio is the ratio of collateral to bond value (e.g., 1.0 for a 100% collateralization ratio).<br>


---

# 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.redemptiontoken.com/how-to-earn/redemption-bonds/technical-specifications/issuance-of-redemption-bonds.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.
