📜
Mavatrix Litepaper
  • 🤩Welcome to the Mavatrix
  • 🎁Enter the Mavatrix, the legend of rewards!
  • ❓How did we start? The first reward-based NFTs on BSC
  • đŸĒ…Reward-based NFTs: the MVTX collection
    • Collectible NFT, with legendary rewards!
    • Reward-based NFT on BSC
    • More than a simple NFT
    • The value of each NFT
    • How it works? The KeeperFee
    • Rewards Assignments
    • MVTX Contract Description
    • Rewards Technology: the Keeper Contract
    • Rewards claiming system
  • 🤑Earn with MVTX NFTs
  • đŸĒ™The MVX Token
    • MVX Rewards technology
    • How to buy the MVX
    • Token ecosystem
    • Trade the MVX Token
  • đŸ‘ī¸â€đŸ—¨ī¸Our vision
    • đŸ•šī¸GameFi ecosystem
    • â­ī¸The future of Mavatrix
  • đŸ•¸ī¸A new website!
  • 🧑‍🤝‍🧑The second NFT Collection: 3D
  • 🎮Mint, Play, earn on the Mavaverse
    • Interested?
    • Minigames on web3
    • GameFi ecosystem
    • The published games
  • 👩‍đŸĢLearn to Earn Academy
  • â™ģī¸Mavatrix entire ecosystem
  • đŸ›Ŗī¸Roadmap
  • 🤝Partners and Results
  • 📰Press
  • 😁Team
  • đŸ›ī¸Legal
Powered by GitBook
On this page
  1. Reward-based NFTs: the MVTX collection

Rewards Technology: the Keeper Contract

PreviousMVTX Contract DescriptionNextRewards claiming system

Last updated 2 years ago

The Kepper Contract is a separate Smart Contract who manages and receives reflections coming from Tokens' swap/transfer/exchange. The Reflections generated from this contract are infact called KeeperFees (more below).

Rewards Reflections

The Smart contract applies a 3% tax commission of every transaction or swap and gets then redistributes live to the MVTX, whose holders can redeem monthly. This commission is called "KeeperFee" who gets accumulated and distributed as reflections based on NFT holders and rarities to the holders who decides to claim.

See more on our smart contract:

The daily rebalance on the reflections:

Daily reward keeper cronjob result: { "address": "0x969845d22c237Db9e8176f309f3A3a575EC36828", "timestamp": 1658188800, "balance": "153435313981211505", "activityDays": 167, "cumulativeReward": "175372911924052286", "createdAt": "2022-07-19T00:00:00.888Z", "_id": "62d5f40052bc0b02fe8c3a79" }

KeeperFees cannot be increased as it's written on our smart contract:

uint256 private constant MAX_KEEPER_FEE = 3;

đŸĒ…
https://bscscan.com/token/0x10C9524DBF934B3B625Dce3bDC0efdc367F4E84b#readContract