> For the complete documentation index, see [llms.txt](https://docs.truebit.io/v1docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truebit.io/v1docs/getting-started/purchase-tru-tokens.md).

# Purchase TRU tokens

{% hint style="warning" icon="siren" %}
**Important Update:** [Please see our latest announcement on X](https://x.com/Truebitprotocol/status/2009328032813850839).
{% endhint %}

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 %}
