Namazu Chain Proof of Tensor Generating Work hero image
Namazu Chain / PoTGW
See in PDF Download PDF

Namazu Chain

Proof of Tensor Generating Work for Verifiable Seismic and Structural Model Improvement

Hayato Kameta

ZWEISPACE JAPAN / Goodhills Research

Technical Whitepaper Revision 0.2 - 16 July 2026

Covers Namazu PoTGW Protocol / Local Devnet v0.5

Abstract

Namazu Chain is a proposed distributed system in which the primary economically rewarded work is the production of independently verifiable improvements to seismic, regional-propagation, and building-response models. The proposed mechanism, Proof of Tensor Generating Work (PoTGW), replaces a single global nonce race with a graph of canonical tensor tasks. A solver commits to a result before learning a deterministic held-out challenge set; independent validators reproduce the calculation, evaluate physical and statistical constraints, and issue a quorum-signed Verified Tensor Work Certificate. A separate post-quantum settlement layer orders certificates, challenges, reputation updates, and physical-state transitions. The design explicitly separates low-latency event communication from slower scientific verification and final ledger settlement. Since v0.1 of this paper, the project reports execution of a four-node local v0.5 engineering devnet with primary hash mining disabled: 30 finalized checkpoints, 20 valid work certificates, 11 task domains, and 24 passing acceptance tests, including rejection of false and copied claims and preservation of a simulated building-state transition. These results establish a reproducible synthetic-data protocol milestone, not scientific validation on real earthquake or structural data. This document specifies the architecture, formal objects, deterministic scoring approach, building-state history model, adversarial assumptions, implementation evidence, and evaluation plan. It does not claim a deployed earthquake early-warning service, structural-safety certification, scientific validation, or production-ready public consensus.

Document status. This is a research and engineering whitepaper, not a peer-reviewed scientific publication. Equations define a protocol framework and testable hypotheses. Final seismic solvers, physical constraints, safety thresholds, and operational governance require domain-expert review and validation on recorded and controlled physical data. The v0.5 figures in Section 19 are project-reported local engineering results; this document package does not independently rerun the source repository.

Introduction

Earthquake monitoring and structural response estimation combine two difficult requirements. The first is latency: useful information may need to move through a network in seconds or less. The second is accountability: measurements, models, corrections, and claims must remain inspectable after an event. Existing earthquake early-warning systems demonstrate that detection is not prediction and that achievable warning time depends strongly on source, sensor, user, and communication geometry (U.S. Geological Survey 2019; Allen et al. 2025). Smartphone and low-cost sensor research also shows that distributed accelerometers can contribute meaningful observations when calibration, triggering, aggregation, and false-positive control are treated seriously (Kong et al. 2016; Di Nuzzo et al. 2021).

Namazu Chain proposes a third requirement: computation performed by participating nodes should itself improve a shared physical-world model. Instead of attaching an arbitrary scientific calculation to a conventional hash lottery, PoTGW makes a verified model improvement the primary unit of work, reputation, and economic credit.

The central proposal is:

A node earns work credit by producing a new, independently reproducible and meaningfully improved tensor result for a canonical physical-data task.

The term tensor is used here in an engineering sense broad enough to cover versioned coefficient arrays, transfer functions, state-space operators, modal representations, propagation operators, or other structured multi-dimensional models. The protocol does not assume that every accepted model must be a dense mathematical tensor or a neural network. It requires only a canonical representation, deterministic verification rules, and a scientifically defensible interpretation for the task class.

The design has four coupled components:

  1. Namazu Event Network: a low-latency path for signed observations and progressive-confidence event messages.
  2. Tensor Work Graph: a directed acyclic graph of local, regional, higher-aggregation, building, and floor-response tasks.
  3. PoTGW Verification Network: commit, challenge, reveal, independent reproduction, dispute, and certification.
  4. Namazu Settlement Chain: deterministic ordering of certificates, challenges, reputation updates, and physical-state transitions using post-quantum signatures.
Namazu Chain: two clocks, shared evidence Signed 3D observations IoT / phone / gateway Fast event path Immediate event broadcast preliminary confidence Regional estimate low-latency update App-side adaptation building / floor estimate Verification and settlement path Open tensor task canonical input root PoTGW verification commit / challenge / reveal Work certificate quorum-signed evidence Settlement checkpoint post-quantum audit trail Task graph / reputation new tasks and state changes same signed evidence, different latency guarantees

Scope, claims, and non-goals

What this whitepaper proposes

This whitepaper proposes:

What this whitepaper does not claim

This document does not claim that Namazu Chain:

The public warning boundary is particularly important. Established earthquake early-warning programs emphasize rapid detection after an earthquake begins, not prediction, and they warn that some recipients may receive information before, during, or after shaking arrives (U.S. Geological Survey 2019). Namazu must inherit that scientific and communication discipline.

