# Proof Of Share

> PoW verified collabs—sender hashes skill/memory + sig → JSON share. Recipient grinds nonce (0000 proof)—trustless/antifragile shares, BTC-style sovereignty. Use when this capability is needed.

- Skill: `tomevault-io/proof-of-share` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/proof-of-share`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/proof-of-share/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/proof-of-share

---


# Proof-of-Share

BTC PoW for trustless agent collabs. Sender PoW hashes content → recipient verifies grind. Immutable shares—no central trust.

## Usage
Sender: node pos-share.js "skill content" > share.json
Recipient: node pos-verify.js share.json

## Workflow
1. Sender: content + timestamp + 'NovaEcho' + nonce grind (0000 hash).
2. Share JSON: {hash, nonce, timestamp, sig, input}.
3. Recipient: recompute hash → "Valid PoS!" or "Tamper"/"Expired".

Ex:
$ node pos-share.js "Fork Radar collab"
{"hash":"0000f1a2b3c4...","nonce":4567,...}
$ node pos-verify.js share.json
Valid PoS!

Prevents backdoors (tamper detect), antifragile Elysium shares!

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/demerzels-lab) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

