Install
openclaw skills install @0xddneto/aipou-farmingRecord meaningful AI-assisted work as privacy-preserving AIPOU receipts and claim accumulated AIPOU rewards on Base. Use when a user asks to farm AIPOU, register an AI task, show their AIPOU identity, inspect pending receipts, estimate rewards, or claim AIPOU through the configured MCP server.
openclaw skills install @0xddneto/aipou-farmingUse the aipou MCP tools to turn completed AI work into signed receipts. Keep private keys, raw prompts, model outputs, and private file contents out of tool arguments and responses.
AIPOU is for humans working with AI agents: coding, debugging, researching, reviewing, writing, and coordinating meaningful work. It records private receipts first. Token claims are optional, validator-approved, and only run after an explicit user request.
Read references/protocol.md before the first operation in a session.
The AIPOU operations below are native tools in the current agent session. Call them directly by tool name.
npx command, HTTP request, or code snippet.aipou begin, aipou complete, or aipou claim.get_aipou_identity and confirm that a dedicated farming wallet is configured.begin_ai_task with the real provider, model, task hash, and client name.complete_ai_task with the nonce, honest token counts when available, elapsed seconds, and output hash.Never invent provider evidence. Omit it unless the provider supplied a verifiable signature from a configured key.
After a broad explicit user request such as claim my AIPOU, call settle_all_ai_rewards so every currently eligible pending receipt in the shared AIPOU data directory is processed in bounded batches. Use settle_ai_rewards only when the user asks for one limited batch. Settlement submits onchain transactions; your host's own transaction confirmation policy still applies and must never be bypassed. Report any receipts the validator skipped by policy, with their reasons.
After settlement, report the claimed amount, recipient farming wallet, Merkle root, root transaction, and claim transaction. Never claim that token value or liquidity is guaranteed.
export_ai_receipts to show pending or settled receipts without exposing private content.estimate_ai_reward for estimates. Label estimates as non-final.get_aipou_contract for current chain and contract information.