Skip to content

Add TrustGate to ecosystem#58

Open
oceanrun wants to merge 2 commits into
coinbase:mainfrom
oceanrun:add-trustgate
Open

Add TrustGate to ecosystem#58
oceanrun wants to merge 2 commits into
coinbase:mainfrom
oceanrun:add-trustgate

Conversation

@oceanrun
Copy link
Copy Markdown

@oceanrun oceanrun commented Apr 14, 2026

Summary

Adds TrustGate to the x402 ecosystem directory.

What it does: Layered trust scoring for x402 agent wallets — combines ERC-8004 reputation, on-chain wallet history, and x402 dispute rates into a composite 0-10 score. Supports both EVM and Solana addresses.

npm package: npm install @oceanrun/trustgate — Express middleware, 3 lines to integrate.

import { trustGate } from '@oceanrun/trustgate'
app.use(trustGate())

Files added

  • typescript/site/app/ecosystem/partners-data/trustgate/metadata.json
  • typescript/site/public/logos/trustgate.svg

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) <noreply@anthropic.com>
@cb-heimdall
Copy link
Copy Markdown

cb-heimdall commented Apr 14, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@oceanrun
Copy link
Copy Markdown
Author

Updated since submission: added Solana wallet scoring, Supabase trust ledger, dispute tracking, npm package (@oceanrun/trustgate), ElizaOS plugin (@oceanrun/plugin-trustgate), and API key auth. Happy to update the PR description to reflect current state if helpful for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants