Home Explorer Mind Map Pipeline Roadmap Future Plans Dashboard SFVT on BaseScan

The Compliance Blockchain

A purpose-built chain for cryptographic compliance verification, evidence integrity, and cross-framework proof —built on the
Secure Controls Framework

SFVT Roadmap 2026 – 2027

What We've Built

A fully automated pipeline that watches the Secure Controls Framework's entire GitHub repository. One commit from SCF triggers our system —and it doesn't stop until every piece of data is hashed, verified, anchored on-chain, and emailed to the team. ~15 minutes, zero human intervention.

0

Source Acquisition

Our SCF Monitor watches the official GitHub repository every 60 seconds. The moment a new commit lands, the system detects it within 30 seconds and begins downloading the entire repo —the SCF Excel workbook, all 185 STRM PDFs, every config file. Every single source file is SHA-256 hashed at download and the exact git commit is pinned. The original source data is blockchain-recorded before we touch it.

1

Raw Data Split

The SCF workbook is split into individual CSVs: Controls, Assessment Objectives, Risk Catalog, Threat Catalog, Evidence Requests, Domains, Authoritative Sources, Compensating Controls, Privacy Principles, and more. Over 10 raw flat-data CSVs plus relationship CSVs that map how every piece connects. Each CSV is hashed independently.

2

Data Cleaning + Normalization

Every CSV is deterministically normalized —headers to snake_case, encoding standardized, types enforced. The cleaned data is database-ready. Hashed again after cleaning.

3

Relationship Extraction

4 junction tables are built from the cleaned data, plus all 249 per-framework relationship CSVs. The 185 STRM PDFs are extracted with adaptive header detection and self-healing fallback. Every relationship value is normalized to 5 canonical types: Equal, Subset Of, Superset Of, Intersects With, No Relationship.

4

Framework Mapping + Atlas Build

249 per-framework mapping CSVs are generated. All flat data, relationship data, and extracted STRM data feed into the SCF Compliance Atlas —a fully logged data model workbook that lets anyone build compliance tooling, dashboards, or reports from a single verified source without any manual data wrangling.

5

Diff + Hash + Anchor

Every piece of derived data is hashed and compared against the previous run. A diff report identifies exactly what changed. All hashes are anchored on-chain via the SFVT contract. The 7-block hash chain and Merkle tree are rebuilt with the new data.

6

Independent Audit + Report

A fully separate audit system re-reads only the original source PDFs, builds its own Merkle tree, and compares it against the main track. Two independent systems, same source, same answer —or the pipeline refuses to produce output. The diff report and full verification results are emailed to the team.

--Frameworks
--Controls
--STRM PDFs
100BSFVT Supply

Phase 1: Evidence Chain of Custody

Every piece of compliance evidence —hashed, timestamped, and immutable the moment it's submitted. The #1 audit fraud vector (backdating evidence) dies here.

Tamper-Proof Evidence

Every document, scan result, policy, and attestation is SHA-256 hashed on submission. The chain records who submitted it, when, and which control it satisfies.

Example A company uploads their access control policy PDF. The chain records: sha256: 9f3a...b2c1, submitted by [email protected] at block #41,207, satisfying control SCF-AC-01. Six months later, a regulator can verify the exact document was in place on that date.

Compliance State Machine

Each control moves through on-chain states: Not Started, Evidence Submitted, Under Review, Verified, Expired. State transitions are transactions. You can't skip states.

Example Control SCF-IRO-04 (Incident Response) transitions: Not Started → Evidence Submitted (pen test report uploaded) → Under Review (auditor assigned) → Verified (auditor signs attestation). Every transition is a timestamped on-chain transaction. No state can be skipped or reversed without a record.

Evidence Expiration

Evidence carries on-chain expiration dates. When evidence expires, the control automatically transitions to Needs Re-Verification. Continuous compliance, not annual snapshots.

Example A penetration test report anchored on Jan 15 carries a 12-month TTL. On Jan 16 of the following year, the chain automatically flags SCF-VPM-03 as Expired. The organization's compliance dashboard shows the gap in real time —no human has to remember.

Whistleblower-Proof Records

Once anchored, compliance records can't be deleted or altered. If compliance was fraudulent, the on-chain record stands as evidence. You can't "lose" the audit trail.

Example A company claims they had an encryption policy since 2024. The chain shows control SCF-CRY-01 was first anchored in March 2026 —two years later than claimed. The immutable record contradicts the fabricated timeline. No exec can order evidence destroyed.

