Simulate your annual dividend yield from staked MFTL tokens across the MoneyFund protocol.
How calculations are performed
Estimates your annual dividend yield from staked MFTL tokens in the StakingPool, based on fees deposited from Multiswap, Storefront, and Adspace contracts.
Your staked tokens / total pool staked, determining your share of dividends.
(Total Pool Staked / Total Token Supply) x 100
Percentage of total token supply staked in the pool.
(Swap Fee + Airdrop Fee) x Stake Share
Your share of fees (0–3%) from swaps and distributions sent to custom fee receivers, assumed to include the staking pool.
NFT Sale Price x Number of Sales x Payee Share % x Stake Share
Your share of payee profits (0–99.6%) from NFT sales sent to payees, assumed to include the staking pool.
Bid Amount x Auction Count x Bid Fee % x Stake Share
Your share of non-refunded bid fees (0–100%) from ad auctions sent to fee receivers, assumed to include the staking pool.
Multiswap + Storefront + Adspace - (Penalty x Token Price)
(Total Yield / (Stake Amount x Token Price)) x 100
Stake Amount x 0.005
0.5% fee in MFTL tokens on staking, unstaking, or claiming rewards, sent to a hardcoded recipient.
If day < hardLock: Stake x (initPenalty% / 100)
If day ≥ hardLock: Stake x max(0, initPenalty - (daysAfterLock x decay))
Penalty in MFTL tokens for early unstaking, decreasing after hard lock duration until reaching 0%.
Total Gas Units x Gas Price x 10^-9
Gas units: Stake (80k), Withdraw (60k), Swap (120k/ea), Airdrop (100k/ea), NFT Sale (150k/ea), Bid (70k/ea), Comment (50k/ea), Launch (1M).
Configurable ETH amount per comment, with 0.4% sent to hardcoded recipients and 99.6% to the current bidder (not a dividend).
Hard Lock Duration + (Initial Penalty % / Penalty Decay %)
Number of days until the penalty reaches 0%.