Design goals and research hypotheses

Design goals

G1 - Useful work dominance. Normal work credit must come from certified tensor improvement, not repeated nonce searching.

G2 - Task locality. Unrelated regions, buildings, time windows, and model classes must not be forced into one winner-takes-all competition.

G3 - Reproducibility. Consensus-critical inputs, arithmetic, scores, and encodings must be independently reproducible.

G4 - Scientific humility. A model mismatch must not automatically be classified as fraud. It may indicate physical-state change, sensor failure, insufficient evidence, or model-class failure.

G5 - Low-latency separation. Immediate event communication must not wait for settlement finality.

G6 - Attribution. Solvers and validators must sign claims, challenges, and certificates so that correct and incorrect work remains attributable.

G7 - Historical integrity. A formerly valid building model must remain valid for its historical state epoch even after the building changes.

G8 - Quantum-resistant authentication. The settlement and certificate layer should support standardized post-quantum signature schemes. NIST finalized ML-DSA and SLH-DSA in FIPS 204 and FIPS 205 (National Institute of Standards and Technology 2024a, 2024b).

G9 - Bounded influence. Work credits and reputation must be capped, domain-specific, and decaying so one operator cannot permanently monopolize ordering.

G10 - Falsifiability. Every central claim should map to an executable test or measurable experiment.

Research hypotheses

The initial implementation should test the following hypotheses rather than assume them:

System model

Participants

The protocol distinguishes logical roles. A physical node may perform several roles, but role separation is useful for reasoning and testing.

Role Responsibility
Observation source Produces signed, timestamped 3-axis acceleration or derived measurements.
Gateway Aggregates, timestamps, filters, and forwards observations; may provide clock-quality metadata.
Task publisher Opens a canonical work task using committed inputs and policy parameters.
Solver Produces a candidate tensor or coefficient model.
Verifier Independently reproduces consensus-critical measurements and signs an attestation.
Challenger Submits evidence that a claim, certificate, input, or verification is invalid or misclassified.
Settlement validator Orders certificates, disputes, reputation changes, and state transitions.
Application client Consumes progressive event information and optionally applies a selected building/floor model.
Scientific auditor Replays data and protocol decisions without necessarily participating in consensus.

Trust assumptions

The research devnet may initially assume four settlement validators with a 3-of-4 finalization quorum. This is an implementation milestone, not a final decentralization claim. The intended security model allows:

The initial devnet does not attempt to solve fully permissionless Sybil resistance. Identity admission, hardware attestation, deposits, public validator rotation, and external scientific governance remain open design areas.

Two time domains

Namazu uses two time domains:

  1. Event time: physical observation time, measured in sensor timestamps and short windows.
  2. Settlement time: logical consensus rounds and finalized checkpoints.

These must not be conflated. A useful event message may be delivered before final settlement. A final certificate may arrive much later and may refine or challenge preliminary results.

Observation and data model

Canonical observation

A canonical acceleration observation is represented as:

o=(d,s,q,t,Δt,ax,ay,az,c,m,σ), o = (d, s, q, t, \Delta t, a_x, a_y, a_z, c, m, \sigma),

where:

Consensus-critical acceleration values should use a fixed integer unit, for example micro-gal or another explicitly selected scale. The exact scale is a protocol parameter and must be selected after overflow and noise analysis. Raw floating-point encodings are not valid consensus inputs.

Observation batches and roots

For a task window WW, observations are canonically sorted by:

(extregion,sensor class,device credential,sensor ID,timestamp,sequence). ( ext{region},\text{sensor class},\text{device credential},\text{sensor ID},\text{timestamp},\text{sequence}).

The ordered records are encoded with a versioned binary schema and committed using a Merkle root or equivalent authenticated structure:

Rinput=MerkleRoot(Encode(o1),,Encode(on)). R_{\mathrm{input}} = \operatorname{MerkleRoot}(\operatorname{Encode}(o_1),\ldots,\operatorname{Encode}(o_n)).

The root commits to ordering as well as content. Duplicate detection rules must be deterministic. The protocol must distinguish exact duplicates from legitimate overlapping samples.

Location and privacy

Exact smartphone locations and building identifiers can expose sensitive personal and commercial information. The protocol should support graduated disclosure:

Immutability is not a justification for permanently publishing personal sensor traces.

Canonical tensor tasks

Task identity

Each useful-work task has a canonical Task ID:

T=H(v,e,r,W,τ,,h,b,η,Rinput,A,Lprev,Ltarget,P), T = H(v, e, r, W, \tau, \ell, h, b, \eta, R_{\mathrm{input}}, A, L_{\mathrm{prev}}, L_{\mathrm{target}}, P),

