• Home
  • AIRDROP
  • Services
  • INFO
  • Contact
  • Team
  • Home
  • Home
  • AIRDROP
  • Services
  • INFO
  • Contact
  • Team
  • Home
MECHANIX TOKEN
  • Home
  • AIRDROP
  • Services
  • INFO
  • Contact
  • Team
  • Home

MECHANIX TOKEN

Picture



The token is based on the Ethereum blockchain protocol

Therefore, it is safe, cost-efficient and fast. Furthermore,

it allows the use of smart contracts within its protocol.

 Your Pathway to Mechanix Token MMX.

We are the first cryptocurrency for Automotive Repair Shops and Mechanic's. Our mission is to create the rewards and loyalty platform that will permeate the Automotive Repair Shop retailers of all shapes and sizes and connect them with their customers by  virtue of Mechanix MMX tokens.

With the emergence of the blockchain, the broken loyalty industry is bound to change. We are big believers that smart contracts and cryptocurrency are the core engine and fuel for the new era of customer’s loyalty. Ethereum allows implementing an elegant technical solution.


Distributed ledgers and blockchain protocols bring unprecedented value to the loyalty program of the future:


Rewards in cryptocurrency, which don’t depend on the success of the merchant
Rewards, which appreciate rather than expire
Easily redeemable or exchangeable into any other liquid asset
Highly personalised, custom-tailored recommendations, rewards & discount.

What are MMX tokens and what are they used for?

Our platform works as a connecting link and allows using a uniform payment method without reliance on fiat money. Thus allowing MMX tokens around the world and correspondingly, customers will be able to use our platform at their convenience. It is a practical way to pay for Automotive repair services with a MMX token. Interaction of Automotive services and the platform will be carried out with the help of our wallet for iOS and ANDROID operational systems.

Some of Our Key Points!

Tokenization of standalone loyalty programs and merchant-specific tokens generation platform
Use of API to frictionlessly connect any proprietary loyalty programs to Mechanix tokens or any other loyalty and rewards program
 MMX Recommendations working on blockchain, managed by Mechanix MMX Token Platform.

​
Picture

Cashback & Loyalty Points in Cryptocurrency

Picture
Auto Repair Shops Merchants get a premium AI-powered rewards platform for free.
Shoppers are rewarded for purchases with cryptocurrency. Then Tokens can be used at all participating Automotive Shops
Picture

Merchants get MMX wallet for FREE

Picture
Shoppers get liquid token, merchants get more sales. Community benefits from the ecosystem growth. 
Picture

Shoppers get Rewards in MMX Tokens

Picture
For thier purchases, friends' invites, Facebook likes and a lot more. MMX can be redeemed or cashed out.

Our Team Has a
​Report Card Worth Bragging About

Our company started out as My car care Automotive LLC a New Mexico limited liability company. Also doing business as Mobile Mechanic.  Company has evolved to Mechanix Token Limited.

YEARS IN BUSNESS
HAPPY CLIENTS
TEAM MEMBERS
Picture
Picture
Picture
Mechanix Token Team Attending BlockShow Americas 2018 Las Vegas, Nevada August 20th & 21st 
Picture
Picture

Mechanix token MMX 




This is an instant drop when you send ether you will instantly get your tokens!
​
Major exchange coming soon!


Picture

AS SEEN ON!

Picture
Picture
Picture
Picture
Picture
Picture
Picture
DETAILS ABOUT THE TOKEN

Token name  Mechanix Token                                                          

Ticker Symbol  MMX

Currency Symbol

Current Price1 MMX for USD
 
Maximum MMX produced 100 million

Maximum MMX for Airdrop 5000000

Airdrop Goal  50,000,000

Minimum Airdrop 100 Tokens
​
Free Airdrop

PLATFORM PARTNERS

TNT CAR CAR AUTOMOTIVE      RIO RANCHO, NEW MEXICO            ACCEPTS MECHANIX TOKEN MMX
MOBILE MECHANIC                       ALBUQUERQUE, NEW MEXICO      ACCEPTS MECHANIX TOKEN MMX
Picture
Picture
Mechanix Token MMX is currently promoting ENJIN Digital Smart Wallet. You can add our Mechanix Token MMX. Just copy smart contact from etherscan and add as custom token, it's that easy! Just Pay a little Gas per transaction and you're good to go! Easy P2P. Get it on Andriod and IOS store! 

                   SMART CONTRACT

pragma solidity ^0.4.18; contract Ownable { address public owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); function Ownable() public { owner = msg.sender; } modifier onlyOwner() { require(msg.sender == owner); _; } function transferOwnership(address newOwner) public onlyOwner { require(newOwner != address(0)); OwnershipTransferred(owner, newOwner); owner = newOwner; } } interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) public; } contract MMX is Ownable { string public name; string public symbol; uint8 public decimals = 18; uint256 public totalSupply; mapping (address => uint256) public balanceOf; mapping (address => mapping (address => uint256)) public allowance; event Transfer(address indexed from, address indexed to, uint256 value); event Burn(address indexed from, uint256 value); function MMX( uint256 initialSupply, string tokenName, string tokenSymbol) public { totalSupply = initialSupply * 10 ** uint256(decimals); balanceOf[msg.sender] = totalSupply; name = tokenName; symbol = tokenSymbol; } function _transfer(address _from, address _to, uint _value) internal { require(_to != 0x0); require(balanceOf[_from] >= _value); require(balanceOf[_to] + _value > balanceOf[_to]); uint previousBalances = balanceOf[_from] + balanceOf[_to]; balanceOf[_from] -= _value; balanceOf[_to] += _value; Transfer(_from, _to, _value); assert(balanceOf[_from] + balanceOf[_to] == previousBalances); } function transfer(address _to, uint256 _value) public { _transfer(msg.sender, _to, _value); } function transferFrom(address _from, address _to, uint256 _value) public returns (bool success) { require(_value <= allowance[_from][msg.sender]); allowance[_from][msg.sender] -= _value; _transfer(_from, _to, _value); return true; } function approve(address _spender, uint256 _value) public returns (bool success) { allowance[msg.sender][_spender] = _value; return true; } function approveAndCall(address _spender, uint256 _value, bytes _extraData) public returns (bool success) { tokenRecipient spender = tokenRecipient(_spender); if (approve(_spender, _value)) { spender.receiveApproval(msg.sender, _value, this, _extraData); return true; } } function burn(uint256 _value) public returns (bool success) { require(balanceOf[msg.sender] >= _value); balanceOf[msg.sender] -= _value; totalSupply -= _value; Burn(msg.sender, _value); return true; } function burnFrom(address _from, uint256 _value) public returns (bool success) { require(balanceOf[_from] >= _value); require(_value <= allowance[_from][msg.sender]); balanceOf[_from] -= _value; allowance[_from][msg.sender] -= _value; totalSupply -= _value; Burn(_from, _value); return true; } }
Picture
 0xe7C33a0E04F2316Bb321C4AD2976873d09538B56

About Us

​We are the first cryptocurrency for Automotive Repair Shops and Mechanic's. Our mission is to create the rewards and loyalty platform that will permeate the Automotive Repair Shop retailers of all shapes and sizes and connect them with their customers by  virtue of Mechanix MMX tokens.​
Picture
Picture
  • Mechanix Token MMX Whitepaper                      Mechanix Token Analytics Info:

PO BOX 524          Tome, New Mexico 87060          (505) 306-2255


HOME

SERVICES

TEAM

CONTACT

Picture
Picture
Powered by Create your own unique website with customizable templates.