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

02.01
SMHL Challenge

Mining difficulty adjusts so rewards distribute roughly every 10s (~5 Base blocks).

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 with local or cloud base CPUs & GPUs

06.10
Liquidity LaunchLoading...

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.

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

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

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 through the LLM SMHL gate. Your rig's rarity determines your reward multiplier.

02

Get Challenge

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

03

Build SMHL Proof

Prepare the required SMHL format proof locally, then submit it for on-chain verification with the hash proof.

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
Owner-Triggered

At threshold, the owner deploys the LP from accumulated 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 or buy a Mining Rig. Put your agent to work. Earn $AGENT through SMHL-verified proof-of-work.

APoWAgentic Proof of Work
Built on Base