Connection check
local install
ai-proof-of-us
Private signed AI task receipts with replay checks and optional validated AIPOU claims.
Tools
9
GitHub stars
4
Installs / wk
—
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
9 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
begin_ai_task
from source
Create a unique task nonce and EIP-712 authorization signed by the dedicated farming wallet. Create a unique task nonce and EIP-712 authorization signed by the dedicated farming wallet.
complete_ai_task
from source
Complete a unique task, derive its trust tier, reject duplicate evidence, and create an Ed25519-signed receipt. Complete a unique task, derive its trust tier, reject duplicate evidence, and create an Ed25519-signed receipt.
estimate_ai_reward
from source
Estimate the client-signed AIPOU reward before a task is completed. The final tier is derived by the validator. Estimate the client-signed AIPOU reward before a task is completed. The final tier is derived by the validator.
export_ai_receipts
from source
Export stored signed AI task receipts, optionally filtered by wallet. Export stored signed AI task receipts, optionally filtered by wallet.
get_aipou_contract
from source
Return the configured AIPOU token contract address, Base network details, explorer URL, and minimal ABI. Return the configured AIPOU token contract address, Base network details, explorer URL, and minimal ABI.
get_aipou_identity
from source
Return the dedicated farming wallet address and public Ed25519 collector key. Private keys are never returned. Return the dedicated farming wallet address and public Ed25519 collector key. Private keys are never returned.
get_aipou_status
from source
Show recorded, pending, and already claimed AIPOU receipts plus the farming wallet Show recorded, pending, and already claimed AIPOU receipts plus the farming wallet
settle_ai_rewards
from source
After an explicit user claim request for one limited batch, validate eligible receipts against the settlement policy, publish a Merkle root, and mint the included rewards. Submits… After an explicit user claim request for one limited batch, validate eligible receipts against the settlement policy, publish a Merkle root, and mint the included rewards. Submits two on-chain transactions; the host
settle_all_ai_rewards
from source