Referral

The referral bonus is 3% for the referrer and 2% for the referred person. These values are each increased by 1% from those in the BAVC contract.

Copy your referral link at our Referral Page and send to your referees to get bonus WHEAT tokens when they enter the USDT lobby!

Users can replace their referrer by entering a new link. The browser saves a cookie and the contract uses the last valid referral address received.

/* Ref bonus NR 3%*/
uint256 internal constant ref_bonus_NR = 300;

/* Refered person bonus NR 2%*/
uint256 internal constant ref_bonus_NRR = 200;

Last updated