# Truebit on Ethereum Structure

The verification game is testing the program ON-chain. But let’s remind ourselves of the true purpose of Truebit on Ethereum. Computational complexity is so high that programs cannot be run ON-chain and therefore we use Truebit on Ethereum. Therefore, a verification game cannot run the entire program code.

In fact, only one instruction line is used in a verification game. There will be a part of the program code where there is a discrepancy between the Solver and the Verifier. The instruction of that discrepancy point is used to verify who is right. For this, the Truebit on Ethereum contract implements a WebAssembly interpreter.

<figure><img src="/files/6mHhDPyiW9siWPeI71Q2" alt=""><figcaption><p>Truebit Overview Diagram</p></figcaption></figure>


---

# 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://docs.truebit.io/v1docs/getting-started/truebit-on-ethereum-structure.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.
