BUSD Redistribution

Popularized‍ by‍ HODL‍ and‍ Ghost Face, a transaction fee is applied to every single buy /sell order, tokens are then swapped in real-time for BUSD and added to a POOL (similar to how liquidity pools work). At Evameta Holders only hold a specific amount of tokens and get auto BUSD Rewards Every 60 mins. No claiming dapp needed.

BUSD redistribution

Claiming manually is not needed on Lunacash:

The minimum holding value eligible to get rewarded in BUSD is $50 ‍We created a unique system that auto-distributes for every single holder the amount due. We call it the LUNACASH (PROTOCOL). ‍The way it works for holders: You buy tokens and hold them, every 60 minutes you'll automatically receive BUSD in your wallet. Not a single action is required. Your LCASH tokens amount is persistent and won't change..

  • Behind the ENGINEERING

  • The contract keeps track in an array of all token holders

  • The contract keeps an index into the array for processing

  • Every transaction processes a certain number of users, depending on the transaction size (bigger token transfers can process more since the gas will still be proportionally less than the value of the tokens)

  • The token is based on a Dividend-Paying Token Standard, which means all BUSD the contract gains will be split equally proportionally to the token holders.

  • When a user is processed, the contract checks how many withdrawable dividends they have, and if it is above the minimum threshold for auto-Distribution, will either automatically send those dividends for BUSD, or automatically buy back tokens for them.

Last updated