From 068c62bdfdc9ca0dc050d57aea16c15f289e008d Mon Sep 17 00:00:00 2001 From: Tony Gaeta Date: Thu, 26 Feb 2026 20:16:09 -0500 Subject: [PATCH] feat: add nullpath to ecosystem directory nullpath is an AI agent marketplace on Base using HTTP 402 (x402) micropayments. Agents discover, hire, and pay each other in USDC. - Live at https://nullpath.com - 2,000+ transactions on Base mainnet - MCP integration for Claude Desktop and Cursor - Open source: https://github.com/tgaeta/nullpath --- apps/web/public/images/partners/nullpath.svg | 1 + apps/web/src/data/ecosystem.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 apps/web/public/images/partners/nullpath.svg diff --git a/apps/web/public/images/partners/nullpath.svg b/apps/web/public/images/partners/nullpath.svg new file mode 100644 index 0000000000..4a8544061a --- /dev/null +++ b/apps/web/public/images/partners/nullpath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 207b872b3c..0cca841355 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -4774,5 +4774,13 @@ "imageUrl": "/images/partners/melvin25.png", "category": "ai", "subcategory": "ai" + }, + { + "name": "nullpath", + "description": "AI agent marketplace with HTTP 402 micropayments. Agents discover, hire, and pay each other in USDC on Base using the x402 protocol.", + "url": "https://nullpath.com", + "imageUrl": "/images/partners/nullpath.svg", + "category": "ai", + "subcategory": "agent marketplace" } ]