# FAQ

### Where can I run Truebit on Ethereum?

Truebit on Ethereum runs on Ethereum mainnet.

### Where can I find Truebit on Ethereum code and documentation?

<https://github.com/TruebitProtocol>

### What is Truebit’s token address?

The token contract address on Ethereum mainnet is: [`0xf65B5C5104c4faFD4b709d9D60a185eAE063276c`](https://etherscan.io/token/0xf65B5C5104c4faFD4b709d9D60a185eAE063276c)

### How can I obtain Truebit tokens?

Tokens are available for purchase directly through Truebit OS.  All sales transact in ETH.

### I would like to participate as a Truebit on Ethereum Task Giver, Solver, or Verifier. How do I get started?

Use the [contact form](https://truebit.io/contact/) to request network access.  Please include information about yourself, your GitHub handle, and your interest(s) in using Truebit.  Then follow the [Getting Started guide](/v1docs/getting-started/master.md) to get your Truebit node up and running.  Chat with Truebit developers on [Gitter](https://gitter.im/TruebitProtocol/community).

### I work for an exchange. Would you like a listing?

We welcome your participation in the network, however our organization does not engage in exchange listings.

### Where can I learn more about Truebit economics?

[Here](https://medium.com/truebit/getting-started-with-truebit-on-ethereum-ac1c7cdb0907).

### Help, I can’t find Truebit’s Telegram channel!

Truebit does not have an official Telegram channel, however you can connect via Gitter, Reddit, Medium, Twitter, Facebook, Youtube or Discord.

<br>


---

# 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/about-truebit-on-ethereum/faq.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.
