Cross-Authority Route Composition

by Nick Clark | Published April 25, 2026 | PDF

The marker-track route disclosed herein is permitted to cross authority boundaries within a single continuous lineage record, with each authority transition captured by an explicit handoff record bearing the cryptographic stamp of the outgoing authority and the cryptographic acknowledgment of the incoming authority. Each authority's stamp is independently verifiable against that authority's published credential, without reference to any other authority and without requiring a central trust broker. A downstream observer in possession of the route record can therefore reconstruct the full cross-authority lineage of the marker track, verify each segment under the authority that governed it, and confirm that the handoffs between authorities were recognized by both parties at the time of crossing. This disclosure describes the handoff record structure, the independent-verifiability property, the lineage reconstruction procedure, and the governance envelope under which cross-authority routes are admitted.


Mechanism

A marker track is a sequence of marker records emitted by a moving unit as it traverses a route. Each marker record bears a timestamp, a position, an authority identifier indicating the governing authority for the segment in which the marker was emitted, and a cryptographic stamp produced by that authority's credential over the marker payload. Within a single authority's domain, consecutive markers form a contiguous segment whose internal consistency is verifiable by chaining stamps under that authority's published credential.

A cross-authority transition occurs when the unit physically or logically crosses from a region governed by one authority to a region governed by another. At the transition, the substrate emits a handoff record rather than a plain marker. The handoff record contains the last marker of the outgoing segment, the first marker of the incoming segment, the timestamp of crossing, the identifier of the outgoing authority, the identifier of the incoming authority, an outgoing-authority stamp attesting that the segment terminated under its governance at the indicated time and place, and an incoming-authority acknowledgment attesting that the segment was received under its governance from the indicated time and place. Both stamps are produced from the authorities' published credentials and are independently verifiable.

The handoff record is itself a member of the marker track sequence, occupying the position between the outgoing segment and the incoming segment. The track is therefore a single continuous record across any number of authority transitions, and the lineage reconstruction procedure walks the record from start to end, verifying each segment under its governing authority and each handoff under both adjoining authorities.

Operating Parameters

Cross-authority operation is parameterized by the credential publication policy of each participating authority, the handoff acknowledgment latency tolerance, the credential rotation cadence, and the lineage retention window. Credential publication determines how downstream observers obtain the public component required to verify each authority's stamps; the disclosure contemplates direct publication, third-party registry publication, and on-demand resolution against an authority-controlled endpoint, with the choice scoped per authority and recorded in the route's authority-resolution metadata.

The handoff acknowledgment latency tolerance specifies the maximum permitted interval between the outgoing-authority stamp and the incoming-authority acknowledgment. A handoff whose acknowledgment exceeds the tolerance is recorded as a deferred handoff, which downstream observers can identify and treat according to their own admissibility policy. Credential rotation cadence determines how frequently each authority replaces its credential, and the route record carries credential epoch identifiers alongside each stamp so that verification proceeds against the correct epoch even after subsequent rotations. The lineage retention window bounds how long the substrate retains the handoff records and stamps required for downstream reconstruction.

The substrate also exposes per-authority parameters that govern the operating envelope under which the unit is permitted to act while in the authority's domain. The envelope may differ between authorities, and the unit's operating mode adjusts at each handoff to remain within the envelope of the incoming authority. Mode-adjustment events are themselves recorded in the route record adjacent to the handoff, so that the operating mode in force during any segment is reconstructible from the lineage.

Alternative Embodiments

In one embodiment, the handoff record contains stamps produced by the outgoing and incoming authorities directly. In an alternative embodiment, the handoff is mediated by a cross-recognition credential under which the two authorities have previously attested to each other's identity, and the handoff record carries a single cross-recognition stamp that resolves to both authorities. The cross-recognition embodiment reduces handoff record size at the cost of a precondition that the cross-recognition credential exist and remain valid at the time of crossing.

In a further embodiment, the substrate supports multi-authority handoffs in which a single transition crosses from one authority into a region jointly governed by two or more authorities. The handoff record in this embodiment carries an acknowledgment from each incoming authority, and the lineage reconstruction procedure verifies all incoming acknowledgments before admitting the joint segment. A symmetric embodiment supports transitions out of joint-governance regions in which the outgoing-authority stamp is itself a multi-stamp.

In yet another embodiment, the substrate supports retroactive handoff under which an authority that was not in active communication with the unit at the time of crossing produces its acknowledgment after the fact, with reference to the handoff record as preserved by the unit. Retroactive handoffs are recorded as such and carry both the original crossing timestamp and the retroactive acknowledgment timestamp, so that downstream observers can distinguish them from contemporaneous handoffs.

A further embodiment permits authority delegation within the route record, in which an authority delegates the production of its stamp to a designated sub-authority for a specified region or time window, and the route record carries both the delegation credential and the sub-authority stamp. Verification under this embodiment proceeds by verifying the delegation under the parent authority and then verifying the segment under the sub-authority.

