From b46c78c88000222f2986f377c8b19bba4b63d357 Mon Sep 17 00:00:00 2001 From: Kai Murphy Date: Tue, 14 Apr 2026 22:24:09 +0100 Subject: [PATCH 1/2] Add TrustGate to ecosystem ERC-8004 reputation + on-chain wallet history + x402 dispute rate. Trust scoring for AI agents, $0.01 USDC per check on Base mainnet. https://trust-gate-production.up.railway.app https://github.com/oceanrun/trust-gate Co-Authored-By: Claude Opus 4.6 (1M context) --- .../app/ecosystem/partners-data/trustgate/metadata.json | 7 +++++++ typescript/site/public/logos/trustgate.svg | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 typescript/site/app/ecosystem/partners-data/trustgate/metadata.json create mode 100644 typescript/site/public/logos/trustgate.svg diff --git a/typescript/site/app/ecosystem/partners-data/trustgate/metadata.json b/typescript/site/app/ecosystem/partners-data/trustgate/metadata.json new file mode 100644 index 0000000000..7a1ac35a2f --- /dev/null +++ b/typescript/site/app/ecosystem/partners-data/trustgate/metadata.json @@ -0,0 +1,7 @@ +{ + "name": "TrustGate", + "description": "ERC-8004 reputation + on-chain wallet history + x402 dispute rate. Trust scoring for AI agents before they hit your paid endpoint.", + "logoUrl": "/logos/trustgate.svg", + "websiteUrl": "https://trust-gate-production.up.railway.app", + "category": "Services/Endpoints" +} diff --git a/typescript/site/public/logos/trustgate.svg b/typescript/site/public/logos/trustgate.svg new file mode 100644 index 0000000000..b2b27badce --- /dev/null +++ b/typescript/site/public/logos/trustgate.svg @@ -0,0 +1,5 @@ + + + TRUST + GATE + From ca1a62388ac44033b66bd19b9075ac1e4ab22e83 Mon Sep 17 00:00:00 2001 From: oceanrun Date: Tue, 12 May 2026 20:54:48 +0100 Subject: [PATCH 2/2] Update TrustGate description to mention Solana support and npm package --- .../site/app/ecosystem/partners-data/trustgate/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/site/app/ecosystem/partners-data/trustgate/metadata.json b/typescript/site/app/ecosystem/partners-data/trustgate/metadata.json index 7a1ac35a2f..08f20a2b02 100644 --- a/typescript/site/app/ecosystem/partners-data/trustgate/metadata.json +++ b/typescript/site/app/ecosystem/partners-data/trustgate/metadata.json @@ -1,6 +1,6 @@ { "name": "TrustGate", - "description": "ERC-8004 reputation + on-chain wallet history + x402 dispute rate. Trust scoring for AI agents before they hit your paid endpoint.", + "description": "ERC-8004 reputation + on-chain wallet history + x402 dispute rate. Trust scoring for AI agents before they hit your paid endpoint. Supports Solana and EVM chains. Available as an npm package (@oceanrun/plugin-trustgate).", "logoUrl": "/logos/trustgate.svg", "websiteUrl": "https://trust-gate-production.up.railway.app", "category": "Services/Endpoints"