> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trustgated.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# TrustGate

> The trust layer for Web3. Behavioral trust scores for wallets and tokens, read straight from onchain activity.

## What this is

TrustGate looks at what a wallet or a token has actually done onchain and turns that into a trust score anyone can read. No forms. No off-chain data. No manual review. Just behavior, scored.

It runs on two chains today. Arc (EVM) at [trustgated.xyz](https://www.trustgated.xyz), and Sui at [sui.trustgated.xyz](https://sui.trustgated.xyz). Same idea on both, each using the gate that fits the chain. TrustGate is the product. [TrustInfra](https://github.com/TrustInfra) is the cross-chain trust standard it belongs to.

<CardGroup cols={2}>
  <Card title="TokenShield" icon="shield" href="/products/token-shield">
    Is this token safe? Scores a coin or contract by how it actually trades and who really holds it.
  </Card>

  <Card title="Wallet Trust Score" icon="wallet" href="/products/wallet-trust-score">
    Is this wallet trusted? A tier and score built from a wallet's full onchain history.
  </Card>

  <Card title="Gated Pools" icon="lock" href="/products/gated-pools">
    Let a pool check earned, onchain reputation before it lets a wallet trade.
  </Card>

  <Card title="The Widget" icon="code" href="/products/widget">
    One script tag drops a live trust badge into any dApp. No wallet popups, no per-query fees.
  </Card>

  <Card title="Trust-Ordered Discovery" icon="list" href="/products/discovery">
    Score a whole list of tokens at once, so a discovery feed can rank by trust.
  </Card>

  <Card title="How scoring works" icon="gauge" href="/scoring/overview">
    The tiers, the signals, and the flags, explained without the secret sauce.
  </Card>
</CardGroup>

## The short version

Every score lands in one of five tiers, from BLOCKED up to ELITE, with a VERIFIED tier reserved for issuer-confirmed tokens. The tier tells you the shape of the trust. The flags tell you what to watch for, in plain language, like coordinated buying or a honeypot pattern. Partners read the signal and decide what to do with it in their own product. We never take over anyone's interface.

<Note>
  TrustGate is a signal, not a verdict. A high score is not a guarantee and a low score is not an accusation. Always do your own research before you commit funds. The surfaces described here run on testnet.
</Note>

## Where to go next

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Read your first score in a few minutes.
  </Card>

  <Card title="Integrate" icon="plug" href="/integrate/overview">
    Drop trust into your own product.
  </Card>

  <Card title="The problem" icon="circle-question" href="/problem">
    Why trust onchain is so hard to get right.
  </Card>
</CardGroup>
