From ee688605038145ffa7307a661cf32f3a34c46201 Mon Sep 17 00:00:00 2001 From: Barak Ekstein Date: Wed, 29 Apr 2026 01:23:27 +0200 Subject: [PATCH] Add dentro to Discovery (closes #11) dentro is the agent-native commerce data layer for independent e-commerce. AI shopping agents query an x402-paid API to discover 22,000+ indie merchants across 16 countries (Shopify, WooCommerce, Magento, custom storefronts) and pull structured product data, prices, and stock without scraping or API keys. - Website: https://dentro.fyi - API: https://api.dentro.fyi (auto-indexed on agentic.market) - Network: Base mainnet - Pricing: $0.005 USDC per call Closes #11 --- src/data/market-map-data.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/data/market-map-data.json b/src/data/market-map-data.json index ad4dea2..8344238 100644 --- a/src/data/market-map-data.json +++ b/src/data/market-map-data.json @@ -1,6 +1,6 @@ { "title": "Agentic Commerce Market Map", - "totalCompanies": 215, + "totalCompanies": 216, "categories": { "User Interfaces": { "count": 6, @@ -32,7 +32,7 @@ ] }, "Discovery": { - "count": 10, + "count": 11, "companies": [ { "name": "x402jobs", @@ -73,6 +73,10 @@ { "name": "Valoria", "logoUrl": "https://x402.valoria.net/favicon.png" + }, + { + "name": "dentro", + "logoUrl": "https://dentro.fyi/favicon.svg" } ] },