OpenChainGraph Suite · Standardized Agreements & Legal Templates

Mutual NDA Composer

Assembles a Common Paper Mutual NDA (Version 1.0, CC BY 4.0) from Cover Page Key Terms, then binds a party's acceptance to the assembled artifact by its execution_hash, template_id, and vendored body_sha256. The Standard Terms body is vendored verbatim and never modified. Not legal advice.

OpenChainGraph · 2 Steps compliance mandate Hash-Anchored §4 chain_depth:2 Client-Side · Zero PII
Chain Topology: Mutual NDA Composer
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 2 Steps
1 ROOT node
Mutual NDA Composer art-276-mutual-nda-composer
assembled_markdown and contract_api (template_id, body_sha256, variable_map) feed the acceptance binder as the referenced artifact
MCP Call · assemble_mutual_nda
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "assemble_mutual_nda",
    "arguments": {}
  },
  "id": 1
}
2 TERMINAL node
Agreement Acceptance Binder art-277-agreement-acceptance-binder
accepted_template_id, accepted_body_sha256, and referenced_execution_hash form the countersignable acceptance record
MCP Call · bind_agreement_acceptance
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "bind_agreement_acceptance",
    "arguments": {}
  },
  "id": 1
}
Export Artifacts
Download the §4 chain definition artifact (hash-anchored composite JSON) or the §13.11 W3C Verifiable Credentials view. Both derive from the chain definition; no new hash is minted. Available after hash computation.