> ## 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.

# The products

> One scoring engine, five surfaces. Here is how they fit together and which to reach for.

## One engine, five surfaces

Everything in this section runs on the same read described in [How Scoring Works](/scoring/overview). The score is the engine. The products are just the different shapes that engine takes when it reaches a real user or a real app.

<CardGroup cols={2}>
  <Card title="TokenShield" icon="shield" href="/products/token-shield">
    Scores a token or contract. Answers "is this safe to touch."
  </Card>

  <Card title="Wallet Trust Score" icon="wallet" href="/products/wallet-trust-score">
    Scores a wallet. Answers "has this address earned trust."
  </Card>

  <Card title="Gated Pools" icon="lock" href="/products/gated-pools">
    Uses the score as a gate, so a pool can check reputation before it lets a wallet act.
  </Card>

  <Card title="The Widget" icon="code" href="/products/widget">
    Drops a live trust badge for any token or wallet into your own UI.
  </Card>

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

## How to think about them

It helps to group them by what they actually do for you.

Two of them are reads. TokenShield reads a token, Wallet Trust Score reads a wallet. Same tiers and flags, different subject. These are the answer to a yes-or-no question you have right now.

One of them acts on a read. Gated Pools takes the score and turns it into a door, letting an app require a certain standing before a wallet can do something sensitive.

Two of them put the read where people are. The Widget surfaces a badge inside your interface with a single script tag. Discovery scores many things together so a list, a feed, or a launchpad can order them by trust instead of by hype.

## Which scoring lane each uses

TokenShield and Discovery run on the token lane, since they are reading tokens and contracts. Wallet Trust Score runs on the wallet lane. Gated Pools and the Widget are delivery surfaces, so they can carry either lane depending on what you point them at, a wallet or a token.

<Note>
  Every one of these is built on the same principle: TrustGate hands you a signal, you decide what to do with it. None of them take over your interface or make the call for you.
</Note>

## Start anywhere

<CardGroup cols={2}>
  <Card title="Read the score concept first" icon="gauge" href="/scoring/overview">
    If you have not yet, the scoring core makes every product page click into place.
  </Card>

  <Card title="Jump to integration" icon="plug" href="/integrate/overview">
    Ready to build? The Integrate section is the hands-on path.
  </Card>
</CardGroup>
