# Kinetic Bonding

![](/files/1p1xoIXbfyy7cvV6U60I)

### What is Kinetic Bonding?

Kinetic Bonding gives ***MASSIVE DISCOUNT*** for LOVE, ***GET*** KISS and ***ATTRACTS*** HUG.

Typically when users bond, they provide HunnyDAO with reserve assets such as BUSD in exchange for discounted LOVE. However, in Kinetic Bonding, users are also rewarded with HUG that can be redeemed to LOVE. The amount of HUG that users can receive will be displayed in the Kinetic Bonding Dashboard before users entered for bonding.

### How do I Redeem HUG for LOVE?

HUGs are performance vested using the Fibonacci Sequence. The Fibonacci sequence can be described using a mathematical equation:&#x20;

$$
X\_{n+2}= X\_{n+1} + X\_{n}
$$

To get the amount HUG that can be redeemed for LOVE:

$$
HUG = TotalKISS\_{earned} \* Loyalty Ratio \* HCV
$$

The total KISS earned is based on the following formula:

$$
TotalKISS\_{earned} = KISS\_{unstake} - LOVE\_{staked}
$$

The Loyalty Ratio is based on the Fibonacci Sequence.&#x20;

$$
Fibonacci Sequence: 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, .......
$$

When the number of rebases meet the next Fibonacci Sequence, the Loyalty Ratio will be increased to the next level.

{% hint style="info" %}
LOVE must be STAKED in order for HUGs to be redeemable.&#x20;

Unstaking part of your LOVE will reduce the number of HUGs that can be redeemed for LOVE.

Unstaking ALL of your LOVE will result in HUG not being able to redeem for LOVE as there will be no KISS earned from staking.
{% endhint %}

The below table demonstrates the effect of the number of Rebases on the Loyalty Ratio.

| Number of Rebases | Fibonacci Sequence | Loyalty Ratio |
| ----------------- | :----------------: | :-----------: |
| 1                 |          1         |       1%      |
| 2                 |          2         |       2%      |
| 3                 |          3         |       3%      |
| 4                 |          3         |       3%      |
| 5                 |          5         |       5%      |
| 6                 |          5         |       5%      |
| 7                 |          5         |       5%      |
| 8                 |          8         |       8%      |
| ......            |       ......       |     ......    |


---

# 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-dao.hunny.finance/basics/bonding/kinetic-bonding.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.
