{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:DACSCEA3NEK2F4Q6H6MLAPI6NM","short_pith_number":"pith:DACSCEA3","canonical_record":{"source":{"id":"2605.12770","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.LG","submitted_at":"2026-05-12T21:32:45Z","cross_cats_sorted":["cs.AI","cs.CL"],"title_canon_sha256":"9ab77441e4d5e6cca37116e9f0fa2a8c9db0608d19962fac65052cf16109ce4f","abstract_canon_sha256":"6874e131c453332b54191b6002715149ebc9dc8f91796ff94e3105798ffa4398"},"schema_version":"1.0"},"canonical_sha256":"180521101b6915a2f21e3f98b03d1e6b2483b32320028454f91d6ff82158ae4e","source":{"kind":"arxiv","id":"2605.12770","version":2},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.12770","created_at":"2026-05-18T03:09:20Z"},{"alias_kind":"arxiv_version","alias_value":"2605.12770v2","created_at":"2026-05-18T03:09:20Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.12770","created_at":"2026-05-18T03:09:20Z"},{"alias_kind":"pith_short_12","alias_value":"DACSCEA3NEK2","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_16","alias_value":"DACSCEA3NEK2F4Q6","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_8","alias_value":"DACSCEA3","created_at":"2026-05-18T12:33:37Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:DACSCEA3NEK2F4Q6H6MLAPI6NM","target":"record","payload":{"canonical_record":{"source":{"id":"2605.12770","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.LG","submitted_at":"2026-05-12T21:32:45Z","cross_cats_sorted":["cs.AI","cs.CL"],"title_canon_sha256":"9ab77441e4d5e6cca37116e9f0fa2a8c9db0608d19962fac65052cf16109ce4f","abstract_canon_sha256":"6874e131c453332b54191b6002715149ebc9dc8f91796ff94e3105798ffa4398"},"schema_version":"1.0"},"canonical_sha256":"180521101b6915a2f21e3f98b03d1e6b2483b32320028454f91d6ff82158ae4e","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-18T03:09:20.133439Z","signature_b64":"RKJv1xRc4SGzGjQw7z8mtDIXVRIaKEIJNRpjXQfy/doFvDiF1C0VRqyaBC5f0+wwTOGwPdzCq3x9N/pbvWJ9DQ==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"180521101b6915a2f21e3f98b03d1e6b2483b32320028454f91d6ff82158ae4e","last_reissued_at":"2026-05-18T03:09:20.132619Z","signature_status":"signed_v1","first_computed_at":"2026-05-18T03:09:20.132619Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2605.12770","source_version":2,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-18T03:09:20Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"ArnhqS6cTINy1w0tEwfiU8y7iA+bD1KJ+3RF3jRHKlqQFdIMVNKXzCaATz1biLZA/WDDWdfRXOoiGnUrosZPBw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-31T02:53:16.592645Z"},"content_sha256":"124b69436f1c6390c000399c01143872588e12222711dbd253eb8e58ad957d10","schema_version":"1.0","event_id":"sha256:124b69436f1c6390c000399c01143872588e12222711dbd253eb8e58ad957d10"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:DACSCEA3NEK2F4Q6H6MLAPI6NM","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"WriteSAE: Sparse Autoencoders for Recurrent State","license":"http://creativecommons.org/licenses/by/4.0/","headline":"WriteSAE factors decoder atoms to match rank-1 cache writes so they can be swapped directly into recurrent state models.","cross_cats":["cs.AI","cs.CL"],"primary_cat":"cs.LG","authors_text":"Jack Young","submitted_at":"2026-05-12T21:32:45Z","abstract_excerpt":"We introduce WriteSAE, the first sparse autoencoder that decomposes and edits the matrix cache write of state-space and hybrid recurrent language models, where residual SAEs cannot reach. Existing SAEs read residual streams, but Gated DeltaNet, Mamba-2, and RWKV-7 write to a $d_k \\times d_v$ cache through rank-1 updates $k_t v_t^\\top$ that no vector atom can replace. WriteSAE factors each decoder atom into the native write shape, exposes a closed form for the per-token logit shift, and trains under matched Frobenius norm so atoms swap one cache slot at a time. Atom substitution beats matched-n"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"Atom substitution beats matched-norm ablation on 92.4% of n=4,851 firings at Qwen3.5-0.8B L9 H4, the 87-atom population test holds at 89.8%, the closed form predicts measured effects at R²=0.98, and Mamba-2-370M substitutes at 88.1% over 2,500 firings. Sustained three-position installs at 3× lift midrank target-in-continuation from 33.3% to 100% under greedy decoding.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"That atoms trained under matched Frobenius norm can be substituted into the live cache without unintended side effects on the model's recurrent dynamics, and that the closed-form logit shift remains accurate when atoms are installed in real forward passes.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"WriteSAE decomposes recurrent model cache writes into substitutable atoms with a closed-form logit shift, achieving high substitution success and targeted behavioral installs on models like Qwen3.5 and Mamba-2.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"WriteSAE factors decoder atoms to match rank-1 cache writes so they can be swapped directly into recurrent state models.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"e0fb960556d804e6b7c1c481418ed07c1f92eaf0218840f5c97256e8b7646697"},"source":{"id":"2605.12770","kind":"arxiv","version":2},"verdict":{"id":"3b4408d2-f91e-48b0-a4fe-ab97f385de31","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-15T04:55:35.992971Z","strongest_claim":"Atom substitution beats matched-norm ablation on 92.4% of n=4,851 firings at Qwen3.5-0.8B L9 H4, the 87-atom population test holds at 89.8%, the closed form predicts measured effects at R²=0.98, and Mamba-2-370M substitutes at 88.1% over 2,500 firings. Sustained three-position installs at 3× lift midrank target-in-continuation from 33.3% to 100% under greedy decoding.","one_line_summary":"WriteSAE decomposes recurrent model cache writes into substitutable atoms with a closed-form logit shift, achieving high substitution success and targeted behavioral installs on models like Qwen3.5 and Mamba-2.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"That atoms trained under matched Frobenius norm can be substituted into the live cache without unintended side effects on the model's recurrent dynamics, and that the closed-form logit shift remains accurate when atoms are installed in real forward passes.","pith_extraction_headline":"WriteSAE factors decoder atoms to match rank-1 cache writes so they can be swapped directly into recurrent state models."},"references":{"count":106,"sample":[{"doi":"","year":null,"title":"Transformer Circuits Thread , year=","work_id":"991c2136-e27f-4704-8007-af667a9780c4","ref_index":1,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":null,"title":"Sparse Autoencoders Find Highly Interpretable Features in Language Models","work_id":"51960d72-c69f-4db8-8efd-e90e8b4d9524","ref_index":2,"cited_arxiv_id":"2309.08600","is_internal_anchor":true},{"doi":"","year":null,"title":"Scaling and evaluating sparse autoencoders","work_id":"f3faddeb-36ed-42bc-a7c9-9e764dc9b368","ref_index":3,"cited_arxiv_id":"2406.04093","is_internal_anchor":true},{"doi":"","year":2024,"title":"and McDougall, Callum and MacDiarmid, Monte and Freeman, C","work_id":"20374c13-eaee-46d1-92b2-ed3cfe1f4ac9","ref_index":4,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":null,"title":"Improving Dictionary Learning with Gated Sparse Autoencoders","work_id":"3f6ee9ca-2e43-4536-a753-1e8c881c9229","ref_index":5,"cited_arxiv_id":"2404.16014","is_internal_anchor":true}],"resolved_work":106,"snapshot_sha256":"84e8888ffd16bf204b07b247925573f8a81dd75b22c0bea9303050d85ede6bee","internal_anchors":19},"formal_canon":{"evidence_count":2,"snapshot_sha256":"9d970397d5c6a4a18287ed3a6f4319a9cdc45478cd1f53a46f8e1c4f0865e2e0"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"3b4408d2-f91e-48b0-a4fe-ab97f385de31"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-18T03:09:20Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"A2yYMWyZynr8UIIKRjZnUYSl3yLDSOrlUfo2Qugkv8T/fuUs0nwH4q1yR+lMw4FedLoG3Yfn/XfexUpTVuIJDg==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-31T02:53:16.593208Z"},"content_sha256":"8bd449f48ca6bd5ae9dfca8422ed2b4a0f236a15476a9098b5d02affb74d9c63","schema_version":"1.0","event_id":"sha256:8bd449f48ca6bd5ae9dfca8422ed2b4a0f236a15476a9098b5d02affb74d9c63"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/bundle.json","state_url":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-31T02:53:16Z","links":{"resolver":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM","bundle":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/bundle.json","state":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/state.json","well_known_bundle":"https://pith.science/.well-known/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:DACSCEA3NEK2F4Q6H6MLAPI6NM","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"6874e131c453332b54191b6002715149ebc9dc8f91796ff94e3105798ffa4398","cross_cats_sorted":["cs.AI","cs.CL"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.LG","submitted_at":"2026-05-12T21:32:45Z","title_canon_sha256":"9ab77441e4d5e6cca37116e9f0fa2a8c9db0608d19962fac65052cf16109ce4f"},"schema_version":"1.0","source":{"id":"2605.12770","kind":"arxiv","version":2}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.12770","created_at":"2026-05-18T03:09:20Z"},{"alias_kind":"arxiv_version","alias_value":"2605.12770v2","created_at":"2026-05-18T03:09:20Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.12770","created_at":"2026-05-18T03:09:20Z"},{"alias_kind":"pith_short_12","alias_value":"DACSCEA3NEK2","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_16","alias_value":"DACSCEA3NEK2F4Q6","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_8","alias_value":"DACSCEA3","created_at":"2026-05-18T12:33:37Z"}],"graph_snapshots":[{"event_id":"sha256:8bd449f48ca6bd5ae9dfca8422ed2b4a0f236a15476a9098b5d02affb74d9c63","target":"graph","created_at":"2026-05-18T03:09:20Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"Atom substitution beats matched-norm ablation on 92.4% of n=4,851 firings at Qwen3.5-0.8B L9 H4, the 87-atom population test holds at 89.8%, the closed form predicts measured effects at R²=0.98, and Mamba-2-370M substitutes at 88.1% over 2,500 firings. Sustained three-position installs at 3× lift midrank target-in-continuation from 33.3% to 100% under greedy decoding."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"That atoms trained under matched Frobenius norm can be substituted into the live cache without unintended side effects on the model's recurrent dynamics, and that the closed-form logit shift remains accurate when atoms are installed in real forward passes."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"WriteSAE decomposes recurrent model cache writes into substitutable atoms with a closed-form logit shift, achieving high substitution success and targeted behavioral installs on models like Qwen3.5 and Mamba-2."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"WriteSAE factors decoder atoms to match rank-1 cache writes so they can be swapped directly into recurrent state models."}],"snapshot_sha256":"e0fb960556d804e6b7c1c481418ed07c1f92eaf0218840f5c97256e8b7646697"},"formal_canon":{"evidence_count":2,"snapshot_sha256":"9d970397d5c6a4a18287ed3a6f4319a9cdc45478cd1f53a46f8e1c4f0865e2e0"},"paper":{"abstract_excerpt":"We introduce WriteSAE, the first sparse autoencoder that decomposes and edits the matrix cache write of state-space and hybrid recurrent language models, where residual SAEs cannot reach. Existing SAEs read residual streams, but Gated DeltaNet, Mamba-2, and RWKV-7 write to a $d_k \\times d_v$ cache through rank-1 updates $k_t v_t^\\top$ that no vector atom can replace. WriteSAE factors each decoder atom into the native write shape, exposes a closed form for the per-token logit shift, and trains under matched Frobenius norm so atoms swap one cache slot at a time. Atom substitution beats matched-n","authors_text":"Jack Young","cross_cats":["cs.AI","cs.CL"],"headline":"WriteSAE factors decoder atoms to match rank-1 cache writes so they can be swapped directly into recurrent state models.","license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.LG","submitted_at":"2026-05-12T21:32:45Z","title":"WriteSAE: Sparse Autoencoders for Recurrent State"},"references":{"count":106,"internal_anchors":19,"resolved_work":106,"sample":[{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":1,"title":"Transformer Circuits Thread , year=","work_id":"991c2136-e27f-4704-8007-af667a9780c4","year":null},{"cited_arxiv_id":"2309.08600","doi":"","is_internal_anchor":true,"ref_index":2,"title":"Sparse Autoencoders Find Highly Interpretable Features in Language Models","work_id":"51960d72-c69f-4db8-8efd-e90e8b4d9524","year":null},{"cited_arxiv_id":"2406.04093","doi":"","is_internal_anchor":true,"ref_index":3,"title":"Scaling and evaluating sparse autoencoders","work_id":"f3faddeb-36ed-42bc-a7c9-9e764dc9b368","year":null},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":4,"title":"and McDougall, Callum and MacDiarmid, Monte and Freeman, C","work_id":"20374c13-eaee-46d1-92b2-ed3cfe1f4ac9","year":2024},{"cited_arxiv_id":"2404.16014","doi":"","is_internal_anchor":true,"ref_index":5,"title":"Improving Dictionary Learning with Gated Sparse Autoencoders","work_id":"3f6ee9ca-2e43-4536-a753-1e8c881c9229","year":null}],"snapshot_sha256":"84e8888ffd16bf204b07b247925573f8a81dd75b22c0bea9303050d85ede6bee"},"source":{"id":"2605.12770","kind":"arxiv","version":2},"verdict":{"created_at":"2026-05-15T04:55:35.992971Z","id":"3b4408d2-f91e-48b0-a4fe-ab97f385de31","model_set":{"reader":"grok-4.3"},"one_line_summary":"WriteSAE decomposes recurrent model cache writes into substitutable atoms with a closed-form logit shift, achieving high substitution success and targeted behavioral installs on models like Qwen3.5 and Mamba-2.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"WriteSAE factors decoder atoms to match rank-1 cache writes so they can be swapped directly into recurrent state models.","strongest_claim":"Atom substitution beats matched-norm ablation on 92.4% of n=4,851 firings at Qwen3.5-0.8B L9 H4, the 87-atom population test holds at 89.8%, the closed form predicts measured effects at R²=0.98, and Mamba-2-370M substitutes at 88.1% over 2,500 firings. Sustained three-position installs at 3× lift midrank target-in-continuation from 33.3% to 100% under greedy decoding.","weakest_assumption":"That atoms trained under matched Frobenius norm can be substituted into the live cache without unintended side effects on the model's recurrent dynamics, and that the closed-form logit shift remains accurate when atoms are installed in real forward passes."}},"verdict_id":"3b4408d2-f91e-48b0-a4fe-ab97f385de31"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:124b69436f1c6390c000399c01143872588e12222711dbd253eb8e58ad957d10","target":"record","created_at":"2026-05-18T03:09:20Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"6874e131c453332b54191b6002715149ebc9dc8f91796ff94e3105798ffa4398","cross_cats_sorted":["cs.AI","cs.CL"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.LG","submitted_at":"2026-05-12T21:32:45Z","title_canon_sha256":"9ab77441e4d5e6cca37116e9f0fa2a8c9db0608d19962fac65052cf16109ce4f"},"schema_version":"1.0","source":{"id":"2605.12770","kind":"arxiv","version":2}},"canonical_sha256":"180521101b6915a2f21e3f98b03d1e6b2483b32320028454f91d6ff82158ae4e","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"180521101b6915a2f21e3f98b03d1e6b2483b32320028454f91d6ff82158ae4e","first_computed_at":"2026-05-18T03:09:20.132619Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-18T03:09:20.132619Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"RKJv1xRc4SGzGjQw7z8mtDIXVRIaKEIJNRpjXQfy/doFvDiF1C0VRqyaBC5f0+wwTOGwPdzCq3x9N/pbvWJ9DQ==","signature_status":"signed_v1","signed_at":"2026-05-18T03:09:20.133439Z","signed_message":"canonical_sha256_bytes"},"source_id":"2605.12770","source_kind":"arxiv","source_version":2}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:124b69436f1c6390c000399c01143872588e12222711dbd253eb8e58ad957d10","sha256:8bd449f48ca6bd5ae9dfca8422ed2b4a0f236a15476a9098b5d02affb74d9c63"],"state_sha256":"d5ab7573826df8173c12bca21d6624777840455a753f48b996520baa4dacda55"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"04uYoc+NpANYW8v7GKHUeDL/xqHn3TK7BKu5LOrDpIreNZMAZfflPK3rlvTpvn6XmxPcOPS7grWyha7i1uLPBQ==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-31T02:53:16.595953Z","bundle_sha256":"a84e230630d05fe3bc60f86353466a4bf21951e4d9c8f928f281befd0ae8896b"}}