As personal AI agents act for people, the core question becomes: did this person knowingly authorize this agent, for this task, during this time window, with these limits? PlenaProof turns that into a receipt.
Not a sector feature. A personal proof layer for the agent era.
Records the human account, agent identifier, provider, and delegate relationship.
Pay invoice, submit form, schedule appointment, negotiate quote, draft email, or retrieve document.
Start time, end time, expiry, revocation, renewal, and emergency stop are part of the receipt.
No spending above a threshold, no legal filing, no medical decision, no contract signing, no data sharing beyond named recipients.
PIN, passkey, signed confirmation, video attestation, reviewer-backed approval, or issuer-backed authorization.
What the agent actually did can be chained to the original authorization receipt.
Two different jobs sit in the agent stack. PlenaProof does the second one.
Scoped session keys in agentic wallets, tool-call permissions in agent frameworks, and agent-SDK setups enforce limits in the moment. They keep an agent inside its lane — but they do not, by themselves, hand the person a portable, external record they can show someone else later.
PlenaProof records who authorized which agent, for what scope and time window, what it actually did, and what was refused or revoked — as a signed, anchored, human-readable, revocable receipt anyone can verify. It sits above whatever system runs the agent.
{
"protocol": "VRX-1",
"receipt_type": "ai_agent_authorization",
"human_subject": "wallet-holder-public-id-or-private-token",
"agent_identifier": "agent-provider-and-agent-id",
"authorized_task": "submit selected document packet to named recipient",
"authority_window": {"starts": "timestamp", "expires": "timestamp"},
"spending_limit": "optional",
"forbidden_actions": ["contract signing", "medical consent", "legal filing"],
"revocation_path": "wallet revocation receipt",
"human_approval_method": "passkey + plain-language consent screen",
"public_verification_level": "metadata_only"
}People can prove that a task was delegated intentionally and within limits.
Banks, schools, clinics, employers, lawyers, agencies, and platforms can require a valid authorization receipt before accepting agent-submitted actions.