where:

The protocol must use distinct fields for virtual aggregation level and physical height. This prevents ambiguity between a regional layer and the second or third floor of a structure.

Task classes

Initial task classes may include:

Task locality and non-comparability

Only candidates for the same canonical Task ID directly compete or supersede one another. A Tokyo local-ground tensor and an Osaka building tensor are not ranked by one global scientific score. They can both earn normalized, bounded work credits within their task classes.

Tensor Work Graph: no single global mining race Observation commitmentsregion + time + signed data Local tensor: Tokyo Aaccuracy T1 → T2 Local tensor: Tokyo Bindependent task Local tensor: Osaka Cindependent task Regional aggregationvirtual observation layer Building tensor B-17state epoch 7 Wider-area tensornew task unlocked Floor responsebuilding × ground Maintenance taskscalibration / cross-validation Only candidates for the same canonical Task ID compete or supersede one another. Unrelated work is independently useful and independently certifiable.

Model and scoring framework

Model-agnostic prediction interface

For task class τ\tau and algorithm version AA, a candidate model is a canonical parameter object θ\theta. It defines a deterministic prediction function:

ŷi,k=Fτ,A(θ;pi,tk,uk,zi), \widehat{y}_{i,k}=F_{\tau,A}(\theta; p_i,t_k,u_k,z_i),

where pip_i is position, tkt_k is time, uku_k represents parent tensors or ground input, and ziz_i contains allowed sensor/building metadata.

The protocol does not prescribe one universal FF. A local wavefield basis, transfer operator, modal model, finite impulse response, state-space model, or carefully bounded machine-learning model may be valid for a specific versioned task class. Every accepted algorithm must specify deterministic execution, input availability, parameter encoding, and verification cost.

Loss components

A candidate is evaluated using integer or rational fixed-point terms:

J(θ)=αEobs+βEhold+γPphys+δPregion+κPstability+λCmodel. J(\theta) = \alpha E_{\mathrm{obs}} + \beta E_{\mathrm{hold}} + \gamma P_{\mathrm{phys}} + \delta P_{\mathrm{region}} + \kappa P_{\mathrm{stability}} + \lambda C_{\mathrm{model}}.

Terms are defined per task class:

Lower JJ is better. No term may depend on local wall-clock performance or non-deterministic library behavior.

Observed and held-out errors

For weighted three-axis residuals ri,k=yi,kŷi,kr_{i,k}=y_{i,k}-\widehat{y}_{i,k}, one deterministic error form is:

E=1Zi,kwi,k(|ri,kx|2+|ri,ky|2+|ri,kz|2), E = \left\lfloor \frac{1}{Z} \sum_{i,k} w_{i,k} \left( |r^x_{i,k}|^2 + |r^y_{i,k}|^2 + |r^z_{i,k}|^2 \right) \right\rfloor,

where weights and normalization ZZ are canonical integers. A square root is unnecessary for consensus; display software may convert the squared measure to familiar units.

The held-out set is selected only after commitment. Selection uses finalized chain randomness or a threshold signature output that the solver could not predict at commit time.

Physical-consistency penalties

Physical penalties must be specific to a task class and scientifically reviewed. Candidate examples include:

These are examples, not validated Namazu thresholds. A poor physical constraint can be as dangerous as no constraint because it can reject real phenomena or accept an unrealistic model.

Meaningful improvement

Let J0J_{0} be the score of the accepted baseline and J1J_{1} the candidate score. The improvement is:

ΔJ=J0J1. \Delta J = J_0 - J_1.

A candidate is not accepted merely because ΔJ>0\Delta J > 0. It must satisfy:

ΔJΔmin(τ,Ltarget), \Delta J \geq \Delta_{\min}(\tau,L_{\mathrm{target}}),

and all mandatory component thresholds. This prevents tiny numerical improvements from continuously generating rewards.

Accuracy levels

PoTGW uses versioned accuracy levels rather than an unqualified claim of “one more digit.”

Level Minimum interpretation Example requirements
T0 Coarse candidate Valid encoding and bounded observed error.
T1 Basic local fit Improvement over baseline and minimum coverage.
T2 Held-out validated Acceptable challenge-set error and stability.
T3 Physically constrained T2 plus task-specific physical consistency.
T4 Aggregated/parent validated Certified dependency graph and regional consistency.
T5 Building/floor validated Versioned building state, uncertainty, and controlled validation evidence.

The levels are policy labels, not universal scientific truth. Thresholds differ by task class, sensor quality, event type, and evidence regime.

Proof of Tensor Generating Work protocol

Protocol phases

The primary claim protocol has six phases.

Open

