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

# Quickstart

> Read your first trust score in a couple of minutes, then bring it into your own product when you are ready.

## Read your first score

The fastest way to see what TrustGate does is to check something you already have an opinion about. A token you think is sketchy. A wallet you know is real. Then see if the read matches your gut.

<Steps>
  <Step title="Decide what you are checking">
    A token or a wallet, TrustGate scores both. A token tells you whether something is safe to touch. A wallet tells you whether an address has earned any trust through what it has actually done onchain.
  </Step>

  <Step title="Open the app and paste the address">
    <Tabs>
      <Tab title="Arc (EVM)">
        Go to [trustgated.xyz](https://www.trustgated.xyz). Paste a token contract address into TokenShield, or a wallet address into the Trust Score lookup. The read comes back in a second or two.
      </Tab>

      <Tab title="Sui">
        Go to [sui.trustgated.xyz](https://sui.trustgated.xyz). Same idea: drop in a coin type for TokenShield, or a wallet address for the Trust Score page.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Read the result">
    You get back a tier, sometimes a score, and any flags worth knowing about.

    The tier is the headline. It runs from BLOCKED at the bottom up to ELITE at the top, with VERIFIED reserved for issuer-confirmed tokens. The flags are the detail, in plain language, things like a coordinated buy or a honeypot pattern. The very top tiers show no number on purpose, because at that level the tier already says everything.

    If a result surprises you, that is usually the point. The behavior is telling you something the surface did not.
  </Step>
</Steps>

<Note>
  Everything here runs on testnet today. Treat scores as a signal to weigh, never a guarantee, and always do your own research before committing funds.
</Note>

## Put trust in your own product

You do not have to send people to our app. There are two ways to bring the same signal into yours, both walked through in full in the [Integrate](/integrate/overview) section.

<CardGroup cols={2}>
  <Card title="Drop in the badge" icon="code" href="/integrate/widget">
    One script tag renders a live trust badge on any token or wallet in your own UI. No wallet popups, no per-query friction.
  </Card>

  <Card title="Consume the score" icon="plug" href="/integrate/consume-score">
    Read tiers and flags as plain data and do whatever you want with them. Your badges, your ranking, your call.
  </Card>
</CardGroup>

The badge starts as a single line:

```html theme={null}
<script src="https://www.trustgated.xyz/widget.js"></script>
```

The badge element and its options are in the [Widget guide](/integrate/widget). The whole design here is non-invasive: we hand you the signal, you decide how it shows up. We never take over your interface.

## Where to go next

<CardGroup cols={3}>
  <Card title="How scoring works" icon="gauge" href="/scoring/overview">
    What the tiers and flags actually mean.
  </Card>

  <Card title="Products" icon="grip" href="/products/overview">
    The full surface area, wallet to token to pool.
  </Card>

  <Card title="Networks" icon="link" href="/networks/arc">
    What is the same and what differs across Arc and Sui.
  </Card>
</CardGroup>
