ForeverMoney SN98 Docs


OVERVIEW

What is ForeverMoney

Getting Started

Alphanomics


FOR LPs

Why Deposit

Vault Types

Risks and Protections


FOR MINERS

Miner Guide & Requirements

Registration Guide

Strategy Implementation

Scoring Deep Dive


ARCHITECTURE

System Design

API Reference

Protect your inventory. Everything else follows.


Two Factors

Miners are scored on:

  1. Value Growth — maximize portfolio value from price appreciation and fees
  2. Inventory Protection — preserve initial token amounts (exponential penalty for losses)

The Penalty Function

Inventory loss triggers an exponential penalty:

penalty_factor = exp(-10 x inventory_loss_ratio)

0% loss  → penalty = 1.000 (no penalty)
5% loss  → penalty = 0.607 (39% reduction)
10% loss → penalty = 0.368 (63% reduction)
20% loss → penalty = 0.135 (87% reduction)
50% loss → penalty = 0.007 (99% reduction)

How It Applies

Either way, losing tokens hurts. Double punishment when both go wrong.


Score Updates (EMA)

Scores use exponential moving averages — recent performance matters more:

One bad round won't kill your reputation. But persistent poor performance will.


Future Targets

Current scoring optimizes for Protocol Owned Liquidity (PoL) — maintaining inventory balance. Future job types may include:

<aside> 📉 10% inventory loss = 63% score reduction. This is by design.

</aside>