Phase 2: Cross-Framework Cryptographic Proofs

Your SOC 2 audit covers a significant percentage of ISO 27001. Prove it — not with marketing claims, but with Merkle proofs backed by continuously verified framework mappings.

Compliance Overlap Proofs

When an organization proves compliance with one framework, the STRM relationship data automatically identifies which controls in other frameworks are also satisfied.

Example A hospital completes its HIPAA audit. The chain queries STRM mappings and returns: "Your verified HIPAA controls have Equal or Subset relationships with dozens of NIST 800-53 controls and ISO 27001 controls." The hospital now has a head start on additional certifications — provable with Merkle proofs.

Compliance Gap Analysis

Cryptographically prove what you don't have. "We're X% compliant with ISO 27001 — here's exactly what's missing verified evidence." Nobody else does this.

Example A fintech queries the chain for PCI DSS readiness. Result: "You have verified evidence for 198 of 249 PCI DSS controls (79.5%). Missing coverage: controls DSS-3.4, DSS-6.1, DSS-8.2..." with a Merkle proof for every claim. The gap report is cryptographically verifiable, not an auditor's opinion.

Coverage Scoring

The same evidence can satisfy controls across multiple frameworks and audit periods. The chain tracks which evidence is used where and calculates coverage efficiency.

Example One vulnerability management policy satisfies SCF-VPM-01 across SOC 2, ISO 27001, NIST CSF, and HIPAA. The chain scores this as 4x coverage — one document, four frameworks. Your total audit effort drops dramatically because the system knows exactly which evidence items overlap.

Regulatory Change Propagation

When a framework updates (new NIST revision, new PCI DSS version), the chain automatically identifies which controls changed and which evidence needs updating.

Example NIST releases a new revision. The chain diffs it against the previous version — controls modified, added, merged. Every organization with NIST compliance on-chain gets notified which of their verified controls are now against an outdated version.

Phase 3: Auditor Attestation Network

Auditors sign their reviews on-chain. Multi-party consensus replaces single-point-of-failure compliance verification.

On-Chain Auditor Attestations

Every auditor signs their review on-chain. You can prove which auditor reviewed which evidence for which control, and when. Auditor independence becomes machine-verifiable.

Example Auditor [email protected] signs attestation for controls SCF-AC-01 through SCF-AC-12 at block #52,401. Her credential shows: certified, no conflicts of interest with the org, last rotation 8 months ago. All verifiable on-chain without asking for paperwork.

Multi-Party Verification Consensus

Internal audit, external auditor, and automated scans each submit verification independently. The chain requires N-of-M agreement before a control is marked Verified.

Example Control SCF-CRY-03 (encryption at rest) gets three independent verifications: (1) automated AWS Config scan confirms KMS is enabled, (2) internal audit confirms policy, (3) external auditor reviews key rotation logs. 3/3 consensus —control marked Verified. If only 1 of 3 passes, it stays Under Review.

Automated Evidence Collection

SIEM logs, vulnerability scans, cloud config snapshots, and endpoint agents push evidence hashes continuously. Controls verified programmatically get continuous, automatic verification.

Example An AWS Config rule checks that S3 buckets have encryption enabled. Every 6 hours, the rule runs, hashes the result, and submits it on-chain for control SCF-CRY-03. If someone disables encryption at 2 AM, the next scan catches it and the control state reverts to Non-Compliant —automatically, with a timestamp.

Verifiable Compliance Certificates

When full framework compliance is verified, the chain issues a verifiable attestation containing the Merkle root, framework, date, and auditor signatures. Replaces PDF certificates.

Example Acme Corp achieves 100% SOC 2 Type II coverage. The chain mints an attestation: Merkle root 0x7d2f...a91c, 312 controls verified, 3 auditors signed, valid through Dec 2027. Any business partner can verify this in seconds by querying the chain —no PDF, no phone call, no "can you send your SOC 2 report."

Phase 4: The Sovereign Compliance Blockchain

A purpose-built blockchain with native compliance primitives. Not ERC-20 hacks on someone else's chain —first-class support for evidence, controls, frameworks, and attestations baked into the protocol itself.

Why Build Our Own Chain

Base and Ethereum are general-purpose chains. Compliance verification needs native data types for controls, evidence, and attestations —not token transfer workarounds. Our own chain means our own consensus rules, our own block times, our own economics, and zero dependency on ETH gas markets.