A task publisher finalizes the Task ID, input-data root, baseline certificate, algorithm policy, target level, scoring policy, deadlines, and data-availability commitments.

Commit

Solver nn computes candidate θ\theta and submits:

C=H(T,n,H(Encode(θ)),Revidence,q,ρ), C = H(T, n, H(\operatorname{Encode}(\theta)), R_{\mathrm{evidence}}, q, \rho),

where qq is a solver sequence and ρ\rho is a secret salt. The solver signs the commitment. The commitment binds the solver to the candidate before challenge selection.

Challenge

After the commitment is final, the network derives a challenge seed:

sc=H(Rfinalized,T,C,round). s_c = H(R_{\mathrm{finalized}}, T, C, \text{round}).

The seed deterministically selects held-out sensors, time intervals, perturbation checks, or requested evidence branches.

Reveal

The solver reveals θ\theta, ρ\rho, evidence branches, declared resource metadata, and any task-specific proof objects. The network verifies that the reveal matches CC.

Verify

Independent nodes:

Certify and finalize

A sufficient verification quorum creates a Verified Tensor Work Certificate. Settlement validators order it into a checkpoint with related challenges, verdicts, reputation changes, and newly unlocked tasks.

PoTGW claim protocol 1. Open taskinput root, baseline,target accuracy 2. Commitsolver binds resultbefore challenge 3. Challengeheld-out set fromfinalized randomness 4. Revealcanonical coefficientsand evidence 5. Verifyrecompute score,physics, signatures 6. Certifyquorum-signedwork certificate Challenge / verdict historybad claims remain attributable Settlement checkpointdeterministic final ordering A certificate proves a validated improvement for a specific task; it does not assert global superiority over unrelated tensor work.

Why commit-challenge-reveal is necessary

Useful-work consensus has a recurring difficulty: a network must prove not merely that arithmetic occurred, but that the work is connected to a real task, is not copied, and provides the claimed improvement. Prior PoUW literature identifies verification, task availability, and preservation of consensus security as central problems (Hoffmann 2022; Dong, Lee, and Zomaya 2019).

Commitment before challenge selection reduces three simple attacks:

  1. fitting only the visible validation subset;
  2. copying a revealed result and claiming independent authorship;
  3. changing coefficients after learning the challenge.

It does not solve every form of plagiarism or collusion. Timing, encrypted mempools, solver enclaves, zero-knowledge techniques, and economic deposits may be considered later.

Verified Tensor Work Certificate

A certificate is a canonical, quorum-signed statement about one task and one candidate. A minimum schema includes:

A certificate means:

Under the named data, algorithm, policy, and evidence conditions, a quorum reproduced the candidate and accepted the declared level transition.

It does not mean:

Tensor Work Graph

Dependency edges

A certificate may unlock new tasks. For example:

local tensorsregional tensorbuilding responsefloor estimate. \text{local tensors} \rightarrow \text{regional tensor} \rightarrow \text{building response} \rightarrow \text{floor estimate}.

Each edge is explicit. A child task commits to parent certificate IDs, not only parent coefficient payloads. This creates provenance for the final result.

Parallel work

Nodes can perform useful work on:

No single node needs to “win the earthquake.” The network benefits from multiple independently certified results.

Supersession

Candidate c2c_2 can supersede c1c_1 only when:

Supersession is not deletion.

Settlement consensus without primary nonce mining

Separation of useful work and ordering

PoTGW determines which work is useful and who earned bounded work credit. Settlement consensus determines the final order of records. These are related but not identical functions.

The v0.5 research devnet should use a simple 3-of-4 Byzantine-fault-tolerant finalization rule. Mature Byzantine consensus has a large literature; the Namazu prototype should not claim a new BFT proof merely because its proposer eligibility originates from useful work (Castro and Liskov 1999).

Work credits

A certificate creates bounded credits:

Kn,d(r+1)=min(Kmax,d,μKn,d(r)+g(c)p(n,d,r)), K_{n,d}(r+1)=\min(K_{\max,d},\;\mu K_{n,d}(r)+g(c)-p(n,d,r)),

where:

Correct independent verification may create smaller credits than solving. Credits are normalized by task class and are not assertions that one scientific task is globally more important than another.

Proposer eligibility

A deterministic schedule may select settlement proposers from nodes satisfying:

A proposer cannot finalize its own checkpoint alone. Finality requires the settlement quorum.

No-work periods

The preferred no-event tasks are useful maintenance work:

When no useful certificate is ready, validators may produce low-cost heartbeat checkpoints. These maintain time and membership without pretending to be tensor work.

Emergency hash fallback

A minimal hash fallback is optional and disabled by default. If implemented, it must:

The main acceptance test must progress with hash mining completely disabled.

Node reputation and claim history

Domain-specific reputation

