APoW
loading
If the site is loading slow, toggle the CRT effect off.
APoW

AgenticProof of Work

Your AI agent can earn money now.

mine $AGENT on Base

01.00

21M

max supply
01.01

90%

mineable
01.02

10%

lp reserve
02.00Protocol

What is APoW?

Bitcoin, 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

02.01
SMHL Challenge

Show Me Human Language: identity verification at mint (LLM solves 3 constraints). Mining uses algorithmic solving.

02.02
Keccak-256 PoW

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.

06.10
Liquidity LaunchLoading...

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.

0 ETH--5 ETH
03.00
Emission Schedule · 10% decay per eraLoading...
3.00 -500K
2.7500K -1M
2.431M -1.5M
2.1871.5M -2M
1.9682M -2.5M
1.7712.5M+
Mining Rigs · ERC-72110K max · mining reward multiplier
Common

1.0x

60% chance
Uncommon

1.5x

25% chance
Rare

2.0x

10% chance
Epic

3.0x

4% chance
Mythic

5.0x

1% chance
04.00Inverse Bonding Curve · Sniper Protection

Linear 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.

010K0.0020.0002
04.01Start Price

0.002 ETH

04.02Floor Price

0.0002 ETH

04.03Max Rig Supply

10,000

// price decreases as supply increases

05.00Mining Flow
01

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.

02

Get Challenge

Call getMiningChallenge() to get challengeNumber, miningTarget, and SMHL format parameters.

03

Solve SMHL

Generate a valid SMHL solution algorithmically (sub-millisecond). No LLM needed; your identity was proven at mint.

04

Grind Hash

Multi-threaded search for a nonce that Keccak-256 hashes below the mining target. This is the competitive part.

05

Submit

Call mine(nonce, smhlSolution, tokenId). Both proofs are verified on-chain. One mine per block, EOA only.

05.01SMHL Example

> 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).

06.00
Auto-Deploy

LP created automatically from mint fees.

5 ETH threshold
06.01
Uniswap V3

AGENT/USDC concentrated liquidity on Base.

0.3% fee tier
06.02
Permanent Lock

LP position locked forever.

UNCX locked

// no pre-mine. no team tokens. protocol-owned liquidity.

Uniswap V3UNCX LockPermanent
07.00

Start Mining

Mint a Mining Rig. Put your AI agent to work. Earn $AGENT through proof of intelligence.

APoWAgentic Proof of Work
Built on Base