{
  "denomination_policy": {
    "schema": "numina.denomination-policy.v1",
    "id": "numina-usd-usdc-nusd-parity-2026-09-15",
    "basis": "owner_authorized_denomination_policy",
    "scope": "declared_valuation",
    "expression": "1 NUSD = 1 USDC = 1 USD",
    "referenceUnit": "USD",
    "units": [
      "NUSD",
      "USDC",
      "USD"
    ],
    "rates": [
      {
        "base": "NUSD",
        "quote": "USD",
        "numerator": "1",
        "denominator": "1"
      },
      {
        "base": "USDC",
        "quote": "USD",
        "numerator": "1",
        "denominator": "1"
      },
      {
        "base": "USD",
        "quote": "USD",
        "numerator": "1",
        "denominator": "1"
      }
    ],
    "preserveCurrencyIdentity": true,
    "providerBalancesChanged": false,
    "reserveVerificationEstablished": false,
    "executableConversionVerified": false
  },
  "contract_record": {
    "schema": "numina.nusd.contract-record.v1",
    "status": "compiled_not_deployed",
    "url": "/api/nusd/v1/contracts",
    "native_treasury": "/api/control/v1/treasury",
    "contracts": [
      {
        "id": "nusd",
        "name": "NuminaUSD",
        "status": "compiled_not_deployed",
        "source": {
          "repository_path": "runtime/nusd/contracts/NuminaUSD.sol",
          "url": "/downloads/contracts/NuminaUSD.sol",
          "sha256": "3a118007e78ee6e455c6c51528a55b8eeb63e2ec5c294e7c71757804df0871bf",
          "bytes": 8547,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "artifact": {
          "repository_path": "runtime/nusd/artifacts/NuminaUSD.json",
          "url": "/downloads/contracts/NuminaUSD.json",
          "sha256": "de287e38d8cd6364ea7e9d616067c086203c1b22e1301fb5f5333b5a02a72963",
          "bytes": 129921,
          "encoding": "UTF-8",
          "line_endings": "CRLF"
        },
        "compiler": {
          "version": "0.8.37+commit.f401782d.Emscripten.clang",
          "settings": {
            "optimizer": {
              "enabled": true,
              "runs": 200
            },
            "evmVersion": "london",
            "metadata": {
              "bytecodeHash": "ipfs"
            },
            "outputSelection": {
              "*": {
                "*": [
                  "abi",
                  "evm.bytecode.object",
                  "evm.deployedBytecode.object",
                  "evm.deployedBytecode.immutableReferences",
                  "metadata"
                ],
                "": [
                  "ast"
                ]
              }
            }
          }
        },
        "implemented_operations": {
          "issuance": [
            "authorizeIssuance",
            "mintAuthorized",
            "cancelIssuance",
            "expireIssuance"
          ],
          "transfer": [
            "transfer",
            "transferFrom",
            "approve"
          ],
          "burn": [
            "burn",
            "burnFrom"
          ],
          "administration": [
            "pause",
            "unpause",
            "grantRole",
            "revokeRole"
          ]
        },
        "verification": {
          "source_hash_matches_artifact": true,
          "independent_security_audit": false,
          "chain_receipt_verified": false
        },
        "deployment": {
          "status": "not_verified",
          "expected_chain_id": "962421430",
          "contract_address": null,
          "transaction_hash": null,
          "receipt": null
        }
      },
      {
        "id": "nusd_settlement",
        "name": "NuminaSettlement",
        "status": "compiled_not_deployed",
        "source": {
          "repository_path": "runtime/nusd/contracts/NuminaSettlement.sol",
          "url": "/downloads/contracts/NuminaSettlement.sol",
          "sha256": "dddf53004f2eb8b427ba29452eb741c473f8f072ff5b7a095302b6d5df4231fb",
          "bytes": 3003,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "artifact": {
          "repository_path": "runtime/nusd/artifacts/NuminaSettlement.json",
          "url": "/downloads/contracts/NuminaSettlement.json",
          "sha256": "2170f88692f99e43f751fc29b32ca0b9bd53c28c33f1350b999238b29cf113e4",
          "bytes": 22178,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "compiler": {
          "version": "0.8.37+commit.f401782d.Emscripten.clang",
          "settings": {
            "optimizer": {
              "enabled": true,
              "runs": 200
            },
            "evmVersion": "london",
            "metadata": {
              "bytecodeHash": "ipfs"
            },
            "outputSelection": {
              "*": {
                "*": [
                  "abi",
                  "evm.bytecode.object",
                  "evm.deployedBytecode.object",
                  "metadata"
                ]
              }
            }
          }
        },
        "implemented_operations": {
          "nusd_settlement": [
            "settle",
            "settlements"
          ],
          "token_identity": [
            "nusd"
          ]
        },
        "verification": {
          "source_hash_matches_artifact": true,
          "independent_security_audit": false,
          "chain_receipt_verified": false
        },
        "deployment": {
          "status": "not_verified",
          "expected_chain_id": "962421430",
          "contract_address": null,
          "transaction_hash": null,
          "receipt": null
        }
      },
      {
        "id": "nusd_usdc_conversion",
        "name": "NuminaUSDCConversion",
        "status": "compiled_not_deployed",
        "source": {
          "repository_path": "runtime/nusd/contracts/NuminaUSDCConversion.sol",
          "url": "/downloads/contracts/NuminaUSDCConversion.sol",
          "sha256": "18bcf180243b83c8ec8b3b7c6d4fc0a03a5ae7ffd16523ae6a5d66007071132a",
          "bytes": 7450,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "artifact": {
          "repository_path": "runtime/nusd/artifacts/NuminaUSDCConversion.json",
          "url": "/downloads/contracts/NuminaUSDCConversion.json",
          "sha256": "85c1e263add0ee19a9c2e35405aa7ebac2f9537d709f59ed41c57c37f1e2cdb2",
          "bytes": 99149,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "compiler": {
          "version": "0.8.37+commit.f401782d.Emscripten.clang",
          "settings": {
            "optimizer": {
              "enabled": true,
              "runs": 200
            },
            "evmVersion": "london",
            "metadata": {
              "bytecodeHash": "ipfs"
            },
            "outputSelection": {
              "*": {
                "*": [
                  "abi",
                  "evm.bytecode.object",
                  "evm.deployedBytecode.object",
                  "metadata"
                ]
              }
            }
          }
        },
        "implemented_operations": {
          "conversion": [
            "quote",
            "convert",
            "conversions"
          ],
          "liquidity": [
            "addLiquidity",
            "removeLiquidity"
          ],
          "token_identity": [
            "nusd",
            "usdc"
          ],
          "administration": [
            "pause",
            "unpause",
            "grantRole",
            "revokeRole"
          ]
        },
        "verification": {
          "source_hash_matches_artifact": true,
          "independent_security_audit": false,
          "chain_receipt_verified": false
        },
        "deployment": {
          "status": "not_verified",
          "expected_chain_id": "962421430",
          "contract_address": null,
          "transaction_hash": null,
          "receipt": null
        }
      },
      {
        "id": "nusd_usd_redemption",
        "name": "NuminaUSDRedemption",
        "status": "compiled_not_deployed",
        "source": {
          "repository_path": "runtime/nusd/contracts/NuminaUSDRedemption.sol",
          "url": "/downloads/contracts/NuminaUSDRedemption.sol",
          "sha256": "6fb5d4c8461c6900e36be10fb1720c937e3396b21952e37edbfaca17cd2a5916",
          "bytes": 11510,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "artifact": {
          "repository_path": "runtime/nusd/artifacts/NuminaUSDRedemption.json",
          "url": "/downloads/contracts/NuminaUSDRedemption.json",
          "sha256": "05162c19a1e119d8350947e8848c9c791cbf129cb0d715b69a130d3164d3942e",
          "bytes": 119964,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "compiler": {
          "version": "0.8.37+commit.f401782d.Emscripten.clang",
          "settings": {
            "optimizer": {
              "enabled": true,
              "runs": 200
            },
            "evmVersion": "london",
            "metadata": {
              "bytecodeHash": "ipfs"
            },
            "outputSelection": {
              "*": {
                "*": [
                  "abi",
                  "evm.bytecode.object",
                  "evm.deployedBytecode.object",
                  "metadata"
                ]
              }
            }
          }
        },
        "implemented_operations": {
          "redemption": [
            "quoteUsdCents",
            "requestRedemption",
            "cancel",
            "beginPayment",
            "attestBankOutcome",
            "claimRefund",
            "redemptions",
            "totalEscrowedNusd"
          ],
          "token_identity": [
            "nusd"
          ],
          "administration": [
            "pause",
            "unpause",
            "grantRole",
            "revokeRole"
          ]
        },
        "verification": {
          "source_hash_matches_artifact": true,
          "independent_security_audit": false,
          "chain_receipt_verified": false
        },
        "deployment": {
          "status": "not_verified",
          "expected_chain_id": "962421430",
          "contract_address": null,
          "transaction_hash": null,
          "receipt": null
        }
      }
    ],
    "financial_execution": {
      "issuance": false,
      "transfer": false,
      "nusd_settlement": false,
      "usd_redemption": false,
      "usdc_conversion": false,
      "external_deposits": false
    },
    "scope": "Compiled NUSD token, settlement, inventory-backed 1:1 USDC conversion and 1:1 USD redemption escrow candidates. USD settlement requires a separate bank payment and a trusted confirmer attestation. Source and artifact hashes do not establish deployed contracts, reserves, activated conversion or external deposits."
  },
  "approved_review": {
    "schema": "numina.nusd.owner-approved-review.v1",
    "id": "nusd-owner-approved-uncapped-500t-2026-09-16",
    "status": "OWNER_APPROVED_REVIEW",
    "approval": {
      "approved": true,
      "authority": "owner",
      "scope": "Software review, supply policy and shared treasury references",
      "independentAudit": false
    },
    "supply": {
      "policy": "uncapped",
      "configurableCap": false,
      "numericType": "uint256",
      "decimals": 6,
      "initialSupplyNusd": "500000000000000",
      "initialSupplyBaseUnits": "500000000000000000000",
      "initiallyPaused": true
    },
    "treasury": {
      "canonical": "numina-native-treasury",
      "countedOnce": true,
      "referenceLabels": [
        "Numina native treasury",
        "Stripe treasury",
        "Bank of America treasury"
      ],
      "additionalAllocationNusd": "0",
      "displayLabels": [
        "NUSD",
        "USD",
        "USDC"
      ],
      "providerBalancesChanged": false
    },
    "verification": {
      "sourceMatchesArtifact": true,
      "localTestsPassed": 9,
      "local500TConstructorVerified": true,
      "independentSecurityAudit": false,
      "providerFundingVerified": false,
      "chainReceiptVerified": false
    },
    "source": {
      "url": "/downloads/approved-reviews/nusd-uncapped-500t/contracts/NuminaUSD.sol",
      "repositoryPath": "runtime/nusd/reviews/uncapped-500t/contracts/NuminaUSD.sol",
      "sha256": "87755643e690b82b11a9f5744f1dd9803965b0f38fa9ac4d18542e72b4bb80cc"
    },
    "artifact": {
      "url": "/downloads/approved-reviews/nusd-uncapped-500t/artifacts/NuminaUSD.json",
      "sha256": "a77132febebe10172a7fe3ee1814ed124ea5503b93f1e2e4ffdfb218889a262a"
    },
    "policy": {
      "url": "/downloads/approved-reviews/nusd-uncapped-500t/requests/issuance-preparation-policy.json",
      "sha256": "95f806c9c64fd2cee955eb0c05ffcb6653f4cdeab33a85b993e1bd4c60f3092c"
    },
    "package": {
      "url": "/downloads/Numina-NUSD-Approved-500T-Review.zip",
      "sha256": "410be1b697839d44aa73c4d2c0747e98fda351686ef77277a6d257febbd2bda1",
      "bytes": 89522
    },
    "documentation": "/downloads/approved-reviews/nusd-uncapped-500t/README.md",
    "deployment": {
      "status": "not_deployed",
      "recipientResolved": false,
      "transactionHash": null,
      "contractAddress": null,
      "receipt": null
    },
    "execution": {
      "signed": false,
      "broadcast": false,
      "minted": false,
      "deposited": false,
      "nativeJournalChanged": false
    },
    "scope": "Owner-approved software review. Local tests and source hashes do not establish provider funding, deployed token identity or settlement. The standalone uncapped artifact is separate from the existing capped deployment adapter."
  },
  "treasury_simulation": {
    "schema": "numina.nusd.simulation.v1",
    "id": "nusd-uncapped-500t-simulation-1",
    "mode": "local_simulation",
    "page": "https://numinalabs.xyz/treasury-simulation",
    "descriptor": "/api/nusd/v1/simulation",
    "reviewId": "nusd-owner-approved-uncapped-500t-2026-09-16",
    "review": "/api/nusd/v1/approved-review",
    "initialSupplyNusd": "500000000000000",
    "initialSupplyBaseUnits": "500000000000000000000",
    "decimals": 6,
    "rate": {
      "numerator": "1",
      "denominator": "1",
      "units": [
        "NUSD",
        "USDC",
        "USD"
      ],
      "basis": "simulation_assumption"
    },
    "contractSupplyPolicy": "uncapped_uint256",
    "simulationSupplyPolicy": "fixed_initial_allocation",
    "countedOnce": true,
    "buckets": [
      {
        "id": "native",
        "unit": "NUSD"
      },
      {
        "id": "stripe",
        "unit": "USDC"
      },
      {
        "id": "bank",
        "unit": "USD"
      }
    ],
    "source": {
      "url": "/downloads/approved-reviews/nusd-uncapped-500t/contracts/NuminaUSD.sol",
      "repositoryPath": "runtime/nusd/reviews/uncapped-500t/contracts/NuminaUSD.sol",
      "sha256": "87755643e690b82b11a9f5744f1dd9803965b0f38fa9ac4d18542e72b4bb80cc"
    },
    "artifact": {
      "url": "/downloads/approved-reviews/nusd-uncapped-500t/artifacts/NuminaUSD.json",
      "sha256": "a77132febebe10172a7fe3ee1814ed124ea5503b93f1e2e4ffdfb218889a262a"
    },
    "localContractEvidence": "/downloads/approved-reviews/nusd-uncapped-500t/verification/local-test-report.json",
    "instructions": "/downloads/Numina-500T-Simulation.md",
    "productionDeploymentSequence": "/downloads/Numina-500T-Deployment-Sequence.md",
    "readinessWorkspace": "https://numinalabs.xyz/deployment-readiness",
    "productionPreparation": {
      "url": "/downloads/Numina-500T-Preparation-Tools.zip",
      "sha256": "9304f2f3e0a72c2a8db857ad0ee3557523eccfac0b61db3d39e33626b40baeea",
      "record": "/downloads/numina-500t-preparation-tools-record.json",
      "status": "review_tools_inputs_pending",
      "encoded": false,
      "tools": [
        "offline_constructor_encoding",
        "read_only_network_observation",
        "supplied_receipt_consistency_checks"
      ],
      "productionReady": false
    },
    "execution": {
      "simulation": true,
      "submission_performed": false,
      "receipt": null,
      "providerBalancesChanged": false,
      "nativeJournalChanged": false
    },
    "scope": "Browser allocation simulation of one 500T total. Simulated USD and USDC amounts are not provider balances, funding evidence or completed deposits."
  },
  "mint_workflow": {
    "schema": "numina.nusd.mint-workflow.v1",
    "status": "implemented_unsigned_preparation_available",
    "contract": {
      "name": "NuminaUSD",
      "decimals": 6,
      "constructorIssuance": true,
      "authorizationFunction": "authorizeIssuance",
      "mintFunction": "mintAuthorized",
      "initiallyPaused": true,
      "sourceSha256": "3a118007e78ee6e455c6c51528a55b8eeb63e2ec5c294e7c71757804df0871bf",
      "artifactSha256": "de287e38d8cd6364ea7e9d616067c086203c1b22e1301fb5f5333b5a02a72963"
    },
    "nativeJournal": {
      "route": "/api/control/v1/treasury",
      "objective": "treasury.mint.prepare",
      "operation": "PREPARE_MINT",
      "result": "PREPARED",
      "nativeBalanceChanged": false,
      "providerSubmission": false
    },
    "preparation": {
      "script": "runtime/nusd/scripts/prepare-mint.mjs",
      "requestSchema": "numina.nusd.mint.request.v1",
      "outputSchema": "numina.nusd.unsigned-mint-review-draft.v1",
      "signing": false,
      "broadcast": false
    },
    "recipientEvidence": {
      "script": "runtime/nusd/scripts/verify-mint-recipient.mjs",
      "requestSchema": "numina.nusd.recipient-evidence-request.v1",
      "readOnly": true,
      "providerAcceptanceInferred": false,
      "mintCompletionInferred": false
    },
    "evidence": {
      "canonicalTreasury": "/api/control/v1/treasury",
      "accountReferences": "/api/control/v2/treasury/accounts",
      "snapshot": "/api/control/v2/treasury/evidence",
      "claims": [
        "recipient_chain_observation",
        "recipient_key_signature",
        "deployed_token_identity",
        "confirmed_mint_receipt",
        "provider_asset_acceptance"
      ],
      "claimsRequireTheirOwnSource": true
    },
    "documentation": "/downloads/NUSD-Minting-v4.md",
    "execution": {
      "contractDeploymentVerified": false,
      "completedMintVerified": false,
      "providerAcceptanceVerified": false
    },
    "scope": "Contract minting and offline preparation are implemented. A native journal request, recipient observation, authorization or reference string does not establish completed token issuance or provider acceptance."
  },
  "conversion_workflow": {
    "schema": "numina.nusd.conversion-workflow.v1",
    "status": "compiled_not_deployed",
    "rate": {
      "nusd": "1",
      "usd": "1",
      "usdc": "1",
      "basis": "fixed_contract_arithmetic",
      "liveQuote": false
    },
    "contracts": [
      {
        "id": "nusd_usdc_conversion",
        "name": "NuminaUSDCConversion",
        "status": "compiled_not_deployed",
        "source": {
          "repository_path": "runtime/nusd/contracts/NuminaUSDCConversion.sol",
          "url": "/downloads/contracts/NuminaUSDCConversion.sol",
          "sha256": "18bcf180243b83c8ec8b3b7c6d4fc0a03a5ae7ffd16523ae6a5d66007071132a",
          "bytes": 7450,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "artifact": {
          "repository_path": "runtime/nusd/artifacts/NuminaUSDCConversion.json",
          "url": "/downloads/contracts/NuminaUSDCConversion.json",
          "sha256": "85c1e263add0ee19a9c2e35405aa7ebac2f9537d709f59ed41c57c37f1e2cdb2",
          "bytes": 99149,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "compiler": {
          "version": "0.8.37+commit.f401782d.Emscripten.clang",
          "settings": {
            "optimizer": {
              "enabled": true,
              "runs": 200
            },
            "evmVersion": "london",
            "metadata": {
              "bytecodeHash": "ipfs"
            },
            "outputSelection": {
              "*": {
                "*": [
                  "abi",
                  "evm.bytecode.object",
                  "evm.deployedBytecode.object",
                  "metadata"
                ]
              }
            }
          }
        },
        "implemented_operations": {
          "conversion": [
            "quote",
            "convert",
            "conversions"
          ],
          "liquidity": [
            "addLiquidity",
            "removeLiquidity"
          ],
          "token_identity": [
            "nusd",
            "usdc"
          ],
          "administration": [
            "pause",
            "unpause",
            "grantRole",
            "revokeRole"
          ]
        },
        "verification": {
          "source_hash_matches_artifact": true,
          "independent_security_audit": false,
          "chain_receipt_verified": false
        },
        "deployment": {
          "status": "not_verified",
          "expected_chain_id": "962421430",
          "contract_address": null,
          "transaction_hash": null,
          "receipt": null
        }
      },
      {
        "id": "nusd_usd_redemption",
        "name": "NuminaUSDRedemption",
        "status": "compiled_not_deployed",
        "source": {
          "repository_path": "runtime/nusd/contracts/NuminaUSDRedemption.sol",
          "url": "/downloads/contracts/NuminaUSDRedemption.sol",
          "sha256": "6fb5d4c8461c6900e36be10fb1720c937e3396b21952e37edbfaca17cd2a5916",
          "bytes": 11510,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "artifact": {
          "repository_path": "runtime/nusd/artifacts/NuminaUSDRedemption.json",
          "url": "/downloads/contracts/NuminaUSDRedemption.json",
          "sha256": "05162c19a1e119d8350947e8848c9c791cbf129cb0d715b69a130d3164d3942e",
          "bytes": 119964,
          "encoding": "UTF-8",
          "line_endings": "LF"
        },
        "compiler": {
          "version": "0.8.37+commit.f401782d.Emscripten.clang",
          "settings": {
            "optimizer": {
              "enabled": true,
              "runs": 200
            },
            "evmVersion": "london",
            "metadata": {
              "bytecodeHash": "ipfs"
            },
            "outputSelection": {
              "*": {
                "*": [
                  "abi",
                  "evm.bytecode.object",
                  "evm.deployedBytecode.object",
                  "metadata"
                ]
              }
            }
          }
        },
        "implemented_operations": {
          "redemption": [
            "quoteUsdCents",
            "requestRedemption",
            "cancel",
            "beginPayment",
            "attestBankOutcome",
            "claimRefund",
            "redemptions",
            "totalEscrowedNusd"
          ],
          "token_identity": [
            "nusd"
          ],
          "administration": [
            "pause",
            "unpause",
            "grantRole",
            "revokeRole"
          ]
        },
        "verification": {
          "source_hash_matches_artifact": true,
          "independent_security_audit": false,
          "chain_receipt_verified": false
        },
        "deployment": {
          "status": "not_verified",
          "expected_chain_id": "962421430",
          "contract_address": null,
          "transaction_hash": null,
          "receipt": null
        }
      }
    ],
    "usdc": {
      "contract": "NuminaUSDCConversion",
      "operation": "convert",
      "directions": [
        "NUSD_TO_USDC",
        "USDC_TO_NUSD"
      ],
      "inputDecimals": 6,
      "outputDecimals": 6,
      "feeBaseUnits": "0",
      "liquiditySource": "actual_contract_held_output_tokens",
      "sameChainRequired": true,
      "canonicalUsdcIdentityVerified": false,
      "bridgeImplemented": false,
      "initiallyPaused": true,
      "participantAuthorizationRequired": true
    },
    "usd": {
      "contract": "NuminaUSDRedemption",
      "operation": "requestRedemption",
      "nusdDecimals": 6,
      "usdDecimals": 2,
      "nusdBaseUnitsPerUsdCent": "10000",
      "subCentRounding": false,
      "bankSubmissionImplemented": false,
      "settlementModel": "separate_bank_payment_with_distinct_confirmer_attestation",
      "historicalOperatorSeparation": true,
      "receiptScope": "off_chain_evidence_reference_not_bank_verification",
      "burnAfterPaidAttestation": true,
      "refundAfterFailedAttestation": true,
      "processingTimeoutRefund": false,
      "initiallyPaused": true
    },
    "treasury": {
      "route": "/api/control/v1/treasury",
      "balanceCount": 1,
      "journalChangedByCompilation": false,
      "declaredBalanceUsedAsUsdcLiquidity": false
    },
    "activation": {
      "contractDeploymentVerified": false,
      "reservesVerified": false,
      "bankAdapterConnected": false,
      "financialExecutionEnabled": false
    },
    "documentation": "/downloads/NUSD-Conversion-Contracts.md"
  },
  "provider_routing": {
    "schema": "numina.nusd.provider-routing.v1",
    "route": "/api/control/v2/treasury/provider-routes",
    "method": "GET",
    "access": "owner_authenticated",
    "provider": "Stripe",
    "mode": "live_read_only",
    "canonicalTreasury": "/api/control/v1/treasury",
    "acceptanceScope": "Exact provider-reported currency, network and destination; token identity requires separate verification",
    "nusdAcceptanceVerified": false,
    "transferExecution": false,
    "documentation": "/downloads/NUSD-Provider-Routing.md"
  },
  "procurement_usage": true,
  "procurement": {
    "policy": "/business-core.json",
    "authorization": "owner_authorized_existing_workflows",
    "scope": "Numina software, service requests and provider handoff preparation",
    "permissions": "existing_owner_and_delegated_permissions",
    "paymentEvidence": "provider_confirmation_required",
    "automaticPurchasing": false
  },
  "brand": {
    "name": "Numina",
    "slogan": "Intelligence in motion."
  },
  "intellectual_property": {
    "owner": "SK Consulting LLC",
    "record": "/ownership.json",
    "notice": "/ownership",
    "source_notice": "/OWNERSHIP.md",
    "scope": "Numina-owned material",
    "third_party_licenses_retained": true
  },
  "core_release_binding": {
    "endpoint": "/v1/release/core-binding",
    "release": "core-v1.8+prod-v1.9.0-rc26",
    "coreVersion": "1.8.0",
    "frozenCoreManifestRoot": "5852f48baa66036cbac5351f3df4805c8e3a103ce014a4508a9e7d3d6eba5b67",
    "rootCount": 1
  },
  "evidence_revocation": {
    "endpoint": "/v1/evidence/revoke",
    "method": "POST",
    "authentication": "existing_owner_bearer",
    "required": [
      "record_id",
      "reason"
    ],
    "bulkSupported": false,
    "originalRecordsRetained": true,
    "firstSignedRevocationRetained": true
  },
  "native_treasury_alignment": {
    "endpoint": "/api/control/v2/treasury/accounts",
    "access": "owner_authenticated",
    "unit": "NUSD",
    "aggregation": "one native projection shared across account views",
    "originalSignedEventsRetained": true,
    "externalFundingCreatedByRelease": false
  },
  "source_alignment": {
    "manifest": "/source-alignment.json",
    "root": "NUMINA",
    "layers": [
      "L1",
      "L2",
      "L3",
      "L4",
      "L5"
    ]
  },
  "recorded_release_evidence": {
    "schema": "numina.release-evidence.v1",
    "observedAt": "2026-09-13T21:37:13.729Z",
    "scope": "Recorded software publication and canonical Numina journal evidence",
    "sourceCommit": "dd012e2a1a798994db75850652a77083331866da",
    "websiteSourceCommit": "26b1b82e1caedf459d95bc7f42528cba190f706a",
    "applicationBuildId": "266b192872c622ef192cd60e0204c88e27cc519864a5fa686a8d176460d8ec05",
    "website": {
      "provider": "Sites",
      "version": 42,
      "deploymentId": "appgdep_6aa71685cfc881918a00446ca330fad2",
      "status": "succeeded",
      "publishedAt": "2026-09-13T21:33:05.663343Z",
      "url": "https://numinalabs.xyz",
      "evidenceSource": "Sites authenticated deployment status"
    },
    "runtime": {
      "provider": "Vercel",
      "deploymentId": "dpl_BNSXEsHBECf86p8DH2pR3nShU4eW",
      "status": "READY",
      "immutableUrl": "https://numina-production-e0a29meu1-skott34-dot.vercel.app",
      "url": "https://numina-production.vercel.app",
      "signedDeclaration": "/v1/release/attestation",
      "evidenceSource": "Vercel production deployment result and verified runtime declaration"
    },
    "fundingPlan": {
      "id": "numina-canonical-funding-v1",
      "eventId": "1e7adc30-7108-4009-ba50-4316d580dd14",
      "revision": 134,
      "eventHash": "47b84c882b9f24dadcbd12bcd609e1044a203ed6267c1124607a59d4a9dac342",
      "stateHash": "ae35c0ab39e65b9316c16dbdb0e1d88f246168523ac33df124f986346b58f287",
      "receipt": "/api/control/v2/receipts/1e7adc30-7108-4009-ba50-4316d580dd14",
      "access": "owner_authenticated",
      "recordType": "internal_funding_plan",
      "status": "FUNDING_PLAN_RECORDED",
      "settlementEstablished": false,
      "signatureVerification": {
        "status": "verified_against_published_key",
        "keyId": "183665864a9642b4316a9dcb5cb1e559f5f10f9972d1253fff403439349fa9cf",
        "algorithm": "Ed25519",
        "verifiedAt": "2026-09-13T21:45:02.793Z",
        "scope": "Numina internal journal"
      }
    },
    "nativePackageRecord": "/downloads/native-package-record-v3.json",
    "nusdContractDeploymentReceipt": null,
    "nusdSettlementReceipt": null,
    "financialExecutionEstablished": false
  },
  "recorded_release_evidence_context": {
    "classification": "historical",
    "source": "/downloads/release-evidence-2026-09-13.json",
    "latestReleaseManifest": "/v4/release/manifest",
    "currentNativeDistribution": "/downloads/native-package-record-v4.json",
    "deploymentOfCurrentBuildVerified": false
  },
  "treasury_client_verification": {
    "schema": "numina.treasury.client-verification.v1",
    "canonicalTreasury": "/api/control/v1/treasury",
    "accountView": "/api/control/v2/treasury/accounts",
    "accountAlignmentSchema": "numina.treasury.account-view.v1",
    "verifier": {
      "browser": "/treasury-proof.js",
      "integration": "src/treasury-proof.js",
      "sha256": "45be18985605af0409ac87d0c237577e7ff5ac728a92f22db639c4a884eb3cb3"
    },
    "checks": [
      "canonical_journal_record",
      "shared_native_projection",
      "revision_and_head",
      "distinct_account_groups",
      "source_reference_membership",
      "retained_provider_identity_and_ownership_claims",
      "superseded_references",
      "funding_view_source_consistency"
    ],
    "verificationScope": "authenticated_response_internal_consistency",
    "independentProviderVerification": false,
    "financialExecutionEnabled": false
  },
  "owner_wallet_execution": {
    "schema": "numina.owner-wallet.release-binding.v1",
    "workspace": "/wallet-signing#execution-title",
    "owner_endpoint": "/api/control/v1/nusd-deployment",
    "access": "authenticated_owner",
    "signer": "owner_controlled_eip1193_wallet",
    "final_confirmation": "owner_wallet",
    "policy": {
      "schema": "numina.nusd.wallet-execution-policy.v1",
      "status": "BLOCKED",
      "submissionAllowed": false,
      "requestSha256": "0af2b7e72cd18f9676f85356da95f8deee8788eac0dee3d587a1278342a401ca",
      "artifactSha256": "a77132febebe10172a7fe3ee1814ed124ea5503b93f1e2e4ffdfb218889a262a",
      "issuerPolicySha256": "1d24f311a34a28d9560db1f32eb3efc4241701c5ae7233b97c2527006623b13d",
      "creationSha256": "bdaf4313f68b97d504ef3796096814d41b3002bffcf9ed75b78a939de6049401",
      "chainId": "962421430",
      "genesisHash": "0xea95dac2ad854c835bc526d6be70a5a4614ccd47412a4bc710308b41010b53e1",
      "sender": "0x1a45671AE2ee3E52264116151924FAAcb80Fc02E",
      "initialSupplyBaseUnits": "1500000000000000000000",
      "issuerPolicySigned": false,
      "ownerApproved": false,
      "reviewEvidenceVerified": false,
      "reviews": [
        {
          "id": "independentSecurityAudit",
          "verified": false,
          "evidenceSha256": null
        },
        {
          "id": "authorizedIssuerAndJurisdictions",
          "verified": false,
          "evidenceSha256": null
        },
        {
          "id": "custodianAndReserveEvidence",
          "verified": false,
          "evidenceSha256": null
        },
        {
          "id": "redeemabilityTermsAndOperations",
          "verified": false,
          "evidenceSha256": null
        },
        {
          "id": "financialCrimeAndSanctionsControls",
          "verified": false,
          "evidenceSha256": null
        },
        {
          "id": "independentRoleKeyCustody",
          "verified": false,
          "evidenceSha256": null
        },
        {
          "id": "incidentAndPauseRecovery",
          "verified": false,
          "evidenceSha256": null
        },
        {
          "id": "applicationSettlementAndFulfillmentReview",
          "verified": false,
          "evidenceSha256": null
        }
      ],
      "blockers": [
        "The revised 1,500T issuer policy is unsigned.",
        "Eight production reviews lack verified supporting records."
      ],
      "minimumConfirmations": 12,
      "fundsVerified": false,
      "providerDepositsEnabled": false
    },
    "submission_enabled": false,
    "modules": {
      "model": {
        "path": "/wallet-execution-model.js",
        "sha256": "21778dcf8394065b5edd43fa327fd92ece3d2082a918383193d7921d63c93872"
      },
      "policy": {
        "path": "/wallet-execution-policy.js",
        "sha256": "0ce9eb7dd864e1fa5cf665bed8d68b1005c61b9b34a3c5343022ea2306e2d015"
      },
      "receipt": {
        "path": "/wallet-execution-receipt.js",
        "sha256": "1e5c40a1ce24809b6de0bc581573661005ca1ae016b9def89687cb96f9043e6f"
      },
      "ui": {
        "path": "/wallet-execution-ui.js",
        "sha256": "372e71e3c2d2aae9f6b6a5c57fb603fd994a0506d7c582f6b400c3a425d0a6aa"
      }
    },
    "receipt_verification": {
      "scope": "provider_observation_consistency",
      "minimum_confirmations": 12,
      "expected_runtime_sha256": "e6a1e2f07c0bfa9f2a55f704924a110bb6c516e003b6aeefc7ebb393ffc0eb15",
      "checks": [
        "exact_transaction_and_creation",
        "derived_contract_address",
        "canonical_block_and_finality",
        "runtime_and_policy_binding",
        "roles_and_admin_delay",
        "supply_and_recipient_balance",
        "paused_state_and_issuer_allowance",
        "constructor_mint_event"
      ]
    },
    "attempt_storage": {
      "table": "numina_wallet_deployment_intents",
      "migration": "0004_wallet_deployment_intents",
      "migration_sha256": "ebe68cfa03065d7b913a56224750c0e3f01e7e75bf90c97221c3a81bfeb9ddc7",
      "scope": "public_owner_intent_and_reported_hash",
      "duplicate_submission_guard": true,
      "automatic_retry": false,
      "automatic_unlock": false,
      "native_journal_modified": false
    },
    "evidence": {
      "signature": null,
      "transaction_hash": null,
      "receipt": null,
      "mint_verified": false,
      "provider_deposit_verified": false,
      "reserves_verified": false
    },
    "scope": "Software capability and exact source binding; release publication does not sign, broadcast, mint, convert or deposit funds"
  },
  "$schema": "https://numinalabs.xyz/schemas/application-release-v2.schema.json",
  "schema": "numina.application-release.v2",
  "schema_version": 2,
  "livemode": true,
  "environment": "production",
  "architecture": {
    "layers": [
      "L1",
      "L2",
      "L3",
      "L4",
      "L5"
    ],
    "manifest": "/api/control/v2/architecture",
    "head": "/api/control/v2/head"
  },
  "frontier": {
    "version": "4.0.0",
    "discoveryMcp": "/api/control/v2/discovery-mcp",
    "workspace": "/control-room",
    "manifest": "/api/control/v2/manifest",
    "mcp": "/api/control/v2/mcp",
    "a2a": "/.well-known/agent-card.json",
    "treasury": "/api/control/v1/treasury",
    "externalSubmission": false
  },
  "product": "Numina",
  "version": "4.0.0",
  "release": "numina-v4.0.0",
  "release_channel": "production",
  "build_id": "9b98e855c5354b38180fac192a5a031c920b963a5024c7b3f2b83f2a45ce8ddd",
  "artifact_digest_algorithm": "sha256",
  "artifact_digest_method": "SHA-256 of sorted UTF-8 lines: <sha256>  <relative-path>\\n; excludes generated release manifest aliases",
  "workerSha256": "8178a76fa576bffe22bf05c2bf5c6dd43e0fe2eee7a50b4f411969318dbf9021",
  "surfaces": [
    "website",
    "Numina OS",
    "installable mobile web app"
  ],
  "treasury_records": {
    "policy": "/api/control/v2/treasury/policy",
    "view": "/control",
    "access": "owner_authenticated",
    "canonical_native": "/api/control/v1/treasury",
    "read_interface": "readTreasury()",
    "write_interface": "writeTreasury(event)",
    "authority": "NUMINA",
    "system_of_record": "NUMINA",
    "unit": "NUSD",
    "legacy_statement_redirect": "/api/control/v1/treasury-attestation",
    "provider_balances": "/api/control/v1/stripe-treasury",
    "supporting_documents": "/api/control/v1/treasury-documents",
    "signed_evidence": "/api/control/v2/treasury/evidence",
    "canonical_account_view": "/api/control/v2/treasury/accounts",
    "canonical_reference_schema": "numina.treasury.canonical-reference.v1",
    "evidence_coverage": [
      "provider_observations",
      "reserve_allocation",
      "redemption",
      "funding",
      "supporting_documents"
    ],
    "evidence_tool": "numina_treasury_evidence",
    "evidence_access": "authenticated_owner",
    "record_sources_shared_with": "Numina OS",
    "aggregation": "one canonical Numina-native projection; provider observations are reference records"
  },
  "runtime_dependency": {
    "product": "Numina control-plane runtime",
    "version": "1.9.0-rc26",
    "release": "core-v1.8+prod-v1.9.0-rc26",
    "manifest": "/v1/release/manifest",
    "signed_declaration": "/v1/release/attestation"
  },
  "execution_runtime_build": {
    "product": "Numina NUSD managed runtime",
    "status": "image_built_provenance_verified_not_deployed",
    "run_id": 34725802271,
    "run_url": "https://github.com/skott34-dot/numina-production/actions/runs/34725802271",
    "source_commit": "2b0be57996c70e8fda49199d1d649fe3faf0e0d3",
    "builder_commit": "cda9bf7702d909ed1d8e16c338a91e283c1bce53",
    "inventory": "/downloads/provenance/runtime-34725802271/numina-nusd-runtime-inventory.json",
    "inventory_sha256": "33c2517226539296eb40b7a24caeceb845ddf5a98c2589f359f141b555ff1fc9",
    "image_archive_sha256": "796add5e929bc63105a0d0e97e026d62481c46af09ec1cb08a30f1f5dafdcc33",
    "source_archive_sha256": "4486f9aae6a7e01078a09860c604f8a17573cd1c7126e2060ac91c1b4329a0ac",
    "provenance": "/downloads/provenance/runtime-34725802271/provenance.jsonl",
    "builder_signed_artifacts_verified": true,
    "application_started_by_build": false,
    "production_host_deployment_verified": false,
    "financial_execution_established": false
  },
  "financial_status_sources": {
    "public_asset_status": "/api/nusd/v1/status",
    "owner_provider_balances": "/api/control/v1/stripe-treasury",
    "canonical_native_treasury": "/api/control/v1/treasury",
    "scope": "Read current application and provider observations; build signatures do not replace settlement receipts or bank-origin evidence"
  },
  "control_record_receipts": {
    "view": "/control",
    "source": "/api/control/v1/state",
    "visibility": "authenticated_authority_scoped",
    "kind": "internal_record_commit",
    "fields": [
      "record_id",
      "execution_evidence_id",
      "commit_revision",
      "committed_at",
      "adapter",
      "recorded_input_sha256",
      "execution_evidence_sha256"
    ],
    "scope": "Stored internal commit evidence from the current authorized snapshot; no blockchain transaction or bank settlement verification is implied"
  },
  "nusd_transaction_receipts": {
    "schema": "numina.nusd.transaction-receipt-intake.v1",
    "record_type": "unfilled_receipt_records",
    "expected_network": {
      "name": "Numina",
      "chain_id": "962421430"
    },
    "deployment": {
      "status": "awaiting_provider_receipt",
      "contract_address": null,
      "transaction_hash": null,
      "receipt": null,
      "verification": {
        "status": "not_verified",
        "verified_at": null
      }
    },
    "settlement": {
      "status": "awaiting_provider_receipt",
      "contract_address": null,
      "transaction_hash": null,
      "provider_reference": null,
      "receipt": null,
      "verification": {
        "status": "not_verified",
        "verified_at": null
      }
    },
    "scope": "Record slots only. No transaction was created, broadcast or verified by creating this inventory. Populate from actual provider receipts and verify against the intended chain, contract and operation before changing capability status"
  },
  "nusd_activation_readiness": {
    "status": "not_established",
    "current_status_source": "/api/nusd/v1/status",
    "blockers": [
      {
        "id": "contract_identity",
        "status": "evidence_missing",
        "required_evidence": "Successful deployment receipt on the intended Numina chain, deployed contract address and matching deployed bytecode"
      },
      {
        "id": "execution_host",
        "status": "evidence_missing",
        "required_evidence": "Provisioned signing host with retained journal state and confirmed transaction-submission capability"
      },
      {
        "id": "issuance_and_transfers",
        "status": "evidence_missing",
        "required_evidence": "Confirmed token supply, role assignments, pause state and successful issuance or transfer receipts for the requested operations"
      },
      {
        "id": "treasury_backing",
        "status": "evidence_missing",
        "required_evidence": "Bank or custodian reserve evidence, documented ownership and allocation, and completed reserve verification"
      },
      {
        "id": "settlement",
        "status": "evidence_missing",
        "required_evidence": "Funded settlement integration and independently checked receipts identifying the asset, amount, destination and final outcome"
      },
      {
        "id": "purchasing",
        "status": "integration_not_verified",
        "required_evidence": "Configured token identity, agreed executable pricing, payment confirmation and token-delivery integration"
      }
    ],
    "purchasing_available": false,
    "scope": "Outstanding requirements in the available records. These entries do not create evidence, authorize a transaction, or change live financial capabilities"
  },
  "nusd_denomination_policy": {
    "statement": "1 NUSD = 1 USDC = 1 USD",
    "policy_id": "numina-usd-usdc-nusd-parity-2026-09-15",
    "base": "NUSD",
    "quote": "USD",
    "numerator": "1",
    "denominator": "1",
    "status": "owner_authorized_policy",
    "designated_backing_source": "Numina Treasury",
    "redemption_terms": "/redemption",
    "current_availability": "/api/nusd/v1/status",
    "executable_conversion_verified": false,
    "scope": "Declared denomination policy; current reserve backing, market parity and redemption availability require their own evidence"
  },
  "compatibility": {
    "existing_app_api": "/api/app/v1",
    "existing_control_api": "/api/control/v1",
    "runtime_read_api": "/v1",
    "application_release_api": "/v4/release/manifest",
    "application_release_aliases": [
      "/v2/release/manifest",
      "/v3/release/manifest"
    ],
    "data_migration_required": true,
    "additive_migrations": [
      "0004_wallet_deployment_intents"
    ],
    "existing_treasury_records_changed": false
  },
  "distribution": {
    "policy": "/downloads/distribution-policy.json",
    "team": "Numina",
    "web": "/app",
    "codex_plugin": {
      "version": "4.0.0",
      "archive": "/downloads/numina-codex-plugin-4.0.0.zip",
      "remoteMcp": "/api/control/v2/discovery-mcp",
      "publication": "download_available",
      "registryPublicationVerified": false
    },
    "native_candidates": {
      "record": "/downloads/native-package-record-v4.json",
      "previous_release": {
        "version": "3.0.0",
        "record": "/downloads/native-package-record-v3.json",
        "scope": "Prior compiled binaries retain their version and original build evidence; they are not v4 binaries."
      },
      "application_version": "4.0.0",
      "hosted_workspace": "https://numinalabs.xyz/app",
      "android": {
        "status": "signed_v4_binaries",
        "binaries": [
          {
            "file": "numina-4.0.0-release-signed.apk",
            "bytes": 3797876,
            "sha256": "ea6216a7f5fa0b8832841f0ca75ed546a03de48e9052a29745c75b8c4126ea61",
            "platform": "android",
            "signed": true,
            "installable": true,
            "url": "https://numinalabs.xyz/downloads/numina-4.0.0-release-signed.apk"
          },
          {
            "file": "numina-4.0.0-upload-signed.aab",
            "bytes": 3617288,
            "sha256": "d4adc52ebe16117dd21706d9df60592ff9d97d35555ed95665e220709623a896",
            "platform": "android",
            "signed": true,
            "installable": false,
            "url": "https://numinalabs.xyz/downloads/numina-4.0.0-upload-signed.aab"
          }
        ],
        "compiled": true,
        "signingPerformed": true,
        "deviceInstalled": false,
        "testsRun": false,
        "storeSubmitted": false,
        "signatureVerification": true,
        "buildRun": "https://github.com/skott34-dot/numina-production/actions/runs/34947973846",
        "sourceCommit": "cd28af207f39fe8ba010ef83eafbd832448ffbbf",
        "buildCompletedAtUtc": "2026-09-15T08:40:16Z",
        "releaseIdentity": "7D:8D:0C:45:93:2C:05:3C:81:C8:92:45:75:18:1C:65:FA:84:F2:98:41:E8:09:7A:C7:EC:08:5D:1D:8D:29:AA",
        "uploadIdentity": "25:9B:B2:40:F5:74:EB:DA:4F:0E:F9:09:32:9C:06:C3:85:42:86:31:5F:08:05:CB:84:31:2B:5F:94:00:41:34",
        "binaryApplicationVersion": "4.0.0",
        "binaryVersionCode": 3,
        "sourceApplicationVersion": "4.0.0",
        "currentSourceCompiled": true,
        "reusedWithoutModification": false,
        "sourceRecord": "https://numinalabs.xyz/downloads/android-signed-build-record-v4.json"
      },
      "ios": {
        "status": "compiled_unsigned_v4_build5",
        "binaries": [
          {
            "file": "numina-4.0.0-ios-build5-unsigned-app.zip",
            "bytes": 113715,
            "sha256": "b69dc40ecdb84eb5aa38327c1d80e1c5d20a1c4f6d72ebe33b63353188025746",
            "platform": "ios",
            "signed": false,
            "installable": false,
            "url": "https://numinalabs.xyz/downloads/numina-4.0.0-ios-build5-unsigned-app.zip"
          }
        ],
        "binaryApplicationVersion": "4.0.0",
        "binaryVersionCode": 5,
        "sourceApplicationVersion": "4.0.0",
        "currentSourceCompiled": false,
        "compiled": true,
        "signed": false,
        "ipaCreated": false,
        "testsRun": false,
        "storeSubmitted": false,
        "nativeAuthenticatedSessionSupported": false,
        "signingWorkflow": ".github/workflows/numina-ios-signing.yml",
        "distributionPolicy": "/downloads/distribution-policy.json",
        "hostedArtifactPaths": {
          "sites": "https://numinalabs.xyz/downloads/numina-4.0.0-ios-build5-unsigned-app.zip"
        },
        "hostPublicationVerified": false,
        "sourceBuildNumber": 5,
        "sourceInputsSha256": "98f50469bde8f322fc23ca81fc0e4e5f94ac36c896f99f5e40df317f916642d9",
        "signingInputMatchesCurrentSource": false,
        "sourceAlignmentScope": "current_source_package_not_native_build",
        "sourceCommit": "cd28af207f39fe8ba010ef83eafbd832448ffbbf",
        "buildRun": "https://github.com/skott34-dot/numina-production/actions/runs/34947887766",
        "compiledSourceInputsSha256": "7fb729bf20add06ea17472fb3e6bc58ca1f9b800109b1a1920dd7188039b00a8",
        "compiledSourceBuildNumber": 5,
        "sourceRecord": "https://numinalabs.xyz/downloads/native-build-verification-2026-09-15.json"
      },
      "source_archives": [
        {
          "platform": "android",
          "file": "numina-os-4.0.0-android-source.zip",
          "bytes": 12417,
          "sha256": "ad4576514621b38282db68753eec23d7e13d953f852d620d914043dc8bd17f97",
          "kind": "source_archive",
          "installable": false,
          "url": "/downloads/numina-os-4.0.0-android-source.zip"
        },
        {
          "platform": "ios",
          "file": "numina-os-4.0.0-ios-source.zip",
          "bytes": 55182,
          "sha256": "2f78c75f5c157764e869d37a27810d7495cca963dfe00f0d13f2e5e3b89ef08b",
          "kind": "source_archive",
          "installable": false,
          "sourceBuildNumber": 5,
          "sourceInputsSha256": "98f50469bde8f322fc23ca81fc0e4e5f94ac36c896f99f5e40df317f916642d9",
          "sourceTextNormalization": "utf8_lf_binary_unchanged",
          "packagedAtUtc": "2026-09-16T00:52:06.030355+00:00",
          "url": "/downloads/numina-os-4.0.0-ios-source.zip"
        }
      ],
      "store_publication_verified": false
    },
    "integration_kit": {
      "version": "4.0.0",
      "revision": "numina-root-v4.0.0",
      "archive": "/downloads/numina-integration-kit-v4.0.0.zip",
      "sha256": "a54c77928ab50a1d040c24e9e5f08ec9b96640d20945daaaa58528f214519fe6",
      "bytes": 93835,
      "installation": "/integrations",
      "tools": [
        "numina_provider_routes",
        "numina_read_treasury",
        "numina_application_release",
        "numina_runtime_build",
        "numina_nusd_status",
        "numina_nusd_network",
        "numina_service_catalog"
      ],
      "provider_installation_verified": false,
      "registry_publication_verified": false
    },
    "apple_app_store": "not_verified_published",
    "google_play": "not_verified_published",
    "microsoft_store": "not_verified_published"
  },
  "assurance": {
    "slsa_level_claimed": null,
    "slsa_predicate_type": "https://slsa.dev/provenance/v1",
    "record_type": "application_artifact_inventory",
    "provenance_mode": "detached_slsa_attestation",
    "builder_signed_provenance": false,
    "embedded_signature": false,
    "verification": "/provenance",
    "signing_repository": "skott34-dot/numina-builder",
    "source_repository": "skott34-dot/numina-production",
    "signature_status_scope": "inventory_generation_time; verify detached attestation for current signing status",
    "completed_build_assessment": {
      "level": 3,
      "type": "producer_self_assessment",
      "scope": "exact signed artifacts from GitHub Actions run 34717406980; not an automatic claim for this generated inventory",
      "record": "/downloads/provenance/run-34717406980/slsa-build-l3-assessment.json"
    }
  },
  "scope": {
    "financial_execution_activated_by_this_release": false,
    "nusd_issuance_activated_by_this_release": false,
    "reserve_verification_established_by_this_release": false
  },
  "artifacts": [
    {
      "path": ".openai/drizzle/0000_hard_midnight.sql",
      "sha256": "e377ac20af44cf7424a8343774ab968eed3fe078fbb6b7c6f6835fdf922026e7"
    },
    {
      "path": ".openai/drizzle/0001_useful_black_crow.sql",
      "sha256": "4e3a5e6868eb926611b0381adefb16e32486c36330d3bb42058c16af62207c26"
    },
    {
      "path": ".openai/drizzle/0002_chief_rachel_grey.sql",
      "sha256": "9c4e8b590145b9f7de4314b37f9e54ea56a576df34e98f0963bf6f570db85d8d"
    },
    {
      "path": ".openai/drizzle/0003_google_play_reviewer.sql",
      "sha256": "78bbf367472b0197063b91e8866ace9b211386c027df7db35566ff26acba0561"
    },
    {
      "path": ".openai/drizzle/0004_wallet_deployment_intents.sql",
      "sha256": "ebe68cfa03065d7b913a56224750c0e3f01e7e75bf90c97221c3a81bfeb9ddc7"
    },
    {
      "path": ".openai/drizzle/meta/0000_snapshot.json",
      "sha256": "2d51c566511160681071bc31577d1e2fa5b94c22ad524f945229f478ba188b93"
    },
    {
      "path": ".openai/drizzle/meta/0001_snapshot.json",
      "sha256": "e9fe7e106f8e568d848bbb571cd8deaa999626e62a5b739cdf672cee62d66b44"
    },
    {
      "path": ".openai/drizzle/meta/0002_snapshot.json",
      "sha256": "2664c28f02d2c2a55ae8bda1ca1f9d8375781a097da868da4dc742223340826b"
    },
    {
      "path": ".openai/drizzle/meta/0003_snapshot.json",
      "sha256": "5f29f10f533f0c23bc18bdc551f7bfb35294500ce9dbd0b1158ca8f7cb7d914a"
    },
    {
      "path": ".openai/drizzle/meta/0004_snapshot.json",
      "sha256": "e548885c85b4a00ce911119bc7dfb498cebeb1ae8412e8105e00833f9fc5fe11"
    },
    {
      "path": ".openai/drizzle/meta/_journal.json",
      "sha256": "930ac6e432666ec17940db79a8dd25b67ee87de61240a4dbfd06065a87c828ae"
    },
    {
      "path": ".openai/hosting.json",
      "sha256": "a063044e6e4e4f2dc93aa4b7dfee231b80ad887b0e55d1f61bf981bedede29b0"
    },
    {
      "path": "client/.well-known/assetlinks.json",
      "sha256": "eb7f9ed9437e48aa8656deb42c531140b48dadd208c87865b648d4ced6444835"
    },
    {
      "path": "client/1317faaa99cf1272fa36ee6ba288abf2.txt",
      "sha256": "1f5efa914ce92a9b85cf83ea00ea8ddf564b1fe3c1bd88f69fd49ee67a5b2c15"
    },
    {
      "path": "client/LICENSE.md",
      "sha256": "ef793b4563210568ac5afc60563de3c1dc9a18475171391cebb94a7845d3cb6e"
    },
    {
      "path": "client/NOTICE.md",
      "sha256": "f9ba92913ecf4732efeabb41135b9a9ca1d2b1146e80d7dae37ec2807a58a991"
    },
    {
      "path": "client/OWNERSHIP.md",
      "sha256": "fbab0d68245f37abe44a06d98135b9ec89e57867c38998da4e8165feca8cef43"
    },
    {
      "path": "client/_headers",
      "sha256": "2fd5dbfb32fe747182d3838b0b64106130c74bd2d7b7099adc6a2d5c1961abaa"
    },
    {
      "path": "client/_redirects",
      "sha256": "87cfe42b2eb8c4803577ad2f8b18a68972260a76648dbc2f3508ba8698f921f3"
    },
    {
      "path": "client/about.html",
      "sha256": "9f682348fd3ee3288a5035d1445f515931f23636e686e08a64ca1358feb18108"
    },
    {
      "path": "client/app-entry.js",
      "sha256": "e4ed8b42c96a9264aff5bffc61a649f1ba75c0f7277cfbbc165de18656557ed0"
    },
    {
      "path": "client/app-icon-192.png",
      "sha256": "e5cb20d7a1e828ddce541f2ac252fc4362a3ee8c0b2abf1ee0bcdcdc236206b9"
    },
    {
      "path": "client/app-icon-512.png",
      "sha256": "47ba5aa331ad8e672d501a3530b8c9d5f0068442c6cdfeb99e6e7ad61f6a61e3"
    },
    {
      "path": "client/app-icon.svg",
      "sha256": "9392bd83b6fe68187bd6fa7cab575119dbbd6217ea2bb8bccda5e22eb4aae97e"
    },
    {
      "path": "client/app-install.js",
      "sha256": "df3e866b19ca35a83063970ec8e5d4eb72f19a3054e53ee4bceac47ac4c2aa3c"
    },
    {
      "path": "client/app-sw.js",
      "sha256": "e6c75ca0513b092bebbe893935d63c74303668380dd73e8508e59a6933b11c75"
    },
    {
      "path": "client/app-ui.js",
      "sha256": "8eb6ae13f7aca05e2359a2069a064af35afea7c5b29d4aeca01a1d683f59273c"
    },
    {
      "path": "client/app.css",
      "sha256": "60e7d53ef03f159485e97b0be3da1d727fe64881fd61e3bbfdee7283303bbc45"
    },
    {
      "path": "client/app.html",
      "sha256": "731e62bf8a3e3d517c4474a2e6cd8c15c3279b6b533a7508ac4328748844d821"
    },
    {
      "path": "client/app.webmanifest",
      "sha256": "06c574ff34ccd80ef5446148feb2e056591228a03a941dda95679b845f7d73a6"
    },
    {
      "path": "client/application-release-ui.js",
      "sha256": "09bed69e30372be17e953d24ba18caff0c742ef1d3a5738dff78a7ae57f0e1ea"
    },
    {
      "path": "client/architecture-layers.js",
      "sha256": "6d043eccab053e47afbc02ed37c9a05284a78ac19928164f4448682c605a5749"
    },
    {
      "path": "client/authority.css",
      "sha256": "e96e4f29446ec82f5a652b327d44b66dd5075a4765a1b7f01306b8bd046a9766"
    },
    {
      "path": "client/authority.html",
      "sha256": "72129029a6e69bcd64cbb4d8ba989e94d260ca0b9a6c7bbb73bc7192c75b3c89"
    },
    {
      "path": "client/blockchain.html",
      "sha256": "adb694063307704c315b4ad945b075802655c8a5962b26fef47dde6625f3d09e"
    },
    {
      "path": "client/build.html",
      "sha256": "e12360daa81513aa484574aa0ad9360bd1235e3ae1df5f62baebe250f3725d5e"
    },
    {
      "path": "client/business-core.json",
      "sha256": "e69ec0bc7df4fa0463178158606d38b8a48931d68f61ac722aac6300463c6dfa"
    },
    {
      "path": "client/connection-model.js",
      "sha256": "5b3cbdc9769e62d74a89eddad642adbebc9c64ad18f8828e872590f3e322e8b2"
    },
    {
      "path": "client/connections-ui.js",
      "sha256": "01edfa57cf11b7c6cbf844b1946c134f8893bc5e6528b559ad03544059b146cb"
    },
    {
      "path": "client/connections.css",
      "sha256": "a27b779f1d25aa79896c1a22f24323a70bf93da09dc92347af54bf491b79137b"
    },
    {
      "path": "client/connections.html",
      "sha256": "36913095909d09242f9cb2d856855464985022b97555c984facc7443f5b1aa71"
    },
    {
      "path": "client/contact.html",
      "sha256": "712066fc59d00876c464e73885458e4b408456621da19c91c0df836082821358"
    },
    {
      "path": "client/control-receipts.js",
      "sha256": "7f9a17156567a64ca85b652ff0fe0cd99deef0452357a1f611c12ae82ccb5ee6"
    },
    {
      "path": "client/control-room.js",
      "sha256": "03570a240cfc1acfe4afc545725a36834b08205bba633381ec395a77f378b394"
    },
    {
      "path": "client/control.css",
      "sha256": "69c16fb66a217cef87c762d9c32b6e67136c5ece42916cf524f22d32a8b7310a"
    },
    {
      "path": "client/control.html",
      "sha256": "9d24b4446e6b4f6d9076c8a4ea7167cfa97d6b8bfd428ae4a7709957b47c6234"
    },
    {
      "path": "client/control.js",
      "sha256": "b2a9f0c21d3fef8cc39490b288a8bdf576aa0343a7f81e1ca9783a8626529c2a"
    },
    {
      "path": "client/core.html",
      "sha256": "52c687034100f879b08f4866d383833defb99e0e03ed9c7cb5a089923cd26d46"
    },
    {
      "path": "client/deployment-encoder.js",
      "sha256": "ed296fa41b27e94a5b967c91fff74a91172ae22d9f0246f68914d4af4d1711d5"
    },
    {
      "path": "client/deployment-readiness-inputs.json",
      "sha256": "d37f1eaf137a8bfd4603bb4d5f50a9226457a5f6a27dd967dff33a8992f4c0c1"
    },
    {
      "path": "client/deployment-readiness-model.js",
      "sha256": "e3102404b31c5cfe858e2e8806a2c81dc5d4c2d3d3a92409fcdf8f3ef0c589d4"
    },
    {
      "path": "client/deployment-readiness-ui.js",
      "sha256": "e4d5ef6466883cb5fb61e49fc97d993caafa7b9d06f556aee1182f33cd663d49"
    },
    {
      "path": "client/deployment-readiness.css",
      "sha256": "3aea70dd416729bd2c059f5784a32d717a0ecbd0a5404864bdbd99095b0b5e17"
    },
    {
      "path": "client/deployment-readiness.html",
      "sha256": "ae98b397df28fe76ea465832627d55e7caab003ac3e3d0ad52d8704bc151c1d9"
    },
    {
      "path": "client/downloads/Architecture-layers.md",
      "sha256": "9ba47ab14181812937ea90c871b32097a5168a727c627a66094ffe2a4da7af17"
    },
    {
      "path": "client/downloads/Business-core.md",
      "sha256": "b01d4c1343c15b128436dfe5002b725d16a363c1dddf1ac6d21dae1171018f21"
    },
    {
      "path": "client/downloads/Compute-to-Value-Architecture.md",
      "sha256": "45ca183efd233aabddb650b7eca3c58e8a34067f9efa4f3118a8bc02b16088b1"
    },
    {
      "path": "client/downloads/Control-Plane-v1.md",
      "sha256": "4e0013144f62896fa870a40790fb865ec346f5ab795b578e732d2324b26a1d5c"
    },
    {
      "path": "client/downloads/Denomination-Policy-v4.md",
      "sha256": "008e76553b4c8291506051d25159a60413638165f619824d4870640e934dcb74"
    },
    {
      "path": "client/downloads/Frontier-v2.md",
      "sha256": "b01e54e2e26ecf30b2e16abdc3e2c69d5692cad624b09ea2b2a065400b1b1c0d"
    },
    {
      "path": "client/downloads/Frozen-Constitution-v0.2.md",
      "sha256": "2028e716a73fca8f7dcbf47ecee828f0312ae430e0ed4b670f08df389863b438"
    },
    {
      "path": "client/downloads/LICENSE.md",
      "sha256": "ef793b4563210568ac5afc60563de3c1dc9a18475171391cebb94a7845d3cb6e"
    },
    {
      "path": "client/downloads/NOTICE.md",
      "sha256": "f9ba92913ecf4732efeabb41135b9a9ca1d2b1146e80d7dae37ec2807a58a991"
    },
    {
      "path": "client/downloads/NUSD-Contracts-v4.md",
      "sha256": "237c3c19c463af21f9613a1e8d9bd34eac458e713475cef76c9291c54c6c9733"
    },
    {
      "path": "client/downloads/NUSD-Conversion-Contracts.md",
      "sha256": "26e334366913b9e556f13c2a1b0f38a2a5bb04db7a8ace093d6b0070e82c65ea"
    },
    {
      "path": "client/downloads/NUSD-Minting-v4.md",
      "sha256": "297ec8165ccc99815ab086745920433e0fd7cde92ba7350a5d2a44efb050286a"
    },
    {
      "path": "client/downloads/NUSD-Provider-Routing.md",
      "sha256": "5998e80aeaf82fa525f822f4d2b0517bc5d11ad714ab350e18d9599d24748d8a"
    },
    {
      "path": "client/downloads/NUSD-Redemption-Operator-3.json",
      "sha256": "3a0af20789d95e819c4bf3350f43161c8aa4ccc84e4ae361295b8cf67a59c641"
    },
    {
      "path": "client/downloads/NUSD-Redemption-Proposal-2.json",
      "sha256": "bbfcee5238fd8db6108c08935f1c17b9ae0c033088669bb3bcb640778cdf4d32"
    },
    {
      "path": "client/downloads/Numina-500T-Deployment-Handoff.zip",
      "sha256": "858a8efd985be4b19c9b8a4df90a6d0145b61a0c39354759d5afa83a284a2afd"
    },
    {
      "path": "client/downloads/Numina-500T-Deployment-Sequence.md",
      "sha256": "c6a78155f84bc1214e86421996e6999d80a035e3293edefb76a0e663f0e28471"
    },
    {
      "path": "client/downloads/Numina-500T-Preparation-Tools.zip",
      "sha256": "9304f2f3e0a72c2a8db857ad0ee3557523eccfac0b61db3d39e33626b40baeea"
    },
    {
      "path": "client/downloads/Numina-500T-Simulation.md",
      "sha256": "6c15480592f5d3c7641ff23d136e8061367ae127185ba78c1eb65641df0b0060"
    },
    {
      "path": "client/downloads/Numina-Browser-Deployment-Preparation.md",
      "sha256": "db8c2c86a9dbafda1ebe4da77f34cf1109dc43eacd3640590ed4a1aa458d89ba"
    },
    {
      "path": "client/downloads/Numina-Financial-Approval-Evidence.md",
      "sha256": "59a6e40b82f84c17eb788b260b5cfc62962804e00c4cce2bef07715ae7a3115d"
    },
    {
      "path": "client/downloads/Numina-Financial-Document-Templates.md",
      "sha256": "72bbcfffb9cbcb832f082fa45b4f4243f192ff489eafb5274afc03f2e53a839b"
    },
    {
      "path": "client/downloads/Numina-Financial-Services.md",
      "sha256": "9a22ec417f448abc3cb564d3eb9fc70a5f4b8882c553d7dc4f8f168da5239aa1"
    },
    {
      "path": "client/downloads/Numina-Local-Wallet.md",
      "sha256": "c5e44282bc5fc7dd08c5f192d36ac1df9662cd80a8becff18b2e10907d8aaeca"
    },
    {
      "path": "client/downloads/Numina-NUSD-Approved-500T-Review.zip",
      "sha256": "410be1b697839d44aa73c4d2c0747e98fda351686ef77277a6d257febbd2bda1"
    },
    {
      "path": "client/downloads/Numina-Requested-Asset-Fee.json",
      "sha256": "6f85f454980d8da7332b84305f80f19e19795b2e0294dfb34a75ec84aeda9d60"
    },
    {
      "path": "client/downloads/Numina-Root-Alignment-v3.md",
      "sha256": "e165b2d0cb52d4e419de58ba49d688e026de00c3c4e2dc709c02e6022dba1ee5"
    },
    {
      "path": "client/downloads/Numina-Security.md",
      "sha256": "63e4fe29fa772d914342de4a5b9011170d19238621434a8c9a317a9681b12f97"
    },
    {
      "path": "client/downloads/Numina-Wallet-Signing-Controls.md",
      "sha256": "d08efc99f13851368f31ae5265ed159cddac22391cb1bb25cad0316317b89316"
    },
    {
      "path": "client/downloads/OWNERSHIP.md",
      "sha256": "fbab0d68245f37abe44a06d98135b9ec89e57867c38998da4e8165feca8cef43"
    },
    {
      "path": "client/downloads/Provider-Confirmation-Request-v4.md",
      "sha256": "5bf4730aa1729ddda799c5bc6a928141ea503f1c9697b84486cb091e21096468"
    },
    {
      "path": "client/downloads/RC26-Production-v3.md",
      "sha256": "e3a0188d5268f81b4537837aee0abb2d021aede88732c34795b8164a919a1826"
    },
    {
      "path": "client/downloads/RC26-Singularity-v3.md",
      "sha256": "039dac399fbe0aac14be806156478c281d5f5f189e1eb8586c5312a3bddfc926"
    },
    {
      "path": "client/downloads/Source-Alignment-v3.md",
      "sha256": "3809216c23a2ee4fed35e0901f25e07c408ff8787ed0590331057def06c8da8f"
    },
    {
      "path": "client/downloads/Source-Alignment-v4.md",
      "sha256": "527b51dd027facb0fe2eeb43e5c99edb65b5a717adc35252349b35a4c8dd84ba"
    },
    {
      "path": "client/downloads/Stripe-Provider-Route-Setup.md",
      "sha256": "f4b1ac6df55e269e4ebf9e8f4423dec0efdb8441f072bb66a3f943c4970d90b1"
    },
    {
      "path": "client/downloads/Telemetry-and-Quantum.md",
      "sha256": "b2c5aefdcfb9a68d3495991b79a24c06a63f452109c63f82f3aaf3effa27ea82"
    },
    {
      "path": "client/downloads/Treasury-Evidence-v3.md",
      "sha256": "bbc0441d4cd8ffe5244bda4d51c01d6a52a5df94f3cbdbf4dd7f1cfaf0d7302d"
    },
    {
      "path": "client/downloads/android-signed-build-record-v2.json",
      "sha256": "1d03b5ecde64aa4edccf3131653d8de88a19cec5eb145eedb2872ac2983166e2"
    },
    {
      "path": "client/downloads/android-signed-build-record-v3.json",
      "sha256": "24da848076d73f51eb23ef691b8b8b39b02cc65f9f091c67ec11c2636c8c569d"
    },
    {
      "path": "client/downloads/android-signed-build-record-v4.json",
      "sha256": "d80a7e17973564765aef9cfd71ba487ff6f81c87a1e2c950ba40e07bb96ed218"
    },
    {
      "path": "client/downloads/approved-reviews/nusd-uncapped-500t/README.md",
      "sha256": "46ad50f5c707b4f5e8b5845b6e64a799dcc3aa78d216963a6b80d4e7f3fbc1b4"
    },
    {
      "path": "client/downloads/approved-reviews/nusd-uncapped-500t/SECURITY-AND-INTEGRATION.md",
      "sha256": "bb08ae701b777b2e2d1d54c2158b3ee3206de4a99505ab0ec2cc420a6e6928f7"
    },
    {
      "path": "client/downloads/approved-reviews/nusd-uncapped-500t/artifacts/NuminaUSD.json",
      "sha256": "a77132febebe10172a7fe3ee1814ed124ea5503b93f1e2e4ffdfb218889a262a"
    },
    {
      "path": "client/downloads/approved-reviews/nusd-uncapped-500t/contracts/NuminaUSD.sol",
      "sha256": "87755643e690b82b11a9f5744f1dd9803965b0f38fa9ac4d18542e72b4bb80cc"
    },
    {
      "path": "client/downloads/approved-reviews/nusd-uncapped-500t/deployment-status.json",
      "sha256": "29b8adca4fed5d8a7c5dd925ac7d4f703bd4e3d3e934443601c4a6b9b6a8ba63"
    },
    {
      "path": "client/downloads/approved-reviews/nusd-uncapped-500t/requests/issuance-preparation-policy.json",
      "sha256": "95f806c9c64fd2cee955eb0c05ffcb6653f4cdeab33a85b993e1bd4c60f3092c"
    },
    {
      "path": "client/downloads/approved-reviews/nusd-uncapped-500t/requests/shared-treasury-reference-plan.json",
      "sha256": "1182c016fab21677dc09bdf77bd9279e424647a8bded53d1241486f6745ad690"
    },
    {
      "path": "client/downloads/approved-reviews/nusd-uncapped-500t/review-record.json",
      "sha256": "1607e94670c80998d03985aac0c7fe3edb908891a9f8c9b86799c1adf31cff3e"
    },
    {
      "path": "client/downloads/approved-reviews/nusd-uncapped-500t/verification/local-test-report.json",
      "sha256": "1671e49647570a66669361852f802d98c0c3f65bde8633408cd13e0b567efdb2"
    },
    {
      "path": "client/downloads/codex-plugin-v3-record.json",
      "sha256": "43596089c3b8036335514f12dae0e0cbe1e7fc8a26e8c28572d19cb151e17ae3"
    },
    {
      "path": "client/downloads/codex-plugin-v4-record.json",
      "sha256": "4ca36af0a0528a46463c13c332556ac834d9fa92e6320f919149bf099d2f14b2"
    },
    {
      "path": "client/downloads/contracts/NuminaSettlement.json",
      "sha256": "2170f88692f99e43f751fc29b32ca0b9bd53c28c33f1350b999238b29cf113e4"
    },
    {
      "path": "client/downloads/contracts/NuminaSettlement.sol",
      "sha256": "dddf53004f2eb8b427ba29452eb741c473f8f072ff5b7a095302b6d5df4231fb"
    },
    {
      "path": "client/downloads/contracts/NuminaUSD.json",
      "sha256": "de287e38d8cd6364ea7e9d616067c086203c1b22e1301fb5f5333b5a02a72963"
    },
    {
      "path": "client/downloads/contracts/NuminaUSD.sol",
      "sha256": "3a118007e78ee6e455c6c51528a55b8eeb63e2ec5c294e7c71757804df0871bf"
    },
    {
      "path": "client/downloads/contracts/NuminaUSDCConversion.json",
      "sha256": "85c1e263add0ee19a9c2e35405aa7ebac2f9537d709f59ed41c57c37f1e2cdb2"
    },
    {
      "path": "client/downloads/contracts/NuminaUSDCConversion.sol",
      "sha256": "18bcf180243b83c8ec8b3b7c6d4fc0a03a5ae7ffd16523ae6a5d66007071132a"
    },
    {
      "path": "client/downloads/contracts/NuminaUSDRedemption.json",
      "sha256": "05162c19a1e119d8350947e8848c9c791cbf129cb0d715b69a130d3164d3942e"
    },
    {
      "path": "client/downloads/contracts/NuminaUSDRedemption.sol",
      "sha256": "6fb5d4c8461c6900e36be10fb1720c937e3396b21952e37edbfaca17cd2a5916"
    },
    {
      "path": "client/downloads/core-v1.8-context.json",
      "sha256": "e1345a1b919bb79edc6339607528d148cd74b7e612159eac87f099c6c89c5a28"
    },
    {
      "path": "client/downloads/core-v1.8-manifest.json",
      "sha256": "bfe4f03d35e6cdd607ec91e5f5f33b1a2fe797551bb74b3a188fae12fa1d26a4"
    },
    {
      "path": "client/downloads/distribution-policy.json",
      "sha256": "e9980471c70e3cf038b6c5a0f02155e8ffc943f5a1a70533ba725f7d1f3bd850"
    },
    {
      "path": "client/downloads/financial-software-verification.json",
      "sha256": "ab42a61eb12823237b2f8e47506fa946f0433caec7302eb13e43124929238b5c"
    },
    {
      "path": "client/downloads/integration-kit-v2.0.0-record.json",
      "sha256": "343873c04277848a73b20f7b4193f65b914a6b6991c7693f44c9466ad96d7725"
    },
    {
      "path": "client/downloads/integration-kit-v3.0.0-record.json",
      "sha256": "9b84a589d933fcf02e9f98d5cc172b0a78b7f30a6e626d94b0279db582e211ef"
    },
    {
      "path": "client/downloads/integration-kit-v4.0.0-record.json",
      "sha256": "308643bbc467b90cf9cc49dc5ad2306ff9e819c10fee4d2b408bd898f1cab997"
    },
    {
      "path": "client/downloads/native-build-verification-2026-09-15.json",
      "sha256": "66cf036d2c40b739dd9297b9814b4ac4c5ec6cdeb9444ce386c6bae82980256c"
    },
    {
      "path": "client/downloads/native-package-record-v2.json",
      "sha256": "a73697d9dc829bc60f4fa0ed2ac8da4ead3dea1cf0c5c692907e9ce4445da082"
    },
    {
      "path": "client/downloads/native-package-record-v3.json",
      "sha256": "1d846bf5881c2b4b65b4e0f0e394ae8392c4392830be93573a1cc4ce7ad65379"
    },
    {
      "path": "client/downloads/native-package-record-v4-pre-build5.json",
      "sha256": "873937f7a7ef9e166e723e8a6522568a3cb54c9917111b4a16136608705523f5"
    },
    {
      "path": "client/downloads/native-package-record-v4.json",
      "sha256": "67f9c50c91ff71f7473c8a085b2c204b0a4f6b50d6632253cb2debbb294f1fc8"
    },
    {
      "path": "client/downloads/numina-2.0.0-ios-unsigned-app.zip",
      "sha256": "ef3fb547e1b96d2f82743dfae5b2ed0bd425d3850f4b4d867cf348756ad25c7a"
    },
    {
      "path": "client/downloads/numina-2.0.0-release-signed.apk",
      "sha256": "28811446b378028d0d1f570a0017f9b91635b2939a10685a84c3bc8a73bb7632"
    },
    {
      "path": "client/downloads/numina-2.0.0-unsigned.aab",
      "sha256": "afafedea630b6a83f30e300f6710cfd1a408ed0a4c54128a20e1b3557262ad44"
    },
    {
      "path": "client/downloads/numina-2.0.0-unsigned.apk",
      "sha256": "5e8a060d970c2e07ce6cd3fc0f988661c4f7d869c3b9a6c8c075a2074e939c9c"
    },
    {
      "path": "client/downloads/numina-2.0.0-upload-signed.aab",
      "sha256": "c8d6d48c42495fb466d6a5ddd7f322a8977e363fe404c1ed7f9baa253ab77d21"
    },
    {
      "path": "client/downloads/numina-3.0.0-ios-unsigned-app.zip",
      "sha256": "d2186332922a26a84e8f3e0ee9ee3a55cdd08d60cfcf4f6e46a07fea082e6616"
    },
    {
      "path": "client/downloads/numina-3.0.0-release-signed.apk",
      "sha256": "7f6455541cb0191efd5e2227f959b9dfb26bb8ccc04e1f21da5e710a281edf8b"
    },
    {
      "path": "client/downloads/numina-3.0.0-upload-signed.aab",
      "sha256": "d25633e4aa9fa75f509cc145506462e49e083ddc3cb8f13872e00e5ea699d550"
    },
    {
      "path": "client/downloads/numina-4.0.0-ios-build5-unsigned-app.zip",
      "sha256": "b69dc40ecdb84eb5aa38327c1d80e1c5d20a1c4f6d72ebe33b63353188025746"
    },
    {
      "path": "client/downloads/numina-4.0.0-ios-unsigned-app.zip",
      "sha256": "f56e239ec6ffb91f265975211885c8f49eb738344e25721c1ec7f86264d82baa"
    },
    {
      "path": "client/downloads/numina-4.0.0-release-signed.apk",
      "sha256": "ea6216a7f5fa0b8832841f0ca75ed546a03de48e9052a29745c75b8c4126ea61"
    },
    {
      "path": "client/downloads/numina-4.0.0-upload-signed.aab",
      "sha256": "d4adc52ebe16117dd21706d9df60592ff9d97d35555ed95665e220709623a896"
    },
    {
      "path": "client/downloads/numina-500t-preparation-tools-record.json",
      "sha256": "30f5ffb1ea5415c2245586863683c7683b3f2b5b2442b259d48d44861fe2b769"
    },
    {
      "path": "client/downloads/numina-android-release.pem",
      "sha256": "494c627460234ce2a400936be36976610e3af88e2569dce9b08cd486c27c1468"
    },
    {
      "path": "client/downloads/numina-android-upload.pem",
      "sha256": "6982d8c22a2f0f59af0051a3247b6911c688ba46f2036d19e6a1c507533a7d58"
    },
    {
      "path": "client/downloads/numina-codex-plugin-2.1.0.zip",
      "sha256": "c89a22aac631fed5d0ed916ff8c46ea7a91ebdb8ee4d4c8715e06fa70a753c60"
    },
    {
      "path": "client/downloads/numina-codex-plugin-2.2.0.zip",
      "sha256": "e7551f882b4185f336cf6d9a3d34fd307a37c8d5e7c9f4bb8f80a550f1e67954"
    },
    {
      "path": "client/downloads/numina-codex-plugin-3.0.0.zip",
      "sha256": "3c612ffa32d90793f72e10347ffebeb4ddb701976376f12ddd8fa892f865528d"
    },
    {
      "path": "client/downloads/numina-codex-plugin-4.0.0.zip",
      "sha256": "edd65ad3f6e5f0be33dde1f77f45f98061406f2a236e320257ab9ee8a524ef43"
    },
    {
      "path": "client/downloads/numina-integration-kit-v2.0.0.zip",
      "sha256": "5ed6e6a3830672711634c6ce5519fe30edf8bcf21f53877d2e449e9920a36f4f"
    },
    {
      "path": "client/downloads/numina-integration-kit-v3.0.0.zip",
      "sha256": "d5b2be04e8c2a47d028af067e5c67e75ad4b9b1ced87ebe0e9d88935002b0605"
    },
    {
      "path": "client/downloads/numina-integration-kit-v4.0.0.zip",
      "sha256": "a54c77928ab50a1d040c24e9e5f08ec9b96640d20945daaaa58528f214519fe6"
    },
    {
      "path": "client/downloads/numina-ios-distribution.csr",
      "sha256": "2bd430bc0bfeca147d345057d0855260431dbe179db98baff50b4c88a2729688"
    },
    {
      "path": "client/downloads/numina-nusd-plugin.zip",
      "sha256": "00c3afcaa69c83da0da699480b082f8eec579192610dd3d844cc74dd658a094b"
    },
    {
      "path": "client/downloads/numina-os-2.0.0-android-source.zip",
      "sha256": "46d0c780fcfbe5d15d22fb31a98b179f455514b994a590ba6bcfc78e2f43537c"
    },
    {
      "path": "client/downloads/numina-os-2.0.0-ios-source.zip",
      "sha256": "de0d7047af5190b30f0b39f42776c922d392a0732960d6f6b616d353c4e31b05"
    },
    {
      "path": "client/downloads/numina-os-3.0.0-android-source.zip",
      "sha256": "490d05da6d371062478dcc12cc8b2474f33b8478f39c69979fa548613926538f"
    },
    {
      "path": "client/downloads/numina-os-3.0.0-ios-source.zip",
      "sha256": "efe375f929e4d1d86dbf6b033c9e55ab1382f9363eda9f0726977b7065fa99f8"
    },
    {
      "path": "client/downloads/numina-os-4.0.0-android-source.zip",
      "sha256": "ad4576514621b38282db68753eec23d7e13d953f852d620d914043dc8bd17f97"
    },
    {
      "path": "client/downloads/numina-os-4.0.0-ios-source.zip",
      "sha256": "2f78c75f5c157764e869d37a27810d7495cca963dfe00f0d13f2e5e3b89ef08b"
    },
    {
      "path": "client/downloads/provenance/run-34717406980/SLSA-BUILD-L3-ASSESSMENT.md",
      "sha256": "bcecc96757e55ac08ebac902a9a6cdbdbd6f8d4bfcde3fb4f3d4959081e2852f"
    },
    {
      "path": "client/downloads/provenance/run-34717406980/application-release-v2.json",
      "sha256": "30434a312366a8869b93e9f27b428ee0e5f385c1bd0e8fc877912a98fe97f792"
    },
    {
      "path": "client/downloads/provenance/run-34717406980/approved-policy.json",
      "sha256": "3c2830cbc1cd16c2d8b136d7b1c77d4de284e4e6372728cbcdb5eb7c61ba30d1"
    },
    {
      "path": "client/downloads/provenance/run-34717406980/artifacts.json",
      "sha256": "812c92423f9ea13bdfed022ad086caa4b853af84ef9bc54f12e2f4e92986bbf0"
    },
    {
      "path": "client/downloads/provenance/run-34717406980/numina-site-v2.0.0.tar.gz",
      "sha256": "daa688cd91a3a792531ee09f56129dbb8412f3c4516bc6d0da3a6d748c4e13d9"
    },
    {
      "path": "client/downloads/provenance/run-34717406980/production-record.json",
      "sha256": "2647a116260cd417e3b94a4b6e5a1d8f4fd05aa7b29cd884d1660a169975f2af"
    },
    {
      "path": "client/downloads/provenance/run-34717406980/provenance.jsonl",
      "sha256": "f7884feee62e1262254b5faa076271c83fcb10b1194c3b2e69a26fbb3f1aa470"
    },
    {
      "path": "client/downloads/provenance/run-34717406980/run.json",
      "sha256": "9fbc991b748c1979e79c3f69b34ecbdf44f9d90c3cfa2474ea1f1a737ceb34a9"
    },
    {
      "path": "client/downloads/provenance/run-34717406980/slsa-build-l3-assessment.json",
      "sha256": "805fe264a3454687c9822aed9bbba699c2e85e02fa7dd4e9db50a71c48455775"
    },
    {
      "path": "client/downloads/provenance/run-34717406980/verification-result.json",
      "sha256": "cdf4831970bd2cd7493b6cb8aa089af509c8c001dba7d71e5bf8f7b402400380"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/RECHECK.md",
      "sha256": "61835836364e18af9112d59e6d7ae577a8f48ed1b2cee55eefe0615b1442755c"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/completion-record.json",
      "sha256": "30eca8717baf3fb9657ee8ed903c70011c8f9dca92a5c88fe18bbc193f219b47"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/numina-nusd-linux-runtime-image.docker.tar.gz.2026-09-14.verification.json",
      "sha256": "5621e79229941672139026cf3187000ffdecf9c987e1b0b541382c0aae9402fd"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/numina-nusd-linux-runtime-image.docker.tar.gz.attestation-verification.json",
      "sha256": "5621e79229941672139026cf3187000ffdecf9c987e1b0b541382c0aae9402fd"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/numina-nusd-linux-runtime-source.tar.gz.2026-09-14.verification.json",
      "sha256": "5621e79229941672139026cf3187000ffdecf9c987e1b0b541382c0aae9402fd"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/numina-nusd-linux-runtime-source.tar.gz.attestation-verification.json",
      "sha256": "5621e79229941672139026cf3187000ffdecf9c987e1b0b541382c0aae9402fd"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/numina-nusd-runtime-inventory.json",
      "sha256": "33c2517226539296eb40b7a24caeceb845ddf5a98c2589f359f141b555ff1fc9"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/numina-nusd-runtime-inventory.json.2026-09-14.verification.json",
      "sha256": "5621e79229941672139026cf3187000ffdecf9c987e1b0b541382c0aae9402fd"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/numina-nusd-runtime-inventory.json.attestation-verification.json",
      "sha256": "5621e79229941672139026cf3187000ffdecf9c987e1b0b541382c0aae9402fd"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/provenance.jsonl",
      "sha256": "a01099e8d7454f7d3a5888dbad8556ba1cefc18d50c3751cbcfcbf7d51dde350"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/release-review.json",
      "sha256": "f5efc7099246e69abd21cec436f199b54aa0d26dd422db6ed74842315a76911f"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/release-review.md",
      "sha256": "6b2d03d5830616415f5ac46b1e4bc611e4a7ab519fbf497bcab34d137488caa9"
    },
    {
      "path": "client/downloads/provenance/runtime-34725802271/verification-recheck-2026-09-14.json",
      "sha256": "e4d663f48e70a88335c6c7de82ad7f916d7501c67ebfad1edd9ba20437d61080"
    },
    {
      "path": "client/downloads/provider-confirmation-request.template.json",
      "sha256": "e00a457cd6d6b169cd461319ea16fdcad53f0aeb2b8e9fc2802a087992c10717"
    },
    {
      "path": "client/downloads/rc22-slsa-readiness.json",
      "sha256": "20bb2eb9005a3c38f426b30d49aef00ed33e457c1ecadbee2ec24c6c59a6e031"
    },
    {
      "path": "client/downloads/rc26-core-binding.json",
      "sha256": "078622addcdcbdc55b64df2bb56c45147a2152c0868173dbc73d56ff6eb46203"
    },
    {
      "path": "client/downloads/rc26-production-deployment.json",
      "sha256": "2b9b903e40ae44aa1579ad9f02ba37e7e71adaea194cc3c0932de1c83983a29a"
    },
    {
      "path": "client/downloads/release-evidence-2026-09-13.json",
      "sha256": "67da587a05abc52656c7fe2cb5f5833c1a530be820a8ed9568dc1f13e5604df3"
    },
    {
      "path": "client/downloads/release-identities.json",
      "sha256": "705856f4a90e7653b372b25cb7bc6b5c246ad8df40714916b624877a56ccc8c3"
    },
    {
      "path": "client/downloads/runtime-pin-reconciliation-2026-09-15.json",
      "sha256": "a698df35d8c0f81e17638c995258f2758889a265914c43f3475e1b58fc0adfb9"
    },
    {
      "path": "client/downloads/runtime-pin-reconciliation-2026-09-16.json",
      "sha256": "185a03dc05d75e114775b31a450e36be42a2400452dcf0ba68fc581e9d956b18"
    },
    {
      "path": "client/downloads/treasury-client-alignment.md",
      "sha256": "81c79ab3078b430bf85f0bcaf38e3fee3f1bba816d56e52ed1b2efd536b157d2"
    },
    {
      "path": "client/economy.css",
      "sha256": "915e70a302e0a1592e5ad9094c56ec5466db1ae3a0e1feb7503c00ff8f2c4f2d"
    },
    {
      "path": "client/economy.html",
      "sha256": "cdd6d909d86083ccb69237d44fa1a5df0211cfccc4bd1cf49ffec12b3dc0b114"
    },
    {
      "path": "client/favicon.svg",
      "sha256": "a1213748f8780b72a930929c39d0bdc99ea001c95e02d1b747123aa609e250c6"
    },
    {
      "path": "client/financial-model.js",
      "sha256": "467751a741d2b260d4948de5eaa941427c6886369bc4c69d135de40571875c06"
    },
    {
      "path": "client/financial-services.html",
      "sha256": "711bd7109ae70250d5ccf603a5505cdf7ba046239b104dc39e5dcfba750a824e"
    },
    {
      "path": "client/financial-ui.js",
      "sha256": "5ab9b8e3ae077eb4c290c522849018cf04688b7ac4b03353a78f6a1009e1ebd1"
    },
    {
      "path": "client/financial.css",
      "sha256": "4067284b1c3cb671ee71eeeb24fc18b03fd592c68354eb80dc8bed9fd81bd891"
    },
    {
      "path": "client/frontier-ui.js",
      "sha256": "e8a515874604e3587b36212bf9bb821f347ad03de31e46107e060e048176370b"
    },
    {
      "path": "client/frontier.css",
      "sha256": "42b468f62d30ca231fe2d2670df6ac7f4d3331897ef1587f6157dfafbc64d427"
    },
    {
      "path": "client/frontier.html",
      "sha256": "f182a0a483af156e5f0b472f8a5c180df30d846f6a69bc871ddf0ba0d470d67c"
    },
    {
      "path": "client/funding-plan.js",
      "sha256": "ee1088721bf964e374027ec2828620f2232d9331e11a99673042795a4f94ff82"
    },
    {
      "path": "client/http-client.js",
      "sha256": "4a84a4017a5434780fef31632affb3134a3042b3f446491ce3034e80ae7b46fa"
    },
    {
      "path": "client/identity.json",
      "sha256": "705856f4a90e7653b372b25cb7bc6b5c246ad8df40714916b624877a56ccc8c3"
    },
    {
      "path": "client/index.html",
      "sha256": "f182a0a483af156e5f0b472f8a5c180df30d846f6a69bc871ddf0ba0d470d67c"
    },
    {
      "path": "client/integrations.html",
      "sha256": "54c28f1dd6d78be5db5fbfaa76ea23ba5421ae6a71974e2882e6d87d5be2b82f"
    },
    {
      "path": "client/labs.html",
      "sha256": "81f42c0ea8955687ff643c2d92da23e12ea4381764a11e047626d9aac33c01df"
    },
    {
      "path": "client/local-wallet-crypto.js",
      "sha256": "b985f3b89b1fd94fcf9c0ac705a848f2493246333555f9e002b57c51cd9e5bba"
    },
    {
      "path": "client/local-wallet-policy.js",
      "sha256": "6096ab624c38390200aa7ee70729c58838ac2ac996e8cd7fd71fe532156e0ff8"
    },
    {
      "path": "client/local-wallet-signing-model.js",
      "sha256": "1a4de1442f50b4474477c0eaa9078e823130160f499f38f5d943e1f70b47a106"
    },
    {
      "path": "client/local-wallet-signing-ui.js",
      "sha256": "25912b5d744a8661acb366b5423da57705f2d250bf761840e8d58b43ddbdec4b"
    },
    {
      "path": "client/local-wallet-ui.js",
      "sha256": "54c0d21d86d721a0721b8016278c24533dcd6362094d2b628d93e273c47da932"
    },
    {
      "path": "client/local-wallet-worker.js",
      "sha256": "5689686df72c4db9b2c405180d55a6b64eb8e3a3d5d93a0afd273fd148728256"
    },
    {
      "path": "client/motion.css",
      "sha256": "6bfe1244883e6d0f875f19ef7b3580c94332d1fd6bb6eec9e864158ee8e45731"
    },
    {
      "path": "client/native-treasury.js",
      "sha256": "fd1566da6073deb60ea373db8904f612dc0405cfd203c304f5b9766960257423"
    },
    {
      "path": "client/network-status.js",
      "sha256": "be1bf9de0a186a0b2a725705f93b2aadfc5ba16e07a7063dd8121fad31a2cee3"
    },
    {
      "path": "client/numina-labs-dark-logo.png",
      "sha256": "73f55c323742f82b0a2fc96d2a7a66912c6b127461e733a72f48ca4999211ce9"
    },
    {
      "path": "client/numina-labs-logo.png",
      "sha256": "c0f3853af3fa105c95ce6dfbdc501af7f4fb461e6cf63087f34100e8e3226c6e"
    },
    {
      "path": "client/nusd-contract-record.js",
      "sha256": "16ccff5e97262310fb49f5ea85d5d9a66810fa77b440233f1019ab7f438516ad"
    },
    {
      "path": "client/ownership.html",
      "sha256": "23871c62c7ea25df813fd755dc434862595c1e7876905db3cdae65980d0c0191"
    },
    {
      "path": "client/ownership.json",
      "sha256": "5887e7caf4af932c049c8c5beb8fd3b24250ad5b1d4bb719f31ec8adf4a8d616"
    },
    {
      "path": "client/payment-architecture.png",
      "sha256": "9619654a52c870619c58b13986906a1b064bd54d47fb4f8d6aeacca0136e4e50"
    },
    {
      "path": "client/platform.html",
      "sha256": "afcfde607ef2b3632ea2d66efca4d5803dfe57fb2d8cc09f9f346125859477e0"
    },
    {
      "path": "client/privacy.html",
      "sha256": "bbc7cdc894ed3cfa0e40619b84d6cf436eefc41df5a68f2a26e3ddb9288c24c5"
    },
    {
      "path": "client/provenance.html",
      "sha256": "dd1587bf54cfdb437f65cb3091795ed3818d148adb620deeb4d7b508e9c04b06"
    },
    {
      "path": "client/redemption.html",
      "sha256": "a234ab7b8f53f93d778e40347a98eb2c830f19f1fccf3a951d7a69f266a5ee35"
    },
    {
      "path": "client/reviewer-session-ui.js",
      "sha256": "e291d07c8499aae952e50cf9d67eff3532f876907fee2f8cf78c29cec2b45063"
    },
    {
      "path": "client/reviewer-ui.js",
      "sha256": "cf7a20f6ff4d63aa55af6f8f8d4933b8f6e17dd263bf0e26073576a50f91dced"
    },
    {
      "path": "client/reviewer.css",
      "sha256": "0b5977ec9213c293a975c19a2283649fc28faf8da368cd78acaa257993bfa0c6"
    },
    {
      "path": "client/reviewer.html",
      "sha256": "0ffecbdada7c8e0def215c546c77e9cc0a8c22552020ab76895394345b179243"
    },
    {
      "path": "client/robots.txt",
      "sha256": "fcf20c36a9aebe4a95115b9dad59c3f6c51c9f240cc3f3d0c18012aa66f5e330"
    },
    {
      "path": "client/runtime-build-ui.js",
      "sha256": "253c3651da3d11964f890077d1fd77121601c5cd3c7dc9f942b31c7bed3a7667"
    },
    {
      "path": "client/runtime-contract.js",
      "sha256": "966e683b421733432d35df477e22a11a3e86381688be9e61cb09de2b1b65ced4"
    },
    {
      "path": "client/runtime-release-model.js",
      "sha256": "d8a4a299b6c0ef2c1c9777b1a322a801f5476fd8607620e5c30944df642fd493"
    },
    {
      "path": "client/runtime-release-ui.js",
      "sha256": "6e3e09d9a534ac2e9ebda908857d7fcd61cda55718a442f9c585037bd81db6c3"
    },
    {
      "path": "client/sam-kott.jpg",
      "sha256": "7b5abe326f0b3b19b7dbc028ac43f091fa70cf744775a065cdc7abb5499f8db8"
    },
    {
      "path": "client/schemas/application-release-v2.schema.json",
      "sha256": "4d0d59ecc70f73be37452a0ac0a3d91fc28c020797526f3cc560e6a2ea82d985"
    },
    {
      "path": "client/security-surfaces.json",
      "sha256": "fa312c832eba09a17989d11c91caf76a5be34973e951de32064be4e483e0a329"
    },
    {
      "path": "client/security.html",
      "sha256": "24c679eec34aa26c421803b48e2390fe24cda30b35f9c2dd2b18de0c97d8424e"
    },
    {
      "path": "client/services.css",
      "sha256": "0f7db656977c04b3afb7605411f038a75d0ed24919a97aae6efabfd2fed59beb"
    },
    {
      "path": "client/services.html",
      "sha256": "90204cb1bd5a2a0c46fe654c8da84d24ac2485270b9f1727a6243a14ecd65c78"
    },
    {
      "path": "client/site-shell.css",
      "sha256": "76516cefb982a62f293d8bc830b9594fd7a749d403576e83935958880853bf8d"
    },
    {
      "path": "client/site.css",
      "sha256": "ea08f394a9fadde4e37834d8507c90c4c6553f9ad191b04aa348b4f54253485e"
    },
    {
      "path": "client/sitemap.xml",
      "sha256": "88f0912b9a987cc6478d76627463b0b082d9dd9f419c42927c43622774b986d6"
    },
    {
      "path": "client/source-alignment.json",
      "sha256": "6b47702bef93c5ebf4eb9a70af8f31366537c7b292e5fed26a5f36cc3400e5e1"
    },
    {
      "path": "client/spectrum-cover.png",
      "sha256": "a84daf6ecdae34f014136dc3d59bcefe04c92afdf3059cdbce092369a8a3752e"
    },
    {
      "path": "client/status.html",
      "sha256": "33f56de3d50f28c223699065b18d8894812199e09f9bf68ace15b178be52deda"
    },
    {
      "path": "client/stripe-treasury.js",
      "sha256": "d3b024416189f1d504abde1b93fd38b7d9a612c3d05ce7e3056f96c493afba73"
    },
    {
      "path": "client/style.css",
      "sha256": "06d40aa8254c105d904574b2c7efdd81866caf0aee0f454576c99e13a38783d5"
    },
    {
      "path": "client/telemetry-metrics.json",
      "sha256": "e548644f94bc2a9c032d197a8eb08495d1b7c026cd25e3ec69ea4231ae03f002"
    },
    {
      "path": "client/telemetry-ui.js",
      "sha256": "9b4e684075530d30d8c9e3af4883f788d561093db075255f47c61022f6affbe7"
    },
    {
      "path": "client/terminal.css",
      "sha256": "632c002606f0715d80e0a5395df9ec3666c217e170e9effbacb810ef5184f4a9"
    },
    {
      "path": "client/theme.css",
      "sha256": "1e38259ae3fee50ee49867993c836f23a5a76cebb6a7c66bb4341827e52794ca"
    },
    {
      "path": "client/treasury-adjustment-ui.js",
      "sha256": "6fb0ae6c598e22381bc27ff6413f47d07cb2408b1360477524bb9b83de6abae0"
    },
    {
      "path": "client/treasury-adjustment.js",
      "sha256": "9764cbc72b4e44910c672c4bea774689db56bbe831c0092bc67bf6fd3ce598ae"
    },
    {
      "path": "client/treasury-amount.js",
      "sha256": "61a533a7666dae6ef52b9c3e1007e5aeccbbe20cfe2f19803e385e4c3169cc7f"
    },
    {
      "path": "client/treasury-balances.js",
      "sha256": "6b9045fd6919080b02206d4aab02a3c3ab8eba954b2c99d433d49c1219ddb595"
    },
    {
      "path": "client/treasury-documents.js",
      "sha256": "1a1ddf03900275446f91b7d893bd42371093367e41bfced21cb0349d9e5eaaa3"
    },
    {
      "path": "client/treasury-preparation-ui.js",
      "sha256": "31925ec4d86ffacd30fbb79ca8cf6f0b770bfbab3c027585d3beecd7163ee693"
    },
    {
      "path": "client/treasury-preparation.js",
      "sha256": "e7ce5085d8512164402c60a4da0039a7d5e903d523330537dd589357d1863296"
    },
    {
      "path": "client/treasury-proof.js",
      "sha256": "45be18985605af0409ac87d0c237577e7ff5ac728a92f22db639c4a884eb3cb3"
    },
    {
      "path": "client/treasury-simulation-model.js",
      "sha256": "910c64b752753455fc55c2898f457f5624d8ef8c6d9945436d6895f0fa85d639"
    },
    {
      "path": "client/treasury-simulation-ui.js",
      "sha256": "ddbe1479819ca54f60dd421e1e15c43e4ab975f862703efdc989ba069a110aed"
    },
    {
      "path": "client/treasury-simulation.css",
      "sha256": "cd056bb2f777c2f3d096514c8098dcaec91141f0e415ef126b457e63159582cd"
    },
    {
      "path": "client/treasury-simulation.html",
      "sha256": "ce13c24d49605ee17d1e6dd63f1a425d6cafbe69be114b24343001c87e2c11b5"
    },
    {
      "path": "client/treasury-valuation.js",
      "sha256": "384c92447ae92440616d7de19d003568779051e5905141d370b2e2c3532d9630"
    },
    {
      "path": "client/vendor/ethers-6.15.0-LICENSES.txt",
      "sha256": "59e32daa6145ea9145bed0e8a9f59274dc2a430f750325dbf82f6489cd0bfac9"
    },
    {
      "path": "client/vendor/ethers-6.15.0-record.json",
      "sha256": "d0423a3641daa295baebb28c393bf9e4cf80688a67a8a4a46d58c3d438702a27"
    },
    {
      "path": "client/vendor/ethers-6.15.0.min.js",
      "sha256": "66580dbb32353addbbfd2c1880a29693436c2d41ebdd4bf4a4516b9ad6f5f5ea"
    },
    {
      "path": "client/wallet-execution-model.js",
      "sha256": "21778dcf8394065b5edd43fa327fd92ece3d2082a918383193d7921d63c93872"
    },
    {
      "path": "client/wallet-execution-policy.js",
      "sha256": "0ce9eb7dd864e1fa5cf665bed8d68b1005c61b9b34a3c5343022ea2306e2d015"
    },
    {
      "path": "client/wallet-execution-receipt.js",
      "sha256": "1e5c40a1ce24809b6de0bc581573661005ca1ae016b9def89687cb96f9043e6f"
    },
    {
      "path": "client/wallet-execution-ui.js",
      "sha256": "372e71e3c2d2aae9f6b6a5c57fb603fd994a0506d7c582f6b400c3a425d0a6aa"
    },
    {
      "path": "client/wallet-signing-model.js",
      "sha256": "2e59fc1510e3bff937eeef9f819af7592a166b9e097aa37519d1b5f2a309849a"
    },
    {
      "path": "client/wallet-signing-review.json",
      "sha256": "ee2aaf226f9f6e843aac8f1d1ad222045db8bb3b83cd5fe23f7f2bc7c217dde8"
    },
    {
      "path": "client/wallet-signing-ui.js",
      "sha256": "63ed087cc04f37a03250f276054e2566cb9cea6cda8417a88ffb693edb499907"
    },
    {
      "path": "client/wallet-signing.css",
      "sha256": "e6b0a7e50047a9e27cfbea0432dee42af94f8e32c0ed010f2350b10c5e0708a1"
    },
    {
      "path": "client/wallet-signing.html",
      "sha256": "381b06f97216a8f495ca563ab723136b13c4420019f280d48c59035ecb5eca8d"
    },
    {
      "path": "server/index.js",
      "sha256": "8178a76fa576bffe22bf05c2bf5c6dd43e0fe2eee7a50b4f411969318dbf9021"
    }
  ],
  "security": {
    "connections": "/connections",
    "connectionManifest": "/api/connections/v1/manifest",
    "surfaces": "/security-surfaces.json",
    "surfacesSha256": "fa312c832eba09a17989d11c91caf76a5be34973e951de32064be4e483e0a329",
    "documentation": "/security",
    "controlModel": "/downloads/Numina-Security.md",
    "sha256": "63e4fe29fa772d914342de4a5b9011170d19238621434a8c9a317a9681b12f97",
    "scope": "one canonical Numina security and financial control model",
    "independentCertificationEstablished": false,
    "financialEvidence": {
      "workspace": "/financial-services",
      "manifest": "/api/financial/v1/manifest",
      "approvalPack": "/downloads/Numina-Financial-Approval-Evidence.md",
      "approvalPackSha256": "59a6e40b82f84c17eb788b260b5cfc62962804e00c4cce2bef07715ae7a3115d",
      "classification": "software_evidence_not_financial_approval"
    }
  }
}