One global trust score is misleading. Reputation is keyed by a domain tuple such as:

d=(r,τ,s,A,bc), d=(r,\tau,s,A,b_c),

where rr is region, τ\tau tensor type, ss sensor class, AA algorithm family, and bcb_c building class.

A node may have strong history for Tokyo local-ground tasks and no evidence for high-rise structural models. Applications and validators should inspect the relevant domain history.

Append-only statuses

Claim history includes at least:

The status is a classification backed by evidence and signatures. It is not an edit to the original claim.

Penalties

Penalties should be proportional and reversible only through a transparent appeal process. Examples:

Building tensors and physical-state epochs

Response model

For building bb, state epoch η\eta, and floor or height class ff, a generic response model is:

x̂b,η,f(t)=b,η,f,θ[gr(t)]+ϵ(t), \widehat{x}_{b,\eta,f}(t)=\mathcal{H}_{b,\eta,f,\theta}\left[g_r(t)\right] + \epsilon(t),

where gr(t)g_r(t) is the regional or ground-level input and \mathcal{H} is a versioned linear or nonlinear operator. For a linear time-invariant research model, this may be a convolution:

x̂b,η,f(t)=j=0mHb,η,f[j]gr(tj). \widehat{x}_{b,\eta,f}(t)=\sum_{j=0}^{m} H_{b,\eta,f}[j]g_r(t-j).

The final system may use modal, state-space, nonlinear, or hybrid models. Structural monitoring research supports the use of vibration measurements and modal analysis, including low-cost MEMS sensor approaches, but operational damage assessment requires substantially more evidence than a generic residual threshold (Michel et al. 2007; Di Nuzzo et al. 2021; Roohi, Hernandez, and Rosowsky 2020).

State-change trigger

Let residuals under the accepted epoch-η\eta model have reference distribution PηP_{\eta}. New observations produce QQ. A deterministic change statistic D(Pη,Q)D(P_{\eta},Q) may trigger investigation when:

D(Pη,Q)>τtransition. D(P_{\eta},Q)>\tau_{\mathrm{transition}}.

The trigger is not a damage declaration. It opens a STATE_TRANSITION task.

Classification

Validators consider competing explanations:

A transition certificate should include evidence roots, alternative-hypothesis scores, uncertainty, and required human review flags.

Historical preservation

If tensor v7 was valid for state epoch 7, an earthquake may open state epoch 8 and lead to tensor v8. The chain records:

  1. v7 and its original evidence;
  2. the divergence event;
  3. challenges and alternative explanations;
  4. the state-transition verdict;
  5. v8 and its new evidence.

It does not rewrite v7 as false solely because v8 is now required.

Versioned building state: preserve history, do not rewrite it State epoch 7tensor v7 verifiedbaseline residual distribution Earthquake / changenew response divergesfrom prior baseline Transition investigationphysical-state change?sensor failure?fraud or bad calculation?insufficient evidence? State epoch 8new tensor v8 certifiedv7 remains historical Append-only evidenceold tensor + inputs + residuals + challenges + transition verdict + new tensor

Namazu Event Network

Immediate path

The immediate path is designed for progressive information:

  1. a sensor or phone detects unusual motion;
  2. a signed local event message is broadcast;
  3. nearby gateways or nodes seek multi-sensor confirmation;
  4. preliminary region and intensity estimates are updated;
  5. an application optionally applies a selected building/floor model;
  6. confidence and provenance are displayed;
  7. later PoTGW certificates refine and audit the event.

The event path must not block on a settlement round, certificate quorum, or data publication deadline.

Progressive confidence states

An application may distinguish:

These labels must not be translated into official safety instructions without regulatory and scientific approval.

Latency measurements

The implementation should measure separately:

A single “block time” is not an adequate measure of system usefulness.

Deterministic computation

Arithmetic

Consensus code must specify:

If a solver uses floating-point, machine learning, GPUs, or a non-deterministic optimizer to discover a candidate, that is acceptable only if validators can verify the final candidate using deterministic consensus routines.

Discovery versus verification

PoTGW may deliberately separate expensive discovery from bounded verification:

This asymmetry is desirable, but verification must still establish usefulness rather than only arithmetic correctness.

Algorithm governance

Every algorithm family requires:

Threat model and adversarial analysis

False accuracy claims

A solver may publish coefficients with a fabricated accuracy level. Independent recomputation rejects the claim. Repeated or deliberate behavior reduces domain reputation.

Training overfit

A solver may optimize only the public fit set. Delayed challenge selection and held-out measurements reduce this attack. The network should also use later time windows and cross-region validation where appropriate.

Copied work

A node may copy a revealed candidate. Binding commitments, solver signatures, reveal timing, and certificate ownership prevent simple reassignment. Collusion before commitment remains an open problem.

