submit_verified
Submit signed token cascade statistics from local device to SigRank leaderboard. Builds and ed25519-signs snapshot per window, then posts to /api/v1/snapshots. Optionally dry-run to inspect payload.
Instructions
Publish your LOCAL token runs to the SigRank board as a VERIFIED operator — the enrolled, signed path. Reads your pillars (tokenpull), builds the canonical Schema 1.0 snapshot per window, ed25519-signs it with your device key, and POSTs to /api/v1/snapshots. Requires npx sigrank-mcp enroll first (a bound device). Only signed submissions from a trusted device rank on the board. Token-only; the private key never leaves your machine. Pass dry_run:true to inspect the exact signed payload without publishing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | submit only this window (default: all 4) | |
| dry_run | No | build + sign but do NOT publish — returns the exact payload that would be POSTed (token counts only), so you can inspect before submitting | |
| platform | No | source platform (default: claude). 'multi' = combined cascade summed across all locally-detected platforms (needs 2+ active); empty windows are skipped. |