Turning prompts into on-chain assets
Authenticate with OAuth, stream prompt hashes to the ProjectZero gateway, and let our client-sponsored contracts mint rewards across Base, Nexera, and Polygon—without exposing the underlying data.
Turning prompts into on-chain assets
Thirty live use-cases mined across multiple networks. Hover to reveal the prompt DNA, mining rewards, and verification status.
Ethereum block insights and miner performance.
Cross-chain bridge insights for L2 networks.
Secure Python execution for quantitative workflows.
Smart contract intelligence and verification.
Global futures and perpetuals market intelligence.
Deep analytics for decentralized exchanges.
On-chain event log explorer.
CEX trust scores & liquidity metrics.
Real-time Ethereum gas insights.
ZeroChat rewards, badges, and progression.
Ethereum block insights and miner performance.
Cross-chain bridge insights for L2 networks.
Secure Python execution for quantitative workflows.
Smart contract intelligence and verification.
Global futures and perpetuals market intelligence.
Deep analytics for decentralized exchanges.
On-chain event log explorer.
CEX trust scores & liquidity metrics.
Real-time Ethereum gas insights.
ZeroChat rewards, badges, and progression.
Macro crypto & DeFi market data.
Trending tokens and new listings.
Sector-level analysis & comparisons.
Ethereum and multi-chain network health.
Market-wide NFT analytics & collection insights.
Liquidity pool discovery across chains.
Token metrics and holder distribution.
Cross-chain DeFi options analytics.
Blockchain platforms and token metadata.
Protocol fee & revenue analytics.
Macro crypto & DeFi market data.
Trending tokens and new listings.
Sector-level analysis & comparisons.
Ethereum and multi-chain network health.
Market-wide NFT analytics & collection insights.
Liquidity pool discovery across chains.
Token metrics and holder distribution.
Cross-chain DeFi options analytics.
Blockchain platforms and token metadata.
Protocol fee & revenue analytics.
Fundamental analytics for every protocol.
Global stablecoin monitoring.
Professional charting & technical reports.
Real-time & historical token price data.
Multi-chain wallet transaction analysis.
TVL insights for chains & protocols.
Multi-chain balance and portfolio insights.
NFT and DeFi positions for any wallet.
Yield opportunities and APY intelligence.
Comprehensive wallet behavior and pattern analysis.
Fundamental analytics for every protocol.
Global stablecoin monitoring.
Professional charting & technical reports.
Real-time & historical token price data.
Multi-chain wallet transaction analysis.
TVL insights for chains & protocols.
Multi-chain balance and portfolio insights.
NFT and DeFi positions for any wallet.
Yield opportunities and APY intelligence.
Comprehensive wallet behavior and pattern analysis.
How It Works
Three simple steps to reward your users for quality prompts
Capture
User submits a prompt to your LLM service. Hash it locally using keccak256.
Prompts never leave your infrastructure, ensuring complete privacy.
Authorize
Request authorization from PZERO Gateway with the prompt hash.
Gateway validates your API key and generates a cryptographic signature.
Mint
Submit to blockchain with signature. User receives rewards instantly.
Prompt is minted as an ERC-7208 data object with activity points awarded.
Capture
User submits a prompt to your LLM service. Hash it locally using keccak256.
Prompts never leave your infrastructure, ensuring complete privacy.
Authorize
Request authorization from PZERO Gateway with the prompt hash.
Gateway validates your API key and generates a cryptographic signature.
Mint
Submit to blockchain with signature. User receives rewards instantly.
Prompt is minted as an ERC-7208 data object with activity points awarded.
Privacy Guarantee
Full prompt text never leaves your infrastructure. ProjectZero only receives cryptographic hashes, which are one-way and irreversible. Your users' data stays private and secure.
Architecture at a Glance
Built on ERC-7208 standard with secure, privacy-preserving contracts
PromptMiner
Core contract for minting prompts and managing rewards
ActivityPoints
ERC20-based token contract for activity point rewards
PromptDO
Manages prompt storage and verification via hash
DataIndex
Registry that manages allowed data managers
Data Flow
Contributor
Submits raw prompt inside your product
Your LLM stack
Hashes prompts + signs API request
PZERO Gateway
Verifies quota, signs mint payload
Client-sponsored chains
Activity Points or custom ERC-20 minted on Base, Nexera, Polygon
Why Prompt Mining?
Value for every participant in the ecosystem
Creators
Own, license, and earn from prompts as on-chain IP. Prompt Mining turns AI work into royalties and attribution.
Builders
Plug a catalog of high-signal prompts into your agents. Every interaction is auditable and privacy-safe.
Networks & Protocols
Drive measurable activity, new staking flows, and intelligence-backed engagement across Base, Nexera, Polygon.
Token Utility
Integrate your token for registration, staking, and micro-royalties—prompt mining becomes a utility engine for ecosystems.
“Prompt Mining powers a new economy where AI prompts become tokenized, traceable assets of intelligence.”
ProjectZero Whitepaper
Frequently Asked Questions
Everything you need to know about integrating prompt mining
Complete documentation is available at pm.projectzero.io/docs, including:
- Boilerplate setup and configuration guides
- SDK references with code examples
- API gateway integration tutorials
- Smart contract interaction documentation
Access your comprehensive monitoring dashboard at pm.projectzero.io/dashboard. Available metrics include:
- Real-time mint volume and success rates
- Reward distribution analytics
- Authorization signature usage tracking
- Quota consumption by tier
- Historical trends and export capabilities
Use the OAuth modal (Google, GitHub, or email link) to enter the dashboard—no manual registration required.
- Authenticate with OAuth at pm.projectzero.io/login
- Run the multi-step API key wizard (reward token, permissions, network scope, checklist)
- Deploy the boilerplate with your new key and start minting
Need help? Email support@projectzero.io.
Important:
ProjectZero does NOT determine reward values. You must implement your own scoring logic in your infrastructure before calling the mint endpoint.
Integrate reward scoring into your workflow by:
- Analyzing prompt quality, complexity, and usefulness
- Considering user contribution history
- Applying platform-specific business rules
- Calculating appropriate activity point amounts
Yes! A comprehensive architecture diagram is available showing the complete flow:
LLM Service → Boilerplate → PZERO Gateway → Blockchain
PromptMiner • ActivityPoints • PromptDO • DataIndex
Privacy guarantee: Only cryptographic hashes leave your environment
Yes! You can use your own reward token by granting the MINTER_ROLE to your PROMPT_MINER_ADDRESS.
Your PromptMiner contract address is provided in your onboarding email and visible in your dashboard. Verify permissions via your blockchain explorer.
- Grant minting permissions to PromptMiner address
- Configure token address in your blockchain setup
- Test on testnet before production deployment
Privacy-First Architecture
Only hashed prompts reach ProjectZero systems and the blockchain. Full prompt text never leaves your infrastructure.
Prompts are hashed using keccak256 (one-way cryptographic function) before any external communication. The original prompt cannot be recovered from the hash, ensuring complete privacy.
- Hashing happens client-side or in your backend
- Only 64-character hex hashes are transmitted
- Compliant with data minimization principles
- No PII exposure to third parties
Rewards are minted under ERC-7208 data containers. Each prompt hash is associated with an on-chain data object, creating an immutable record of contribution.
Default: ActivityPoints Token
An ERC20-compatible token automatically minted to reward contributors. Fully transferable and can be integrated into your ecosystem.
Alternative tokens are supported (see "Can we use our existing on-chain token?" above).