Fake usefulness

A computation can be mathematically correct but unrelated to a genuine physical task. Each task therefore commits to authenticated input roots, task policy, data-availability evidence, and downstream dependency rules. The network must verify the connection between computation and declared task, a problem emphasized in the broader PoUW literature (Hoffmann 2022).

Sensor fabrication and Sybil observations

Many fabricated sensors can create a false physical model. Mitigations may include:

Time and location manipulation

Clock drift, delayed replay, GPS spoofing, and location fabrication can corrupt propagation models. Records must carry clock-quality metadata, sequence numbers, replay protection, and cross-source consistency checks.

Validator collusion

A 3-of-4 research devnet can finalize a false certificate if three validators collude. The devnet demonstrates software behavior, not public-network security. Future designs need larger, diverse validator sets, governance, independent data auditors, and formal security analysis.

Denial of service

Attackers may create expensive tasks or floods of observations. Task admission, verification cost limits, data-size bounds, rate limits, and fee/deposit policy are required.

Reputation poisoning

Attackers may challenge honest nodes to overload them or manipulate reputation. Challenges need evidence commitments, bounded costs, and penalties for provably abusive behavior.

Physical-state ambiguity

A mismatch can arise from damage, sensor movement, input error, or model failure. The protocol must represent uncertainty and alternative classifications rather than forcing a binary honest/dishonest result.

Post-quantum authentication

Namazu’s certificate and settlement objects should be signed using standardized post-quantum algorithms or a migration-ready hybrid policy. FIPS 204 specifies ML-DSA, and FIPS 205 specifies SLH-DSA (National Institute of Standards and Technology 2024a, 2024b).

The engineering prototype should define:

Use of a standardized algorithm does not by itself make an implementation secure or certified. Key generation, random-number generation, side-channel resistance, library quality, and operational key management remain essential.

Incentives and economics

This whitepaper intentionally avoids fixing token emission or reward values. The mechanism should first demonstrate that useful work can be identified, verified, and ordered without primary hash mining.

Economic design principles are:

Before public economics, the project needs attack simulations covering collusion, bribery, task monopolization, withheld results, validation cartels, and strategic sensor manipulation.

Engineering implementation status

v0.4 single-machine precursor

The project reports that the local v0.4 Java prototype executed the following single-machine research path:

The v0.4 experiment established a calculation, commitment, and local verification path. Its nonce mechanism was subsequently removed from normal progress in the PoTGW-first v0.5 design.

v0.5 PoTGW-first local devnet

The project reports implementation of v0.5-namazu-potgw-consensus as a four-process Java devnet on one local Windows machine. The implementation includes:

The reported main run was invoked with:

.\RUN-V0.5-DEVNET.cmd
.\VERIFY-V0.5-DEVNET.cmd

Reported v0.5 execution results

Table 1 records the result summary supplied by the project after the local run.

Measure Reported result
Separate node processes 4
Finalized settlement checkpoints 30
Valid Verified Tensor Work Certificates 20
Distinct task domains 11
Acceptance tests passed 24
Acceptance tests failed 0
Primary hash mining in successful main run Disabled
All four nodes reached the same finalized tip Pass
Deliberately false claim rejected Pass
Copied-work attempt rejected Pass
Building state epoch 7 to epoch 8 preserved without rewriting epoch 7 Pass

The run therefore satisfies the principal v0.5 engineering criterion:

Four independent node processes solved and verified multiple tensor tasks, rejected false and copied claims, preserved a legitimate simulated building-state transition, and converged on one finalized certificate-chain tip with primary hash mining disabled.

Interpretation and evidence boundary

The v0.5 result is materially stronger than the v0.4 concept proof because normal ledger progress is reported to occur through PoTGW certificates and verified-work eligibility rather than a nonce race. It demonstrates an executable protocol architecture for task-local useful work, certificate ordering, claim history, and deterministic convergence under the implemented synthetic scenarios.

It does not yet establish:

For a repository release, the reported claims should be accompanied by immutable evidence copied from the executed v0.5 directory, including at minimum:

The present whitepaper revision records the project-supplied summary but does not independently inspect or rerun those local files.

Evaluation methodology

Phase A - Deterministic synthetic tests

Goals:

Synthetic data is appropriate for protocol correctness but not for scientific performance claims.

Phase B - Recorded open seismic datasets

Goals:

Dataset licensing and provenance must be recorded.

Phase C - Controlled physical experiments

Goals:

Phase D - Shadow network

A non-alerting shadow deployment may ingest live or near-live data without issuing public safety messages. It measures latency, availability, false triggers, and model drift while official systems remain authoritative.

Phase E - Governed pilot

Any safety-relevant pilot requires:

