Nevix
  • Protocol Overview
  • Protocol Architecture
  • Mathematical Foundation
  • Protocol Flow
  • Staking Process
  • Technical Implementation
    • Solana Program
    • Account Structure
    • Client Integration
  • Socials
    • X
  • Telegram
  • Website
Powered by GitBook
On this page
  • Base Rate Formula
  • Compound Interest Formula

Mathematical Foundation

Core Formulas

PreviousProtocol ArchitectureNextProtocol Flow

Last updated 27 days ago

Base Rate Formula

EffectiveRate=BaseRateāˆ—PoolMultiplierEffective Rate=Base Rate * Pool MultiplierEffectiveRate=BaseRateāˆ—PoolMultiplier

where: Base_Rate = 0.01 (1% per 1 hours) Pool_Multiplier = Current_Pool / 350,000,000 Example: At 75% pool remaining = 0.01 * (262.5M/400M) = 0.01 * 0.75 = 0.0075 (0.75% per hour)

Compound Interest Formula

A=P(1+r)tA = P (1+r) ^tA=P(1+r)t

where:

A = Final Amount P = Principal (Staked Amount) r = Effective_Rate t = Number of 1-hour periods