cd /news/ai-agents/show-hn-threshold-cryptography-for-a… · home › topics › ai-agents › article
[ARTICLE · art-139632] src=github.com ↗ pub= topic=ai-agents verified=true sentiment=· neutral

Show HN: Threshold Cryptography for AI Agents Using Payments and Digital Assets

A developer introduced a threshold-cryptography system for AI agents that issues signatures for agent actions only after policy checks pass, using a private key plus an attached manifest that defines which actions are permitted. The system supports custom action schemas and pluggable modules for agentic payments, including Google AP2 and Mastercard Verifiable Intent, plus a digital assets module for crypto wallets, and distributes risk so compromising a single node cannot steal the key or alter policies. The project was posted to Hacker News with 1 point and 0 comments.

read1 min views1 publishedSep 25, 2026

We introduce the concept of a "cryptographic identity", which consists of a private key, a manifest attached to it that defines what a specific action is allowed or not allowed to do, and additional controls.

The principle is simple: when an AI wants to perform an action, it has to request a signature for that action, and the signature is issued only after the checks pass.

I think this approach is flexible enough for most use cases, while also improving accountability and making it possible to build architecture around a zero-trust model.

The system lets you define your own action schemas, or plug in modules for agentic payments, such as Google AP2 and Mastercard Verifiable Intent, or a digital assets module that lets an agent work with crypto wallets. Basically, modules for different types of actions.

Compared to other solutions, there is a fundamental difference between (as an example) "we allow the agent to make payments" and "we allow the agent to make THIS specific payment."

With threshold cryptography, we distribute the risk so that compromising a single node does not let an attacker steal the key, replace or remove policies, or otherwise concentrate control in one place.

Feedback is welcome :)

Comments URL: [https://news.ycombinator.com/item?id=49843480](https://news.ycombinator.com/item?id=49843480)

Points: 1

── more in #ai-agents 4 stories · sorted by recency
── more on @google ap2 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
→ Live at https://your-agent.zahid.host ✓
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-threshold-cr…] indexed:0 read:1min 2026-09-25 · —