mAIToken is a new mining token with computing power contribution as its core value source. 100M total supply permanently locked in a single mining pool with all permissions renounced. Every unit of computing power is verifiably recorded on-chain — no pre-mining, no private sale, no team allocation.
100M mAI pre-minted and permanently locked in the only mining pool. All permissions renounced — no minting, no modification, no recall.
All computation results verified on-chain via task sharding and cross-validation. No centralized trust required.
Combines PoW security with real AI tasks — model training, inference, and data processing. Mining equals production.
Multi-factor weighted rewards based on contribution, stability, reputation, and participation — not just hardware size.
Computing nodes execute tasks, verification nodes audit results, storage nodes ensure data availability — a complete decentralized ecosystem.
Triple deflation: output shrinks as network grows, staking locks supply, and task execution consumes tokens.
mAIToken features a fixed total supply with zero additional issuance. All tokens are permanently locked in the single mining pool, released only through verifiable computing contributions.
Fixed total, zero additional issuance, all pre-minted at genesis
All permissions permanently renounced — no minting, no modification, no recall
Output deflation + staking lockup + task consumption
Task settlement, node staking, verification credential, computing market
mAI combines traditional PoW with real AI computation tasks (AI-PoW), transforming mining from pure energy consumption into productive computing. The system features dynamic difficulty adjustment, a 5-layer anti-cheat structure, and on-chain quality scoring. All rewards are automatically released by the sole mining pool with no centralized control.
// mAI Hybrid PoW/AI Mining - Double Keccak256 Hash const { ethers, keccak256, solidityPacked } = require("ethers"); // Get current mining challenge from sole mining pool const challengeNumber = await contract.getChallengeNumber(); const miningTarget = await contract.getMiningTarget(); // Calculate hash: keccak256(keccak256(challenge + miner + nonce)) function calculateHash(nonce) { const innerHash = keccak256(solidityPacked( ["bytes32", "address", "uint256"], [challengeNumber, minerAddress, nonce] )); return BigInt(keccak256(solidityPacked(["bytes32"], [innerHash]))); } // Mining loop - find valid nonce while (true) { const digest = calculateHash(nonce); if (digest <= miningTarget) { // Submit verified work to sole mining pool const tx = await contract.mint(nonce); console.log("Mining success! Reward: 80 mAI"); break; } nonce++; }
Built on EVM-compatible infrastructure with a three-node architecture (scheduling, verification, computing), mAI supports GPU/CPU mining, AI framework integration, and cross-region task dispatch. Developers and miners can seamlessly access the network using familiar tools and languages.
mAI is built by a global community of distributed computing engineers, AI researchers, Web3 developers, and hardware providers. Anyone can join the network permissionlessly — contribute computing power, earn mAI rewards from the sole mining pool, and help build a truly decentralized AI infrastructure.
mAIToken's single mining pool design and zero permission mechanism give me complete confidence. All rewards come from verified on-chain contributions with fully transparent distribution.
The AI-PoW mechanism is truly innovative. Our AI computing tasks are verified and incentivized on-chain, transforming mining into productive computing that creates real value.
The Flex Mining mechanism allows my validation work to be fairly rewarded. The EIP-712 signature verification ensures security with a great user experience.
mAI's EVM-compatible architecture and clear smart contract design made my integration work very smooth. The documentation is detailed and the community is very active.
Even with regular PC hardware I can participate in mining. The zero-barrier access tools and lightweight node images make contributing computing power very simple.
The Stake-Boost mechanism allows my long-term staking to receive more task opportunities and verification rewards. The Bitcoin-like halving design makes me confident in the long-term value.