CapabilityWhat It Means
Native PrimitivesControls, evidence, attestations, and frameworks as first-class data types —not shoehorned into ERC-20 transfers
Proof of AuditCustom consensus where validators are verified auditing firms, not miners or stakers
Permissioned LayersAnyone can verify compliance state publicly; only authorized parties can submit evidence
Zero Gas DependencyCompliance operations shouldn't cost ETH or depend on Ethereum gas market volatility
Chain SovereigntyControl over block times, storage, upgrade paths, and governance —no external protocol risk
Cross-Chain AnchoringAnchor roots to Bitcoin and Base for external trust while operating independently
Regulatory AlignmentBuild jurisdiction-specific compliance rules directly into the chain protocol

Phase 5: Advanced Capabilities

Zero-knowledge proofs, supply chain compliance inheritance, and an immutable compliance timeline that turns "show me your HIPAA state on March 15" into a block height query.

Zero-Knowledge Compliance Proofs

Prove "we are SOC 2 compliant" without revealing specific evidence or internal controls. ZK proofs verify compliance without exposing operational details.

Example A defense contractor needs to prove NIST 800-171 compliance to win a DoD contract, but can't reveal their security architecture. A ZK proof says: "This organization has verified evidence for all required CUI controls, signed by certified auditors, with no expired evidence." The verifier confirms the proof without seeing a single document.

Supply Chain Inheritance

If your vendor proves SOC 2 on-chain, your audit references their verified state directly —no more requesting SOC 2 reports and hoping they're current. Vendor risk theater dies.

Example Your SaaS app uses Stripe for payments. Instead of emailing Stripe for their SOC 2 report every year, your chain references Stripe's on-chain compliance attestation directly. It's live, current, and cryptographically verified. If Stripe's encryption control expires, YOUR compliance dashboard shows the inherited risk automatically.

Immutable Compliance Timeline

Every SCF version, framework revision, and evidence submission —timestamped forever. "Show me our HIPAA compliance state on March 15, 2025" becomes a block height query.

Example A breach occurs and regulators want to know: "Were you HIPAA compliant on the date of the incident?" Query block #38,901 (March 15, 2025). The chain shows: 41 of 45 HIPAA controls verified, 4 with expired evidence (SCF-IRO-02, SCF-VPM-05, SCF-CRY-08, SCF-AC-11). Exact, immutable, inarguable.

Compliance Intelligence

Aggregate anonymized compliance data across the network to identify industry trends, common gaps, and emerging risks. Organizations benchmark their posture against peers.

Example The chain aggregates anonymized data from 500 healthcare organizations: "72% have gaps in SCF-IRO controls (incident response), but 94% have strong SCF-CRY coverage (encryption)." Your CISO sees exactly where the industry struggles and where your org stands relative to peers —backed by cryptographic data, not survey responses.

The Path Forward

From anchoring on Base to running a sovereign compliance chain.

Q2 2026 —Foundation

SFVT contract deployed on Base. 100B supply minted. 19 category wallets registered. Dual-track verification live. SFVT Explorer public at frameworkfire.com.

Q3 2026 —Evidence Layer

Evidence hashing and chain-of-custody contracts on Base. Compliance state machine for SCF controls. Evidence expiration and continuous compliance enforcement.

Q4 2026 —Cross-Framework Proofs

On-chain compliance overlap calculations across 249 frameworks. Gap analysis proofs. Coverage scoring engine. Regulatory change detection.

Q1 2027 —Auditor Network

Auditor registration and attestation signing. Multi-party verification consensus. Automated evidence collection pipeline. Verifiable compliance certificates.

Q2 2027 —Chain Architecture

Sovereign chain design and testnet. Native compliance data types. Proof of Audit consensus mechanism. Permissioned evidence submission with public verification.

Q3 2027 —Chain Launch

Mainnet launch with cross-chain anchoring to Bitcoin and Base. Migration of all SFVT state to sovereign chain. Zero-knowledge compliance proof integration.

Q4 2027 —Network Effects

Supply chain compliance inheritance. Compliance intelligence aggregation. Industry benchmarking. The compliance standard becomes the compliance infrastructure.

The Standard Becomes the Infrastructure

Nobody else is building cryptographic verification into compliance data at this level. The Secure Controls Framework maps the relationships. SFVT makes them provable.

Explore the Verification Data