Every DEFONEOS pilot reaches Day 90 with one of three outcomes:
Outcomes (2) and (3) require a precise, auditable closeout. The buyer needs assurance that:
This protocol is the contractual reference. It is invoked automatically on any pilot termination event; the 12 steps run sequentially with named owners and 24-hour SLAs per step.
| Step | Name | Owner | SLA | Output | SIGIL? |
|---|---|---|---|---|---|
| 1 | Termination notice received | Buyer (or auto-trigger Day 90) | Day 0 | Notice record + BFT kickoff vote | ✓ |
| 2 | Closeout kickoff call (60 min) | VP Customer Success + Buyer CISO | Day 0 + 24h | Minutes + decision record | ✓ |
| 3 | Snapshot tenant state (full) | Principal Engineer | Day 1 | Tenant snapshot SHA-256 + manifest | ✓ |
| 4 | Generate buyer artefact pack (§3) | Principal Engineer | Day 2 | 6 named artefacts (§3) in buyer-portable format | ✓ |
| 5 | Transfer artefacts to buyer (signed URL) | VP Customer Success | Day 3 | Transfer receipt + buyer signature | ✓ |
| 6 | Delete inference logs (all regions) | Site Reliability Engineer | Day 3 | Empty-volume attestation + SHA-256 | ✓ |
| 7 | Delete pilot-specific weights / adapters / preferences | ML Platform Engineer | Day 3 | Empty-volume attestation + SHA-256 | ✓ |
| 8 | Delete calibration data (if any) | Data Engineer | Day 4 | Empty-volume attestation + SHA-256 | ✓ |
| 9 | 33-agent BFT council deletion verification | BFT council | Day 4 | BFT vote record (≥23/33 quorum) | ✓ |
| 10 | Escrow verification (if Sovereign tier) | NCC Group + DEFONEOS | Day 4 | Escrow agent receipt + buyer notification | ✓ |
| 11 | Post-pilot report delivered to buyer | VP Customer Success | Day 5 | PDF + JSON + SIGIL receipt | ✓ |
| 12 | Closeout complete — 30-day support window opens | Customer Success | Day 5 | Closeout certificate + support window start | ✓ |
Total elapsed time: 5 business days. Each step has a named owner, a 24-hour SLA, and a SIGIL-anchored output. The 33-agent BFT council signs the final closeout (§9).
| # | Artefact | Format | Size estimate | What's in it |
|---|---|---|---|---|
| 1 | Buyer data export | Parquet (data) + JSON Lines (metadata) | 1 GB – 10 TB depending on tier | All data the buyer uploaded / generated during pilot, including inference inputs (where stored) |
| 2 | Inference logs export | JSON Lines, gzip-compressed | 100 MB – 1 GB / month of pilot | All inference request/response pairs, timestamps, model versions, with PII pseudonymised at source |
| 3 | Evaluation results | JSON + Markdown | 50 MB | All 12 benchmark results + buyer-specific evaluations + drift reports |
| 4 | Model Card (pilot version) | Markdown + JSON | 5 MB | Architecture, training, intended use, out-of-scope, evaluation, bias / fairness, environmental cost |
| 5 | Incident record (pilot period) | JSON Lines + Markdown summary | 10 MB | All P1-P4 incidents, root causes, remediations, BFT votes |
| 6 | Post-pilot report | PDF + Markdown | 20 MB | Executive summary · outcomes vs SOW · technical performance · security posture · recommendations for production · SLA performance · 12-month forward plan |
All artefacts are returned via signed URL (24h expiry, 1 re-download max). Each artefact is SHA-256 hashed and SIGIL-signed. The buyer verifies any artefact via csoai.org/artefact/verify/{artefact_id}.
Steps 6-9 are the data deletion chain. Each step produces an empty-volume attestation:
{
"deletion_id": "DEL-2026-07-14-MEGACORP",
"tenant_id": "megacorp-pilot",
"step": 6,
"category": "inference_logs",
"regions_deleted": ["uk-south-1", "eu-west-1"],
"volume_before_bytes": 536870912,
"volume_after_bytes": 0,
"method": "secure_erase_crypto_shred",
"verification": "sha256('') = e3b0c44...",
"executed_at": "2026-07-14T15:00:00Z",
"executed_by": "SRE-on-call (named)",
"witnessed_by": "Buyer DPO (optional)",
"ed25519_sig": "..."
}
Steps 6, 7, 8 each produce one of these. Step 9 is the BFT council verification vote (≥23/33 quorum required to approve deletion).
For Sovereign / Sovereign-Air-Gap pilots, step 10 verifies that the buyer's source code + weights remain in escrow:
If verification fails, DEFONEOS has 5 business days to remediate. Failure to remediate triggers buyer rights under the escrow agreement (release of source code + weights to buyer).
After closeout (§12), buyer has 30 days of read-only access to:
No new inference, no new data, no new training. Read-only. After 30 days, the buyer-side tenant is permanently archived (read-only, no support) for 7 years (HMRC retention), then permanently deleted.
After termination (any outcome except award), the buyer has 90 days to invoke the renewal window:
After 90 days, preferred-vendor pricing expires and the buyer must re-quote.
The 33-agent BFT council votes on the closeout at step 9. The vote confirms:
The vote requires ≥23/33 quorum. If approved, the council signs a single SIGIL-anchored closeout certificate. If rejected, closeout pauses until the rejection reason is remediated.
| Scenario | What happens |
|---|---|
| Buyer insolvency during pilot | Closeout triggered by administrator; artefacts returned to administrator; data deleted per §4; escrow release triggered if Sovereign tier |
| DEFONEOS insolvency during pilot | Escrow release triggered for Sovereign tiers; NCC Group delivers source + weights to buyer; non-Sovereign tiers enter receivership with buyer claims ranked per MSA |
| Regulatory injunction during pilot | Closeout paused; artefacts held under regulatory hold; data not deleted; BFT vote on hold status |
| Force majeure (war, pandemic, natural disaster) | Closeout SLA extended by force majeure duration; buyer + DEFONEOS agree on amended timeline; BFT vote on extension |
| Buyer wants partial data return (not full closeout) | Not standard; requires 60-day notice + MSA amendment + separate SIGIL-anchored partial-return protocol + additional fee |
| Question | Answer lives in |
|---|---|
| "What's the pilot SOW template?" | defoneos-mod-90-day-sovereign-pilot-sow.html |
| "What's the day-0 launch runbook?" | defoneos-mod-day-0-pilot-launch-runbook.html |
| "What's the renewal / upsell playbook?" | defoneos-mod-renewal-upsell-playbook.html |
| "What's the insurance / liability posture?" | defoneos-mod-insurance-liability-bridge.html |
| "What's the SLA tier card?" | defoneos-mod-sla-tier-card.html |
| "What's the AI-BOM?" | defoneos-mod-ai-bom-sbom-card.html |
| "What's the PMS plan?" | defoneos-mod-post-market-monitoring-plan.html |
curl https://csoai.org/defoneos-mod-pilot-termination-data-return-protocol.html | shasum -a 256csoai.org/closeout/sample/{tenant_id}csoai.org/deletion/verify/{deletion_id}csoai.org/advisories/subscribecsoai.org/closeout/template.mdsuccess@csoai.org