---
title: "Help test Trooth: a fifteen-minute study - Trooth"
description: "Try five tasks on Trooth's developer reference, comparison, changelog and feedback board, and say where you got stuck. No account, and nothing is recorded until you send it."
canonical_url: "https://trooth.co/research"
markdown_url: "https://trooth.co/research.md"
generated_from: "the rendered page, converted to Markdown when this was requested"
agent_index: "https://trooth.co/llms.txt"
---

1. [Home](https://trooth.co/)
2. Help test Trooth

# Help test Trooth.

Fifteen minutes, five tasks, on the real pages. You try each task and say whether you managed it. Where you get stuck is the most useful thing you can tell us, and there are no wrong answers: the pages are being tested, not you.

## Developer study

- For: People who write code against APIs. About 15 minutes.
  Five tasks on the developer reference, the changelog and the feedback board. Use the pages as you would at work.
  1. Find how to make your first request for a company's Trust Profile, and copy the request in the language you use.
  2. Find how many comparison requests one address may make in an hour.
  3. Find what your code should do when a read answers 503, and whether it says anything about the company.
  4. Find out whether you must change anything before a deadline, and the date.
  5. Look for an existing request about something you would want in the API. Vote for it, or start a new one without sending it.
## Buyer study

- For: People who evaluate vendors: procurement, security and IT. About 15 minutes.
  Five tasks on the comparison, the changelog and the feedback board. Think of a vendor decision you have made recently.
  1. Start a comparison of two companies. Use the example comparison if no company you know is listed.
  2. For one answer in the comparison, find who said it: the company, Trooth, or a public record.
  3. Find a question one company has not answered, and what that means for your decision.
  4. Find the most recent change that affects companies you evaluate, and whether you need to do anything.
  5. Ask for a company that is not on the Network, without sending the request.

## What is recorded

Recorded, only when you press Send: which study, each task's answer (done or stuck), the time each took, your notes, your ease rating and answers, your role, and an email address if you give one. Not recorded: your screen, your pointer, your keys, or any page you visit outside the tasks. Answers go to the Trooth team by email and are used to improve these pages.

You can leave at any point, and nothing is sent unless you press Send at the end.

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://trooth.co/#org",
      "name": "Trooth",
      "legalName": "Trooth, LLC",
      "alternateName": [
        "Trooth, LLC",
        "Trooth Network",
        "trooth.co"
      ],
      "url": "https://trooth.co",
      "logo": {
        "@type": "ImageObject",
        "@id": "https://trooth.co/#logo",
        "url": "https://trooth.co/brand/trooth-mark_black-on-white_1024.png",
        "contentUrl": "https://trooth.co/brand/trooth-mark_black-on-white_1024.png",
        "width": 1024,
        "height": 1024,
        "caption": "Trooth"
      },
      "image": {
        "@id": "https://trooth.co/#logo"
      },
      "description": "Trooth is an infrastructure and cybersecurity company providing Machine-Readable Trust. The Trooth Network keeps one current, evidence-backed Machine-Readable Trust Profile per company, rechecked on a schedule and signed so it can be replayed.",
      "foundingDate": "2025-12-16",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "777 Brickell Ave, Suite 500, PMB 1174",
        "addressLocality": "Miami",
        "addressRegion": "FL",
        "postalCode": "33131",
        "addressCountry": "US"
      },
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "customer support",
        "email": "hello@trooth.co",
        "url": "https://trooth.co/contact"
      },
      "sameAs": [
        "https://x.com/Troothllc",
        "https://github.com/troothllc",
        "https://www.crunchbase.com/organization/trooth",
        "https://www.wikidata.org/wiki/Q141292994",
        "https://www.youtube.com/@Troothllc",
        "https://www.trustpilot.com/review/trooth.co"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://trooth.co/#website",
      "url": "https://trooth.co",
      "name": "Trooth",
      "alternateName": "Trooth Network",
      "inLanguage": "en",
      "publisher": {
        "@id": "https://trooth.co/#org"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://trooth.co/network?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "ItemList",
      "@id": "https://trooth.co/#sitelinks",
      "name": "Trooth sitelinks",
      "itemListElement": [
        {
          "@type": "SiteNavigationElement",
          "position": 1,
          "name": "Join Trooth now - it's free!",
          "url": "https://trooth.co/signup"
        },
        {
          "@type": "SiteNavigationElement",
          "position": 2,
          "name": "Company, Trooth",
          "url": "https://trooth.co/network/company/trooth"
        },
        {
          "@type": "SiteNavigationElement",
          "position": 3,
          "name": "Trooth Network",
          "url": "https://trooth.co/network"
        }
      ]
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://trooth.co/"
    }
  ]
}
```
