How to Earn Nitro Point

Nitro Point is a measure of protocol utilization, serving as a reward mechanism that governs revenue sharing and token emissions, allocated to utilizoors—including Liquidity Providers, Borrowers, and Blacklistoors.

Key Metrics for NP Allocation

  • Utilization Value (UV):

    Represents the value of liquidity utilized in swaps and borrowing, as well as the value of debt blacklisted.

    • UV=(liquidityevent)UV=∑(liquidity_{event​})

  • Utilization Fee (UF):

    the fee generated during utilization in either swaps or debt interactions.

    • UF=UV×feepercentageUF=UV×fee_{percentage​}

  • Utilization Fee (UF):

    the fee generated during utilization in either swaps or debt interactions.

    • UF=UV×feepercentageUF=UV×fee_{percentage​}

  • Treasury Fee Share (TFS):

    The revenue generated by the protocol, which is a percentage share of the utilization fees allocated to the protocol’s treasury.

    • TFS=UF×0.25TFS=UF×0.25 (Assuming Treasury Fee = 25%)

Point Allocation Breakdown

Liquidity providers:

LPs earn points(NPLP)(NP_{LP}) based on the utilization of their liquidity in both swaps and debt interactions.

  • NPLP=TFSswap+TFSdebtNP_{LP}=TFS_{swap}+TFS_{debt}

Mechanism:

To earn NP, LPs must deposit their LP tokens into the LP Nitro Point Allocator.

  • On deposit, the current value of the LP token is recorded.

  • On claiming NP or withdrawal, the system calculates the change in value of the deposited LP tokens, reflecting the fees earned.

Nitro Points Calculation:

  • The protocol retains 25% of the fees as TFS. This portion is used to mint NP for LPs.

  • Total Fees Earned=Value at Claim or WithdrawalValue at Deposit\text{Total Fees Earned} = \text{Value at Claim or Withdrawal} - \text{Value at Deposit}

  • NPLP=Total Fees EarnedTFS1TFSNP_{LP} = \dfrac{\text{Total Fees Earned} - \text{TFS}}{1- \text {TFS}}

Borrowers:

Borrowers earn Nitro Points (NPborrower)(NP_{borrower}) based on the TFSdebtTFS_{debt}, with the rewards boosted by the effective distance (D%)(D\%) of the borrow bin from the active bin. Borrowers closer to the active bin earn fewer points, while those farther away are incentivized with higher rewards.

The effective distance (D%D\%) in terms of bin step(s):

  • D%=(Borrow range - Buffer range)D\%=(\text{Borrow range - Buffer range})

  • NPborrower=TFSdebt+min(D%,100%)NP_{borrower} = TFS_{debt} + \min\left(D\%, 100\% \right)

Where:

  • Borrow Range: The percentage difference between the active bin and the borrow bin.

  • Buffer Range: The percentage range on either side of the active bin where borrowing is restricted.

  • Effective Distance (D%): Borrow Range minus Buffer Range

Blacklistoors:

Blacklistoors earn Nitro Points for blacklisting expired Debt NFTs, a process that triggers the automated recovery of debt and safeguards the protocol.

blacklistoors points (NPblacklistor)(NP_{blacklistor}) focus on the efficiency and timeliness of blacklisting expired debts.

  • NPblacklistoor=min(nT,1)×TFSdebtNP_{blacklistoor​}= \min \left( \dfrac{n}{T},1 \right)\times TFS_{debt}

Where:

  • T=Time at blacklist - Time at debt expiryT=\text{Time at blacklist - Time at debt expiry}. Time elapsed since debt expiry.

  • nn: Time threshold (in seconds) for full reward allocation.

Last updated