ZENMEV DOCS
  • πŸš€Introduction
    • 🌟Welcome to ZENMEV
    • πŸ“šWhat is MEV?
  • πŸ“–White paper
  • Getting Started
    • πŸ’ŽWhy Join ZENMEV?
    • πŸ’°How to Stake & Earn
  • πŸ“±Phantom Wallet Mobile Guide (Solana)
  • ZENMEV Guide
    • πŸ”ŽBuying Tokens (Deposit Guide)
    • πŸ”Selling Tokens (Withdrawal Guide)
  • ♻️How to Stake
  • Staking & Rewards
    • πŸ“ˆStaking Overview
    • πŸ”‘Minimum Asset Requirements
    • πŸ’΅Profit Distribution
    • 🎁Referral Program
  • Technology & Architecture
    • πŸŽ›οΈ Platform Architecture
    • πŸ€–AI & Machine Learning
    • πŸ“°Smart Contracts & Interoperability
  • MEV Strategies
    • πŸ”„Types of MEV Strategies
    • πŸ“ŠHow MEV Generates Profits
  • Security & Risk Management
    • πŸ”Platform Security
    • ❗Risk Factors in MEV
    • βš™οΈMitigation Strategies
    • πŸ”’Withdrawal Security
  • πŸ›‘οΈZenbots Shield
  • πŸ†Certifications
  • Compliance & Regulations
    • πŸ“°Regulatory Compliance
    • 🏦Financial Transparency
  • Roadmap & Future Plans
    • πŸš€Upcoming Features
    • πŸ“’Long-Term Vision
    • πŸ“†Development Timeline
Powered by GitBook
On this page
  • Profit Distribution
  • 1. Calculating Net Gains
  • 2. Determining Each User’s Share
  • 3. Real-Time Updates
  • 4. Interaction with Lock-Up Periods
  • 5. Claiming Earnings
  • 6. Example Scenario
  • 7. Why This Distribution Model Works
  • Conclusion
  1. Staking & Rewards

Profit Distribution

PreviousMinimum Asset RequirementsNextReferral Program

Last updated 3 months ago

Profit Distribution

When ZENMEV’s AI engine executes a profitable MEV transaction, it allocates the resulting gains among all stakers in a transparent, on-chain process. This ensures that every participant receives a fair share based on their contribution to the overall liquidity pool.

1. Calculating Net Gains

Each MEV trade produces an initial return, or GrossProfit. The system then deducts gas costs and a small platform fee before arriving at the final amount available for distribution. Formally:

NetGain=GrossProfitβˆ’GasFeesβˆ’PlatformFee\text{NetGain} = \text{GrossProfit} - \text{GasFees} - \text{PlatformFee}NetGain=GrossProfitβˆ’GasFeesβˆ’PlatformFee
  1. GrossProfit The raw return from the MEV trade, measured in the relevant zToken or underlying asset value.

  2. GasFees These expenses reflect the cost of transaction confirmations, which can vary depending on network congestion and block competition.

  3. PlatformFee A modest portion that covers ZENMEV’s operational, developmental, and auditing needs, ensuring continuous upgrades and reliable performance.

2. Determining Each User’s Share

Once the NetGain is computed, it is distributed among stakers in proportion to their relative stake in the pool. This ratio-based method keeps the system equitable. The formula for a single distribution event is

UserShare=UserStakedTotalStakedΓ—NetGain\text{UserShare} = \frac{\text{UserStaked}}{\text{TotalStaked}} \times \text{NetGain}UserShare=TotalStakedUserStaked​×NetGain
  1. UserStaked The quantity of zTokens held by the user, representing a fraction of the total staked assets.

  2. TotalStaked The aggregate stake from all participants.

  3. UserShare The slice of NetGain allocated to that user, automatically credited to their staked balance.

Illustration

If an MEV trade yields a NetGain of 100 tokens, and you own 10% of the total pool, you are entitled to 10 tokens from that event. As multiple trades can occur daily, these small incremental gains may sum to a significant total.

3. Real-Time Updates

ZENMEV applies the distribution as soon as the transaction finalizes and NetGain is calculated. This real-time approach brings several benefits:

  • Immediate Visibility The dashboard promptly displays the updated stake. Users can watch their balances grow throughout the day.

  • Auditable Logs Each distribution triggers an on-chain event, allowing stakers or third parties to confirm the exact values credited.

  • Potential Compounding Individuals who choose to keep rewards staked may see faster growth over time, since the new stake portion also participates in future MEV trades.

4. Interaction with Lock-Up Periods

In cases where a brief lock-up period exists, NetGain still accrues to each user’s stake in real time. Even if stakers cannot fully withdraw during the lock window, they observe their share increasing on the dashboard. Upon reaching the end of the lock period, they are free to claim or unstake if they wish.

5. Claiming Earnings

  1. Partial or Full Claim At any point (provided the lock-up has expired), users may claim some or all of their accumulated zTokens, converting them back to the original asset.

  2. Transaction Fees Each claim transaction may incur a nominal gas fee. Some users prefer to accumulate larger amounts before claiming to minimize repetitive fees.

  3. Compounding Strategy Others continuously leave profits in the system to enlarge their stake, thereby securing a bigger portion of future distributions.

6. Example Scenario

  1. The system executes a front-run that nets a GrossProfit of 500 tokens.

  2. Suppose GasFees total 50 tokens, and the PlatformFee is 20 tokens. NetGain becomes 430 tokens.

  3. If you hold 5% of the staking pool, your share is 21.5 tokens from that single trade.

  4. The staking contract updates your balance, and the dashboard reflects your new stake size.

7. Why This Distribution Model Works

  • Fairness Proportional rewards guarantee stakers with larger stakes benefit more, yet every participant still earns according to the same ratio.

  • Automated & Trustless Once the contract logic completes, no manual trigger is needed from the user to finalize the distribution.

  • Aligns Incentives By deducting gas costs and platform fees directly from the trade result, the system only pursues trades that offer a tangible positive return.

Conclusion

Profit Distribution in ZENMEV marries simplicity with transparency. As soon as MEV transactions yield net gains, each staker’s share is credited according to their stake ratio. This real-time allocation, combined with lock-up mechanics (if any) and open on-chain logging, provides a straightforward yet robust mechanism that rewards commitment and fosters ongoing confidence in the platform’s MEV-driven strategies.

πŸ’΅