Liquidity Mining

Overview

The MemeTrade liquidity mining program distributes 200,000,000 MEME tokens over 3 years to incentivize liquidity provision and ecosystem growth.

Program Structure

Distribution Schedule

Year
Allocation
Daily Rewards
Percentage

Year 1

100,000,000 MEME

~273,973 MEME

50%

Year 2

66,666,667 MEME

~182,648 MEME

33.33%

Year 3

33,333,333 MEME

~91,324 MEME

16.67%

Eligible Pools

Core Pools (60% of rewards):

  • MEME/USDC (30%)

  • MEME/ETH (20%)

  • MEME/USDT (10%)

Community Pools (40% of rewards):

  • Top 10 user-created token pairs

  • Selected by TVL and volume

  • Rebalanced monthly

Reward Calculation

Base Formula

User Rewards = (User LP Share / Total LP Shares) × Pool Daily Rewards × Time Staked

Multipliers

Factor
Multiplier
Requirement

Long-term Staking

1.5x

30+ days locked

MEME Holder

1.2x

Hold 10,000+ MEME

Early Participant

2x

First 30 days only

Governance Voter

1.1x

Active in last 3 proposals

Maximum APR Caps

  • Core Pools: 200% APR maximum

  • Community Pools: 500% APR maximum

  • Prevents unsustainable yields

Participation Guide

How to Participate

  1. Provide Liquidity

    • Add liquidity to eligible Uniswap V4 pools

    • Receive LP NFT position

  2. Stake LP Position

    • Stake LP NFT in mining contract

    • Choose lock duration (optional)

  3. Claim Rewards

    • Rewards accrue per block

    • Claim anytime (gas efficient batching)

Lock Options

Duration
Multiplier
Early Exit

No Lock

1x

Anytime

30 days

1.5x

10% penalty

90 days

2x

25% penalty

180 days

2.5x

50% penalty

Technical Implementation

Smart Contract Architecture

LiquidityMining.sol
├── StakingRewards.sol (Base logic)
├── RewardDistributor.sol (Token distribution)
├── MultiplierCalculator.sol (Boost logic)
└── EmergencyWithdraw.sol (Safety features)

Key Features

  1. Non-Custodial

    • Users maintain control of LP positions

    • Permissionless entry/exit

  2. Gas Optimized

    • Batch operations supported

    • Efficient reward calculations

  3. Composable

    • Integrates with other DeFi protocols

    • Supports LP NFT collateral

Reward Distribution

Claiming Process

  1. Automatic Accrual

    • Rewards calculated per block

    • No manual staking required

  2. Flexible Claims

    • Claim partial or full rewards

    • Compound directly to LP position

  3. Tax Optimization

    • Detailed transaction logs

    • CSV export functionality

Vesting Options

  • Immediate: 100% liquid, no bonus

  • 3-month vest: 110% bonus, linear unlock

  • 6-month vest: 125% bonus, linear unlock

Security Measures

Contract Security

  • Multi-sig admin controls

  • Timelock on parameter changes

  • Emergency pause functionality

  • Regular security audits

Economic Security

  • Anti-gaming mechanisms

  • Sybil resistance through minimums

  • Flash loan protection

  • MEV resistance design

Performance Metrics

Success Indicators

Metric
Target
Measurement

Total TVL

$50M+

USD value locked

Active Stakers

10,000+

Unique addresses

Retention Rate

70%+

30-day active

Pool Depth

$5M+

Per core pool

Reward Efficiency

  • Gas cost per claim: < $10

  • Reward accuracy: 99.99%+

  • Uptime: 99.9%+

Governance Integration

Community Control

  • Adjust reward rates via governance

  • Add/remove eligible pools

  • Modify multiplier criteria

  • Emergency response protocols

Proposal Types

  1. Pool Additions

    • Community can propose new pools

    • Requires 100,000 MEME to propose

    • 7-day voting period

  2. Rate Adjustments

    • Modify distribution rates

    • Maximum 20% change per vote

    • 14-day voting period

Future Enhancements

Phase 2 Features

  • Cross-chain mining support

  • Concentrated liquidity rewards

  • Dynamic fee tier optimization

  • Automated compounding

Long-term Vision

  • Sustainable yield generation

  • Protocol-owned liquidity

  • Self-balancing incentives

  • Perpetual mining model

FAQ

Q: Can I unstake anytime? A: Yes, but early unstaking from locked positions incurs penalties.

Q: How often are rewards distributed? A: Rewards accrue per block and can be claimed anytime.

Q: What happens after 3 years? A: Governance will decide on continuation with treasury funds.

Q: Can I stake multiple positions? A: Yes, each position earns rewards independently.

Q: Are rewards taxable? A: Consult your tax advisor; we provide transaction records.

Last updated