# Purchase TRU tokens

Once [Truebit on Ethereum has started](/v1docs/getting-started/start-truebit-on-ethereum.md):&#x20;

**1. To see the price for 1000 TRU**

```
token price -v 1000
```

<mark style="color:purple;">**OUTPUT**</mark>

{% code overflow="wrap" %}

```
info: Purchase 1000 TRU for 0.037803751112058189 ETH, or receive 0.00472455485360127 ETH for retiring the same TRU quantity. These ETH amounts correspond respectively to prices of 0.00003780375111205818 ETH/TRU and 0.00000472455485360127 ETH/TRU.
```

{% endcode %}

**2. To purchase 1000 TRU**

```
token purchase -v 1000 -a 0  
```

<mark style="color:purple;">**OUTPUT**</mark>

{% code overflow="wrap" %}

```
info: Address 0x2F25f5DF360305977Fef8F6730883a787785B802 bought 1000 TRU with 0.040064909641264466 ETH.  The effective price was 0.00004006490964126446 TRU/ETH.
```

{% endcode %}


---

# 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/purchase-tru-tokens.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.
