← Back to registry

TOOL · create_blockchain_proof

No description provided.

Canonical Definition

{
  "category": "verification",
  "description": {
    "en": "Generates the verifiable contract fingerprint outside the app shell.",
    "es": "Genera la huella verificable del contrato fuera del app shell."
  },
  "id": "create_blockchain_proof",
  "label": {
    "en": "Create blockchain proof",
    "es": "Crear prueba blockchain"
  },
  "metadata": {
    "artifact_type": "vetra-blockchain-proof-tool",
    "consumers": [
      "Vetra-rust",
      "Imaginclaw"
    ],
    "owner_app": "Vetra-rust",
    "promotion_reason": "Blockchain proof creation is core Vetra business logic and must be independent from UI and agent orchestration.",
    "scope": "app-scoped",
    "version": "0.2.0"
  },
  "requires_workspace": true,
  "response": {
    "data": {
      "anchored_at": "2026-03-16T18:24:00Z",
      "contract_id": "{{contract_id}}",
      "network": "Vetra Sovereign Ledger",
      "proof_hash": "sha256:7ac0bbce98fdaf2c778f4d6f7be0c73f7b0ecf8440c1794a0bc5e4580e5e4ea0",
      "proof_id": "proof-{{contract_id}}"
    },
    "summary": {
      "en": "Blockchain proof created for `{{contract_id}}`.",
      "es": "Prueba blockchain creada para `{{contract_id}}`."
    }
  },
  "suggested_actions": [
    "finalize_contract",
    "verify_contract"
  ],
  "triggers": [
    "blockchain",
    "proof",
    "hash",
    "sello",
    "anchor"
  ]
}