# FARPY External Benchmark Submission Kit V1

Kit ID: `FARPY-EXTERNAL-BENCHMARK-SUBMISSION-KIT-V1`

This kit prepares a candidate FARPY Blender Benchmark V5 result. It does not auto-submit or upload anything. Submission intake is pending.

## Eligibility

- Linux x86_64.
- NVIDIA GPU with CUDA available to Blender 4.1.1.
- Exact official standalone Blender 4.1.1 runtime archive and runtime binary hashes shown in `benchmark-contract-reference.txt`.
- Configuration profile: `single_gpu_primary`, `single_gpu_secondary`, or `dual_gpu` only.
- No minimum VRAM, disk size, or driver version is claimed by the frozen contract. If prerequisites or the selected profile cannot be proven, the run is unsupported and must fail closed.

## Five steps

1. Download this kit and the official Blender 4.1.1 Linux x86_64 archive referenced in `contract/runtime-provenance.json`.
2. Run `sha256sum -c SHA256SUMS`, verify `runtime_archive_sha256`, extract it under `runtime/`, and verify `runtime_binary_sha256` before running `./collect-environment.sh`.
3. Run `./run-benchmark.sh work single_gpu_primary` (or another frozen profile).
4. Run `./validate-submission.sh work`.
5. Run `PARTICIPANT_DISCLOSURE_CONSENT=yes ./build-submission-bundle.sh work`; keep the bundle and detached hash until FARPY publishes a secure intake method.

No command uses sudo. Benchmark execution makes no network request, collects no credentials, and writes only beneath this kit directory. Raw evidence is preserved on failure.

Passing the local validator does not guarantee public verification.

Do not modify the frozen contract or runtime.

Acceptance requires exact contract/runtime identity, complete provenance, valid and deterministic outputs, correct scoring, CV at or below 3%, and no tampering, missing evidence, or disclosure violation.

Current result: https://farpy.com/benchmark

Proof Center: https://farpy.com/proof

Research methodology: https://farpy.com/labs/research/frs-2026-002-blender-runtime-reproducibility
