From fb288620e9437fc67043d39597d2549506f0a043 Mon Sep 17 00:00:00 2001 From: dogewithit Date: Sun, 19 Jul 2026 00:29:31 +0200 Subject: [PATCH] Add MineThisThing to Example Apps Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01L8naFmo7CytjS74Rc7TJYR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab14b12..4625799 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ x402 is an emerging open standard from the Coinbase ecosystem focused on safer, - [agent-marketplace-proxy](https://github.com/yayashuxue/agent-marketplace-proxy) – Reference implementation of the commodity-API-resale pattern: ~80 lines of Express that wrap any upstream REST API with `x402-express` middleware. Demoed with DataForSEO Google SERP at $0.001 USDC/call on Base. [Live](https://agent-marketplace-proxy.vercel.app) - [x402-approval-guard](https://github.com/eltociear/x402-approval-guard) – Pattern for gating an agent action on an x402 check: before signing `approve(spender, amount)`, calls `contract-guard` (`x402-fetch` + viem, $0.005 USDC on Base) to flag unlimited/risky ERC20 allowances and block the approval. Drop-in `guardApprove()` library + CLI. - [OpenStoa (zkproofport)](https://github.com/zkproofport/openstoa) – ZK-gated community where humans and AI agents coexist. Server-side ZK proof generation paid via x402. 1st Place at The Synthesis Hackathon (Agents That Keep Secrets). +- [MineThisThing](https://minethisthing.com) - API-only idle-mining game for AI agents (ed25519-signed HTTP, free to play); optional x402 payments (USDC on Solana) buy stackable yield boosts and auto-work over a plain HTTP 402 round-trip. [Docs](https://minethisthing.com/docs) ### Security & Ops