Mar 23, 2026

Loyal

Vasilii Kondyrev

This submission presents a human-in-the-loop authorization protocol for agentic payments, based on the idea that AI agents should be allowed to propose payments but not execute them autonomously in all cases. Inspired by maker-checker controls used in banking, the system separates payment initiation from final approval, applies simple risk rules such as auto-approving small routine transactions and escalating larger or suspicious ones, and packages the relevant invoice context for review through a Telegram interface. The prototype is demonstrated on Solana devnet with normal and adversarial invoice flows, including a hidden-instruction invoice attack, to show how explicit authorization boundaries can reduce unsafe or manipulated payments while preserving convenience for low-risk transactions.

Reviewer's Comments

Reviewer's Comments

Arrow
Arrow
Arrow

This is a well-executed hackathon prototype. The maker-checker pattern from banking is a natural fit for agentic payments, and the team actually built a working end-to-end demo — Solana devnet transactions, Telegram approval flow, structured evidence packets, audit logging. For a 48-hour build with four people, that's solid delivery.

The hidden-instruction invoice scenario is the most interesting test case. An invoice that looks normal but embeds an agent-targeted instruction bumping the total to 1.04 SOL — that's a realistic prompt injection attack vector, and HIL catches it by escalating anything above 0.05 SOL. The trust separation (agent can't see policy logic, can't hold signing keys, can't bypass the control plane) is the right architectural instinct.

Where it's limited: the innovation is more in the application than the idea. Maker-checker is well-established, and the threshold policy (above/below 0.05 SOL) is a simple cutoff rather than real risk scoring. The team acknowledges this. The evaluation is three invoices — enough for a demo, not enough to say anything about false positive rates or how the system handles more sophisticated attacks where the total stays below threshold but the payee is malicious.

Well-engineered prototype. Getting a working end-to-end flow built during a weekend is solid work. The core principle is sound. The writing is also unusually honest about what was and wasn't measured, which I appreciate.

The main gap is that maker-checker is well-established in banking, so the research novelty is limited. The paper applies an existing pattern to a new domain more than it generates new knowledge. The evaluation (three manually constructed invoices and no adversarial pressure testing) makes it difficult to assess how the protocol performs under realistic attack conditions. A stronger submission would test against a broader attack suite and engage with how the protocol behaves at higher transaction volumes.

Cite this work

@misc {

title={

(HckPrj) Loyal

},

author={

Vasilii Kondyrev

},

date={

3/23/26

},

organization={Apart Research},

note={Research submission to the research sprint hosted by Apart.},

howpublished={https://apartresearch.com}

}

Recent Projects

Feb 2, 2026

Markov Chain Lock Watermarking: Provably Secure Authentication for LLM Outputs

We present Markov Chain Lock (MCL) watermarking, a cryptographically secure framework for authenticating LLM outputs. MCL constrains token generation to follow a secret Markov chain over SHA-256 vocabulary partitions. Using doubly stochastic transition matrices, we prove four theoretical guarantees: (1) exponentially decaying false positive rates via Hoeffding bounds, (2) graceful degradation under adversarial modification with closed-form expected scores, (3) information-theoretic security without key access, and (4) bounded quality loss via KL divergence. Experiments on 173 Wikipedia prompts using Llama-3.2-3B demonstrate that the optimal 7-state soft cycle configuration achieves 100\% detection, 0\% FPR, and perplexity 4.20. Robustness testing confirms detection above 96\% even with 30\% word replacement. The framework enables $O(n)$ model-free detection, addressing EU AI Act Article 50 requirements. Code available at \url{https://github.com/ChenghengLi/MCLW}

Read More

Feb 2, 2026

Prototyping an Embedded Off-Switch for AI Compute

This project prototypes an embedded off-switch for AI accelerators. The security block requires periodic cryptographic authorization to operate: the chip generates a nonce, an external authority signs it, and the chip verifies the signature before granting time-limited permission. Without valid authorization, outputs are gated to zero. The design was implemented in HardCaml and validated in simulation.

Read More

Feb 2, 2026

Fingerprinting All AI Cluster I/O Without Mutually Trusted Processors

We design and simulate a "border patrol" device for generating cryptographic evidence of data traffic entering and leaving an AI cluster, while eliminating the specific analog and steganographic side-channels that post-hoc verification can not close. The device eliminates the need for any mutually trusted logic, while still meeting the security needs of the prover and verifier.

Read More

Feb 2, 2026

Markov Chain Lock Watermarking: Provably Secure Authentication for LLM Outputs

We present Markov Chain Lock (MCL) watermarking, a cryptographically secure framework for authenticating LLM outputs. MCL constrains token generation to follow a secret Markov chain over SHA-256 vocabulary partitions. Using doubly stochastic transition matrices, we prove four theoretical guarantees: (1) exponentially decaying false positive rates via Hoeffding bounds, (2) graceful degradation under adversarial modification with closed-form expected scores, (3) information-theoretic security without key access, and (4) bounded quality loss via KL divergence. Experiments on 173 Wikipedia prompts using Llama-3.2-3B demonstrate that the optimal 7-state soft cycle configuration achieves 100\% detection, 0\% FPR, and perplexity 4.20. Robustness testing confirms detection above 96\% even with 30\% word replacement. The framework enables $O(n)$ model-free detection, addressing EU AI Act Article 50 requirements. Code available at \url{https://github.com/ChenghengLi/MCLW}

Read More

Feb 2, 2026

Prototyping an Embedded Off-Switch for AI Compute

This project prototypes an embedded off-switch for AI accelerators. The security block requires periodic cryptographic authorization to operate: the chip generates a nonce, an external authority signs it, and the chip verifies the signature before granting time-limited permission. Without valid authorization, outputs are gated to zero. The design was implemented in HardCaml and validated in simulation.

Read More

This work was done during one weekend by research workshop participants and does not represent the work of Apart Research.
This work was done during one weekend by research workshop participants and does not represent the work of Apart Research.