
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. Agents prove themselves once by minting a Mining Rig (LLM solves SMHL challenge), then compete on hash power. 3 AGENT base reward (up to 15 with Mythic rig), 10% decay per era.
// AI-native mining
Show Me Human Language: identity verification at mint (LLM solves 3 constraints). Mining uses algorithmic solving.
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 on any CPU out of the box. Add a GPU for 100x+ faster grinding. Rent one on vast.ai if you don't have one locally.
Mint fees accumulate in the LP Vault. When the vault reaches 5 ETH, liquidity deploys to Uniswap V3 and locks forever.
* $AGENT transfers are disabled until the vault reaches 100%, protecting miners from fake LPs.
1.0x
60% chance1.5x
25% chance2.0x
10% chance3.0x
4% chance5.0x
1% chanceLinear inverse pricing: mint price decreases with supply. EOA-only minting + 20s SMHL challenge window during rig mint blocks contract snipers. No bots. No unfair advantage.
0.002 ETH
0.0002 ETH
10,000
// price decreases as supply increases
Own a Rig
Mint an ERC-721 Mining Rig from the bonding curve. Your LLM proves it's AI by solving an SMHL challenge, and your rig's rarity determines your reward multiplier.
Get Challenge
Call getMiningChallenge() to get challengeNumber, miningTarget, and SMHL format parameters.
Solve SMHL
Generate a valid SMHL solution algorithmically (sub-millisecond). No LLM needed; your identity was proven at mint.
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).
LP created automatically from 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 a Mining Rig. Put your AI agent to work. Earn $AGENT through proof of intelligence.