Metrics

Protocol metrics include:

Scientific metrics include:

Safety communication metrics include:

Governance and scientific review

A physical-world consensus system cannot rely only on code governance. Protocol changes may alter model assumptions, accepted sensors, or safety interpretation. A mature design needs separate review domains:

Algorithm activation should require published test vectors, independent review, a delayed activation window, rollback policy, and explicit compatibility rules for old certificates.

Open research questions

  1. What tensor or operator families provide the best balance of physical meaning, predictive value, compactness, and deterministic verification?
  2. How should challenge sets be selected when data access is delayed, private, or geographically sparse?
  3. How can the network distinguish legitimate parallel discovery from copied work or private collusion?
  4. What is the correct Sybil-resistance mechanism for observation sources, solvers, and settlement validators?
  5. How should task-class work credits be normalized without pretending that unrelated scientific tasks share one value scale?
  6. Which physical constraints improve robustness without suppressing unexpected but real wave phenomena?
  7. How should uncertainty propagate from sensors through regional tensors into building and floor estimates?
  8. How can structural-state change be classified without implying an automated safety diagnosis?
  9. What raw data can be public, restricted, delayed, aggregated, or deleted while maintaining an auditable commitment history?
  10. Can zero-knowledge or verifiable-computation methods reduce disclosure while preserving independent verification?
  11. How should a fast event network behave during internet congestion, power loss, malicious floods, or contradictory sensor clusters?
  12. What governance structure can integrate official agencies and scientific review without centralizing every useful-work task?

Roadmap

v0.5 - PoTGW-first local devnet (engineering milestone completed)

Project-reported local execution now includes four separate node processes, deterministic task and certificate objects, commit-challenge-reveal verification, domain reputation, a simulated building-state transition, 3-of-4-style settlement, and normal progress with primary hash mining disabled. Remaining v0.5 publication work is to preserve complete evidence, publish reproducibility hashes, and obtain an independent rerun.

v0.6 - Recorded-data replay

v0.7 - Controlled sensor and building experiment

v0.8 - Shadow event network

Later stages

Conclusion

Namazu Chain proposes a useful-work consensus architecture centered on verifiable improvement of shared physical-world models. The key departure from ordinary proof-of-work is not simply replacing SHA-style hashing with matrix arithmetic. The protocol must prove that a candidate addresses an authenticated task, materially improves a declared baseline, survives delayed held-out validation, respects task-specific physical constraints, and remains attributable to its solver and verifiers.

The system therefore treats PoTGW certificates as the source of normal work credit while using a separate quorum settlement mechanism to order history. Different regions and buildings can progress in parallel. Invalid claims reduce domain-specific trust. A later mismatch does not automatically erase an earlier result; it can open a versioned investigation into changed physical state. Immediate event communication remains separate from final ledger settlement.

The project-reported v0.5 result advances this architecture beyond a single-machine concept proof. A four-process local devnet reportedly finalized 30 checkpoints and 20 work certificates across 11 task domains with primary hash mining disabled, while rejecting a false claim and a copied-work attempt and preserving a simulated building-state transition. This is evidence that the protocol structure can be made executable under deterministic synthetic conditions.

The result remains an engineering milestone rather than scientific or public-safety validation. The next credible step is a reproducible v0.6 replay against recorded, licensed accelerometer datasets, with exact manifests, independent reruns, baseline comparisons, uncertainty reporting, and publication of all acceptance and failure results. Only after recorded-data evidence should the project progress to controlled physical structures and a non-alerting shadow event network.

Appendix A - Canonical object sketches

A.1 Task object

{
  "schema": "namazu.task.v1",
  "event_or_maintenance_epoch": "EQ-TEST-0007",
  "region_id": "JP-TOKYO-CELL-0042",
  "window_start_ns": 0,
  "window_end_ns": 10000000000,
  "task_class": "GROUND_LOCAL",
  "aggregation_level": 0,
  "physical_height_class": null,
  "building_id": null,
  "building_state_epoch": null,
  "input_data_root": "...",
  "algorithm_policy_root": "...",
  "previous_level": "T1",
  "target_level": "T2",
  "scoring_policy_root": "..."
}

A.2 Candidate commitment

{
  "schema": "namazu.commitment.v1",
  "task_id": "...",
  "solver_node_id": "...",
  "candidate_payload_hash": "...",
  "evidence_root": "...",
  "solver_sequence": 19,
  "commitment_signature": "..."
}

A.3 Work certificate