Composition

The cross-authority route mechanism composes with the broader marker-track architecture along three axes. First, it composes with the lineage substrate: handoff records are first-class members of the marker sequence and participate in lineage reconstruction on equal footing with ordinary markers. Second, it composes with the operating-envelope mechanism: per-authority envelopes are bound to the authority identifiers that appear in the route record, and the unit's mode-adjustment behavior is driven by the envelope-resolution layer reading those identifiers. Third, it composes with the credential-resolution infrastructure: stamps and acknowledgments are resolved through the same credential-resolution path used for any other authority-stamped artifact in the system, so that downstream verifiers do not require cross-authority-specific tooling beyond the standard credential-resolution client.

The composition is uniform across authority types. A municipal authority, a state authority, a federal authority, and an international authority all participate through the same handoff record schema, the same stamp format, and the same credential-resolution path. The differentiation among authority types is captured entirely in the authority identifier and the credential publication policy.

The mechanism further composes with downstream consumers that operate without privileged access to any participating authority. A logistics consumer auditing a route, an insurance consumer reconstructing a sequence of operating envelopes for claim adjudication, and a regulatory consumer verifying compliance against an authority-specific rule set all proceed from the same route record using the same verification primitives. Consumer-side variation is captured in the consumer's admissibility policy, which determines which authority stamps the consumer is willing to recognize and which deferred or retroactive handoffs the consumer is willing to admit. The admissibility policy is enforced at the consumer's verification layer and does not affect the route record itself, so that a single route record may be served to multiple consumers whose admissibility policies differ.

Prior-Art Distinction

Conventional cross-jurisdictional vehicle tracking handles authority transitions through pre-configured per-jurisdiction integration in which the unit is provisioned with each jurisdiction's policy in advance and routes are assembled by stitching together per-jurisdiction track segments produced by separate subsystems. Conventional approaches typically lack a single continuous record across authority boundaries, lack independently verifiable handoff stamps, and lack a documented mechanism for downstream lineage reconstruction across authorities. Conventional cross-recognition arrangements between authorities, where they exist, are administrative rather than structural, with no per-crossing handoff record produced at the time of crossing.

The disclosed mechanism distinguishes over these by producing a single continuous route record that crosses authority boundaries inline, by attaching to each crossing an explicit handoff record carrying independently verifiable stamps from both adjoining authorities, by recording authority-specific operating envelope adjustments adjacent to each handoff, and by supporting downstream reconstruction of full cross-authority lineage from the record alone without recourse to any of the participating authorities at verification time.

Implementation Considerations

Practical implementation of the cross-authority mechanism benefits from a clean separation between the marker emission layer, the handoff orchestration layer, and the verification layer. The marker emission layer is responsible for producing ordinary stamped markers within a single authority's segment and for raising a transition signal when a boundary is detected. The handoff orchestration layer consumes the transition signal, requests the outgoing-authority terminal stamp, requests the incoming-authority initial acknowledgment, and assembles the handoff record. The verification layer is responsible for replaying the route record and verifying each segment and each handoff against the appropriate credential.

Boundary detection itself may be implemented through several mechanisms contemplated by the disclosure: pre-loaded boundary maps consulted at the unit's current position, beacon-based detection in which boundary infrastructure broadcasts authority identifiers, on-demand authority resolution in which the unit queries an authority-resolution service with its current position, and cooperative resolution in which adjacent authorities exchange handover hints in advance of expected crossings. The detection mechanism is independent of the handoff record schema, and a single deployment may employ multiple detection mechanisms in parallel for redundancy.

Credential resolution at verification time is engineered to tolerate authority unavailability. Where an authority's credential publication endpoint is temporarily unreachable, the verifier may fall back to cached credentials previously retrieved during the validity window of the credential epoch indicated in the route record. Cached credentials are themselves stamped by the authority at issuance, and the cache is treated as untrusted storage; the stamps prevent cache poisoning. Where neither live nor cached credentials are available, verification produces an unverifiable result tagged with the specific missing credential, and the consumer's admissibility policy determines whether unverifiable segments are tolerated, deferred for re-verification, or rejected outright.

Disclosure Scope

This disclosure encompasses any marker-track substrate in which a single continuous route record may cross any number of authority boundaries, in which each crossing is captured by an explicit handoff record bearing independently verifiable stamps from the outgoing and incoming authorities, and in which downstream observers may reconstruct the full cross-authority lineage of the route from the record. The disclosure further encompasses cross-recognition mediation, multi-authority joint handoffs, retroactive handoffs, and authority delegation as enumerated in the alternative embodiments. The illustrative authority types—municipal, state, federal, international, coalition—are non-limiting; substrates supporting additional authority types fall within scope provided the handoff record schema, independent-verifiability property, and lineage reconstruction procedure are present.

Nick Clark Invented by Nick Clark Founding Investors:
Anonymous, Devin Wilkie
72 28 14 36 01