www.asagaia.com
  • Welcome to Asagaia documentation!
  • 1xMM Project
    • Introduction
    • Mini-game Manual
      • Position Management
        • Open a position
        • Reduce or Close a position
        • Position results
        • Profit and Loss computation
        • Penalty
      • Bonuses
        • !!Bonus limitations!!
      • Tapping
      • Position Details
      • User Profile
      • Levels and Benefits
    • Perpetual Constant Maturity Option
    • API
      • 1XMM Token
        • Public Methods
          • Read
          • Write
        • Events
        • Errors
      • 1xMM Pools
        • Public Methods
          • Read
          • Write
    • The 1xMM Pool for 1XMM tokens
Powered by GitBook
On this page
  1. 1xMM Project
  2. Mini-game Manual
  3. Position Management

Penalty

Penalty applies when you offset a position before 1h holding period

PreviousProfit and Loss computationNextBonuses

Last updated 20 days ago

To replicate on-chain liquidity constraints, the mini-game also incorporates a penalty mechanism. The penalty mechanism has been implemented to make sure that users of 1xMM Pools will not keep positions for few minutes, after a significant market move.

Therefore, if you hold a position less than 1 hour:

  • You are subject to a early-closure fee of 10 bps, which will decrease over the 1 hour

  • If your position generates a positive PnL, you will receive only a ratio of the profit

The Penalty Ratio is equal to:

Penalty_Ratio=1−Min(1.0,t−t01h)\text{Penalty\_Ratio}= 1 - \sqrt{Min(1.0, \frac{t - t_0}{1h})} Penalty_Ratio=1−Min(1.0,1ht−t0​​)​

Hence:

penalty_feet0,t,1h=(10  bps+Positive_Perf)×Penalty_Ratiopenalty\_fee_{t_0,t,1h} = (10 \; bps + \text{Positive\_Perf}) \times \text{Penalty\_Ratio}penalty_feet0​,t,1h​=(10bps+Positive_Perf)×Penalty_Ratio

Of course, the Penalty Ratio is adjusted by the time bonus that you can acquire through a bonus or when increasing in level. The adjustment is applied as follows:

\text{Penalty_Ratio}= 1 - \sqrt{Min(1.0, \frac{t - t_0 + time\_bonus}{1h})}