doi_sign_vouch
Builds an unsigned PowForge vouch event template for a Nostr pubkey, ready for external signing and relay publication.
Instructions
Build an UNSIGNED kind:33335 PowForge vouch event template. The MCP server intentionally never holds keys — the caller signs externally and publishes the signed event to relays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | 64-hex pubkey of the subject being vouched | |
| depth | Yes | Voucher's claimed DoI depth (integer) | |
| vouch_count | Yes | Voucher's total outbound vouch count (drives sqrt dilution) | |
| sats | No | Optional sats backing | |
| content | No | Optional human-readable note |