MobiFi (MBF) is a TRC20 utility token designed to revolutionize the mobile phone retail ecosystem.
Built on the TRON network, MobiFi introduces a blockchain-based loyalty and rewards system
for mobile phone stores, creating a seamless connection between retailers and customers.
- Utility Token: Used for purchases, discounts, rewards, and ecosystem benefits
- Smart Contract Based: Built on TRON network following TRC20 standard
- Fixed Supply: Total supply of 10 million tokens (10,000,000 MBF)
- Secure: Implements standard security practices and audit recommendations
- Public Sale: 40% (4,000,000 MBF)
- Rewards Pool: 30% (3,000,000 MBF)
- Team Allocation: 15% (1,500,000 MBF)
- Marketing & Partnerships: 10% (1,000,000 MBF)
- Reserve: 5% (500,000 MBF)
- Bronze Tier: 100 tokens - 5% storewide discount
- Silver Tier: 500 tokens - 10% discount + early product access
- Gold Tier: 1000 tokens - 15% discount + priority support + exclusive events
- Lock periods: 3-6 months
- Additional rewards for staked tokens
- Automatic tier upgrades based on staking amount
- Mainnet: [To be added after deployment]
- Testnet: [To be added after testnet deployment]
- Clone the repository
git clone https://github.com/Unnati-Gupta24/MobiFi.git
cd MobiFi
- Install dependencies
npm install
- Configure environment variables
cp .env.example .env
# Edit .env with your configuration
- Compile Contracts
tronbox compile
- Deploy Contracts Testnet
tronbox migrate --network shasta
const MobiFi = require('@mobifi/contract');
const contract = new MobiFi('YOUR_CONTRACT_ADDRESS');
// Calculate customer discount
const discount = await contract.calculateDiscount(customerAddress, purchaseAmount);
// Process referral
await contract.rewardReferral(referrerAddress, refereeAddress);
- Fork the repository
- Create your feature branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m 'Add some AmazingFeature')
- Push to the branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.