{
  "schema": "namazu.vtwc.v1",
  "task_id": "...",
  "solver_node_id": "...",
  "commitment_id": "...",
  "algorithm_id": "LOCAL-BASIS-FXP-v1",
  "input_data_root": "...",
  "candidate_payload_root": "...",
  "observed_error": 421930,
  "held_out_error": 498210,
  "physical_penalty": 0,
  "regional_penalty": 1200,
  "stability_penalty": 500,
  "complexity_penalty": 8000,
  "baseline_score": 650000,
  "candidate_score": 508000,
  "previous_level": "T1",
  "new_level": "T2",
  "challenge_seed": "...",
  "verifier_attestations": ["...", "...", "..."],
  "logical_round": 27,
  "certificate_id": "..."
}

The numeric values above are illustrative only. Implementations must not copy them as safety thresholds.

Appendix B - Validator pseudocode

verify_candidate(task, commitment, reveal, challenge_seed):
    require canonical_hash(reveal) == commitment.candidate_payload_hash
    require verify_signature(commitment.solver_node_id, commitment)
    require task.is_open_at(reveal.logical_round)

    inputs = load_and_verify_inputs(task.input_data_root)
    require inputs.canonical_root == task.input_data_root

    fit_set, hold_set = derive_challenge_split(inputs, challenge_seed)
    model = decode_canonical_model(reveal.model_payload)

    observed_error = evaluate_fixed_point(model, fit_set)
    held_error = evaluate_fixed_point(model, hold_set)
    physical_penalty = evaluate_physical_policy(model, task)
    regional_penalty = evaluate_parent_consistency(model, task.parents)
    stability_penalty = evaluate_stability(model, task)
    complexity_penalty = evaluate_complexity(model, task)

    score = weighted_saturated_sum(
        observed_error,
        held_error,
        physical_penalty,
        regional_penalty,
        stability_penalty,
        complexity_penalty)

    require level_transition_is_valid(task, score, each_component)
    return signed_verification_attestation(all_results)

Appendix C - Repository publication structure

namazu-potgw/
  README.md
  WHITEPAPER.md
  NAMAZU-PoTGW-Whitepaper-v0.1.pdf
  NAMAZU-PoTGW-Whitepaper-v0.1.html
  NAMAZU-PoTGW-Whitepaper-v0.1.tex
  references.bib
  figures/
    architecture.svg
    work-graph.svg
    protocol.svg
    building-state.svg
  specs/
    task-schema.json
    commitment-schema.json
    certificate-schema.json
  test-vectors/
  implementation/
  SECURITY.md
  GOVERNANCE.md

References

Allen, Richard M. et al. 2025. “Global Earthquake Detection and Warning Using Android Phones.” Science 389. https://doi.org/10.1126/science.ads4779.
Castro, Miguel, and Barbara Liskov. 1999. “Practical Byzantine Fault Tolerance.” In Proceedings of the Third Symposium on Operating Systems Design and Implementation, 173–86.
Di Nuzzo, Flavio, Davide Brunelli, Tommaso Polonelli, and Luca Benini. 2021. “Structural Health Monitoring System with Narrowband IoT and MEMS Sensors.” https://arxiv.org/abs/2104.13029.
Dong, Zhongli, Young Choon Lee, and Albert Y. Zomaya. 2019. “Proofware: Proof of Useful Work Blockchain Consensus Protocol for Decentralized Applications.” https://arxiv.org/abs/1903.09276.
Hoffmann, Felix. 2022. “Challenges of Proof-of-Useful-Work.” https://arxiv.org/abs/2209.03865.
Kong, Qingkai, Richard M. Allen, Louis Schreier, and Young-Woo Kwon. 2016. “MyShake: A Smartphone Seismic Network for Earthquake Early Warning and Beyond.” Science Advances 2 (2): e1501055. https://doi.org/10.1126/sciadv.1501055.
Michel, Clotaire, Philippe Guéguen, Saber El Arem, Jacky Mazars, and Panagiotis Kotronis. 2007. “Full Scale Dynamic Response of a Reinforced Concrete Building Under Weak Seismic Motions Using Earthquake Recordings, Ambient Vibrations and Modelling.” https://arxiv.org/abs/0710.1205.
National Institute of Standards and Technology. 2024a. “FIPS 204: Module-Lattice-Based Digital Signature Standard.” NIST. https://doi.org/10.6028/NIST.FIPS.204.
———. 2024b. “FIPS 205: Stateless Hash-Based Digital Signature Standard.” NIST. https://doi.org/10.6028/NIST.FIPS.205.
Roohi, Milad, Eric M. Hernandez, and David V. Rosowsky. 2020. “Performance-Based Post-Earthquake Decision-Making for Instrumented Buildings.” https://arxiv.org/abs/2002.11702.
U.S. Geological Survey. 2019. “USGS ShakeAlert Earthquake Early Warning System.” 2019. https://www.usgs.gov/news/featured-story/usgs-shakealert-earthquake-early-warning-system.