Kipper identity receipt
Proof that a user claimed an X/Kipper identity before connection, search, or rebate settlement.
MetaSPN is a protocol for reducing externalized intelligence. The network becomes more valuable when user questions are resolved by memory, corpus, cache, prior human resolutions, or trusted relays instead of leaving the system as fresh external AI token spend.
A normal AI app celebrates more model calls. MetaSPN measures the opposite: what useful queries did not need to leave the network?
Proof that a user claimed an X/Kipper identity before connection, search, or rebate settlement.
Payment for the trusted edge: who brought whom into MetaSPN.
Records the route a request took through people, caches, corpora, and prior resolutions.
Records what actually answered the query: human, corpus item, cache hit, prior answer, local model, or external AI.
Measures baseline tokens versus actual external tokens and stores the saved amount.
Payable-later credit to whoever or whatever helped avoid external token spend.
Merkle root over private receipts, designed for later Quai anchoring without leaking raw text.
MetaSPN Kipper login records an X handle, Kipper path, and optional Quai address. The result is a kipper_identity_receipt: local identity proof now, Kipper/Twitter verification and rebate settlement later.
{
"type": "kipper_identity_receipt",
"x_handle": "creator",
"kipper_url": "https://kipper.money/",
"quai_address": "0x... | null",
"verification_status": "local_only_pending_kipper_twitter_verification",
"settlement_status": "not_settleable_until_server_verified"
}A query earns energy-saved accounting when it is resolved by an internal path instead of a fresh external model call.
User-owned diary, imported corpus, or public artifact answers without generation.
A prior resolution answers a similar query. The first answer becomes reusable infrastructure.
The referrer or an up-chain helper supplies context that prevents the model from guessing.
An accepted answer becomes a cited object and resolves later questions.
A cheaper internal path replaces a larger external call.
The system knows not to call outside because the right answer is “route this to a human.”
The system estimates the baseline external AI path before choosing a route.
Memory, corpus, cache, resolution receipts, and trusted humans are checked before an outside model.
The answer source becomes a resolution receipt. Raw private text stays offchain.
The energy saved receipt records estimated baseline tokens, actual external tokens, and tokens_not_externalized.
Energy rebate receipts accrue to the helper, receipt, corpus item, or cache entry that kept the query inside.
MetaSPN should not put diary entries, AI chats, helper messages, or raw queries onchain. The protocol stores receipts offchain, hashes them, and periodically anchors aggregate roots to Quai.
{
"type": "anchor_receipt",
"period": "2026-07-13",
"receipt_count": 482,
"receipt_type_counts": {
"connection_receipt": 7,
"search_receipt": 58,
"resolution_receipt": 26,
"energy_saved_receipt": 391
},
"merkle_root": "0x...",
"anchor_status": "pending",
"quai_tx": null
}