# Truebit Verify Hub

**The Truebit Verify Hub is a layer of services that coordinate the execution and verification of tasks.** The Hub exposes secure API endpoints, manages requests and responses, and orchestrates executions for each Truebit Task.&#x20;

### Truebit Task Execution

The Truebit Verify Hub provides a set of endpoints for Task Requesters to submit Truebit Task executions. Utilizing the Truebit unchained protocol, the Hub manages and coordinates task execution seamlessly.

### Transcript generation

The Truebit Hub will log each step of the task execution, offering a clear and verifiable record for any auditor.

### Invoice Generation

After completing the task, the Truebit verification hub generates the invoices related to the task execution.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://devs.truebit.io/architecture/introduction/truebit-verify-hub.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
