π€ Join Tonomy with cXc and get rewarded BLUX you can use to upvote.
TonomyInvite is a gamified multi-level referral system built on the Tonomy blockchain, designed to incentivize community growth and engagement. The system rewards users for inviting others to join the Tonomy ecosystem, with a unique scoring mechanism that encourages sustainable growth.
- π Multi-level referral tracking
- π΅ Tetrahedral scoring system with position-based bonuses
- π BLUX token rewards for successful referrals
- β±οΈ Rate-limited invitations to prevent spam
- π Age verification for new accounts
- π Comprehensive statistics tracking
- Ensure your Tonomy account is at least 30 days old
- Get an invite code from an existing member in [cXc's Telegram]
- Use the invite code to register through the Tonomy platform
- Each successful referral earns you points
- Points accumulate based on your referral network
- Higher positions in the tetrahedral scoring system earn bonus rewards
- Rewards can be claimed at any time
- Base reward: BLUX tokens based on your points
- Bonus: Additional percentage based on your tetrahedral position
- Example: If you're in position 3, you get a 3% bonus on your base reward
The system is built as a smart contract on the Tonomy blockchain with the following components:
adopters
: Tracks registered users and their referral statisticsconfig
: Stores contract-wide configuration parametersstats
: Maintains global referral and user statistics
redeeminvite
: Registers new users with referral trackingclaimreward
: Processes reward claims with bonus calculationsupdate_scores
: Manages the multi-level scoring systemsetconfig
: Administrative configuration management
min_account_age_days
: 30 days minimum account age defaultinvite_rate_seconds
: 3600 seconds (1 hour) defaul tcooldown between invitesmax_referral_depth
: defauly 5 levels deep referral chainmultiplier
: 100 (1.0x base score)reward_rate
: 100 (1.00 YOUR per point)reward_symbol
: YOUR token symboltoken_contract
: YOUR token contract address
- Account age verification
- Rate limiting for invitations
- Admin-controlled configuration
- Secure token distribution
- Tonomy blockchain development environment
- EOSIO.CDT (Contract Development Toolkit)
- Tonomy account for deployment
cd contract
eosio-cpp -o invitono.wasm invitono.cpp
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.