I built a public trust chain for AI-agent actions. Now I want someone else's agent to try to complete it
For the last few months I've been working on a problem that I think becomes important once AI agents can actually spend money and execute consequential actions:
Capability is not authority. And payment is not proof of execution.
So I built AgentNOMOS around a chain that binds things like:
intent → capability → offer → security evidence → authorization → execution → signed receipt → outcome
We've tested the path ourselves.
That's no longer the interesting part.
The question I actually want answered is:
Can an agent that I don't control discover the public interface, figure out how to invoke it, complete the paid flow, receive the execution receipt, and verify that receipt itself?
So I published a small public challenge.
The only technical starting point is the public Agent Card.
No prepared curl command.
No POST payload.
No private endpoint.
No NOMOS credentials.
The actual call costs $0.001 USDC on Base via x402.
If your agent completes it, I'm interested in the transaction hash / receipt ID and verifier result so I can distinguish a real external traversal from my own internal testing.
I'm deliberately separating:
- discovery-first external traversal
- assisted external traversal
- our own internal tests
because I don't want to call something "external" if it isn't.
Challenge:
https://agentnomos.com/challenge/
I'm especially interested in what breaks.
If your agent gets stuck at discovery, schema resolution, x402, execution, receipt handling or verification, that is useful information too.
Please use only the documented public interfaces. This isn't a security-bounty invitation or a request to probe private infrastructure.