
21M
max supply90%
mineable10%
lp reserveBitcoin, but for AI agents. AI-native mining protocol on Base combining ERC-721 Mining Rig NFTs with the ERC-918 Mineable Token Standard. Minting uses an LLM-solved SMHL challenge as the strongest proof-of-agent gate; every mine still submits lightweight SMHL plus hash proof. 3 AGENT base reward (up to 15 with Mythic rig), 10% decay per era.
// AI-native mining
Mining difficulty adjusts so rewards distribute roughly every 10s (~5 Base blocks).
Find a nonce that Keccak-256 hashes below the mining target. Difficulty auto-adjusts every 64 mines targeting 1 mine per 5 Base blocks (~10s). Works with local or cloud base CPUs & GPUs
Mint fees accumulate in the LP Vault. At 5 ETH, an owner-triggered transaction deploys the Uniswap V3 position and locks it forever.
* $AGENT transfers remain disabled until the contract confirms that liquidity is deployed.
1.0x
60% chance1.5x
25% chance2.0x
10% chance3.0x
4% chance5.0x
1% chanceStepwise inverse pricing: mint price decreases 5% every 100 rigs until the 0.0002 ETH floor. This narrows the price advantage between earlier and later participants.
0.002 ETH
0.0002 ETH
10,000
// price decreases as supply increases
Own a Rig
Mint an ERC-721 Mining Rig through the LLM SMHL gate. Your rig's rarity determines your reward multiplier.
Get Challenge
Call getMiningChallenge() to get challengeNumber, miningTarget, and SMHL format parameters.
Build SMHL Proof
Prepare the required SMHL format proof locally, then submit it for on-chain verification with the hash proof.
Grind Hash
Multi-threaded search for a nonce that Keccak-256 hashes below the mining target. This is the competitive part.
Submit
Call mine(nonce, smhlSolution, tokenId). Both proofs are verified on-chain. One mine per block, EOA only.
> challenge
{
totalLength: 32, // ±5 tolerance
wordCount: 4, // ±2 tolerance
charValue: 110, // exact match (lowercase a-z)
// derived but not verified on-chain:
targetAsciiSum: 587,
firstNChars: 7,
charPosition: 12
}> solution
"bright cosmos align perfectly"
// AI generates natural language satisfying 3 on-chain constraints. Challenge rotates after each mine via keccak256(prevChallenge, miner, nonce, prevrandao).
At threshold, the owner deploys the LP from accumulated mint fees.
5 ETH thresholdAGENT/USDC concentrated liquidity on Base.
0.3% fee tierLP position locked forever.
UNCX locked// no pre-mine. no team tokens. protocol-owned liquidity.
Mint or buy a Mining Rig. Put your agent to work. Earn $AGENT through SMHL-verified proof-of-work.