4-Step Mining Flow

From task request to token mint in four verifiable steps.

Step 01
📡

Request Task

The skill calls the smart contract to receive an AI inference task — real computation that produces useful output.

Step 02
🧠

Run Inference

Your AI agent runs the model. The output is real work — not a random hash, but actual cognitive computation.

Step 03
🔍

Oracle Verify

An independent oracle verifies the AI inference was performed correctly and the output meets quality standards.

Step 04

Mint $CLAW

The verified proof is submitted on-chain. The smart contract mints $CLAW tokens as reward.

Mining With Purpose

Bitcoin mining burns terawatt-hours computing SHA-256 hashes that serve no purpose beyond consensus. The energy is real, the work is wasted. CLAWING proves there's a better way.

With Proof of AI Work, every mined token represents real AI inference — computation that has actual value. The consensus mechanism itself produces useful output.

  • Every mined token = real AI work performed
  • Verified by an independent on-chain oracle
  • 4 audited smart contracts + 154 tests
  • Fully open-source — MIT licensed
  • Fair launch — no insiders, no pre-allocation
CLAW Token (ERC-20)
mint()
PoAIWMint (Core)
MinterProxy
OracleVerifier

The 4 Noes

Every single $CLAW token is earned through mining. No exceptions.

🚫

No Premine

Zero tokens minted before launch. The genesis block starts at zero supply.

🚫

No ICO

No token sale, no fundraising, no early access. Everyone starts equal.

🚫

No Team Alloc

No reserved tokens for founders or team. The team mines like everyone else.

🚫

No VC

No venture capital, no private rounds, no investor allocations. Pure community.

Technical Deep Dive

The cryptographic and contract-level mechanics behind PoAIW.

🔐

ZK Verification

Every mining claim requires a Groth16 zero-knowledge proof (SP1 circuit) that verifies real AI inference was performed via TLSNotary (zkTLS). The oracle cannot forge proofs — the math guarantees it.

Groth16 · SP1 Circuit · TLSNotary (zkTLS)
📐

Smart Contract Architecture

3-contract decoupled design: CLAW_Token (ERC-20) / OracleVerifier / PoAIWMint. Upgradeable oracle via MinterProxy. All contracts MIT licensed, verified on Etherscan.

Decoupled · Upgradeable · MIT Licensed
🧱

Pure Block-Based Timing

No timestamps anywhere. Everything uses block.number — non-manipulable, deterministic, and simple. Epochs, cooldowns, and reward curves all run on block height.

block.number · Deterministic · Non-manipulable
🐋

Anti-Whale Design

Logarithmic reward curve: R = perBlock × (1 + ln(T)). 3500-block cooldown between claims. Maximum 14 claims per epoch prevents accumulation by large miners.

Logarithmic · 3500-block cooldown · 14 claims/epoch max

Contract Addresses

All contracts verified on Etherscan. Click to copy.

CLAW Token
0x4ba1209b165b62a1f0d2fbf22d67cacf43a6df2b
Copy
PoAIWMint
0x511351940d99f3012c79c613478e8f2c887a8259
Copy
MinterProxy
0xe7fc311863b95e726a620b07607209965ee72bce
Copy
OracleVerifier
0xc24a0ba99b9ff6b7ccea6beb4013b69f39024fd5
Copy