# Features

* <mark style="color:green;">**Non-fungible:**</mark> Not like any form of ERC-20 LP token, a with different nonce is not mutually interchangeable, hence not fungible.
* <mark style="color:green;">**Multi-dimensional:**</mark> Each ERC3475 Redemption Bond stores an array of integers, not like an ERC-20 token can store only a mapping from an address to a balance. This feature is used to store redemption conditions and different interest rates.
* <mark style="color:green;">**Gas-efficient:**</mark> Current existing fragmentation of LP or NFT use ERC-20 token standard. This means each fragmentation of NFT or LP needs the deployment of a new smart contract. Thus generate an unnecessary gas expense.
* <mark style="color:green;">**Multiple fragments:**</mark> Because of the high gas spent, the current fragmentation systems must limit the number of classes and sub-categories generated. ERC-3475 can in turn generate almost countless classes and sub-categories without the need to publish a new smart contract.
* <mark style="color:green;">**Puttable:**</mark> the debts that a Redemption Bond represents must be fulfilled when the conditions are met. It can be a fixed amount of repayment or any floating interest based on a predetermined index factor.
* <mark style="color:green;">**Obligated:**</mark> ERC-3475 obliges both the Redemption Treasury and the creditors to fulfill their promise. This feature can be used to make sure that the Liquidity will not be emptied suddenly. In return, the Redemption Treasury will ensure the promised yield.
* <mark style="color:green;">**Marketable:**</mark> Debond is itself a financial product that will be allowed to be exchanged on a secondary market in the later phase of the project.

<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/features.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.
