# What's the difference in speed tiers and which one to choose?

All speed tiers are capable of landing your copy trade in the next block after your mirror, but the higher you go in speed tier, the more likely your trade will be copied next block.

On each speed tier, **OdinBot will scale** the priority fees to be competitive with local fee markets during market congestion.

The higher the tier, the more OdinBot will spend to beat the competition.

### Standard Tier:

* Very fast during normal network conditions. When in doubt, use Standard.
* Approximate cost during normal network conditions: \~0.002 SOL.

### Turbo Tier:

* Very fast during all network conditions.
* Approximate cost during normal network conditions: \~0.008 SOL.

### Godly Tier:

* Only use if you are mirroring heavily copy-traded wallets and are ok with spending significantly more SOL to win. Not recommended unless you have more than 10 SOL in your account.
* Approximate cost during normal network conditions: \~0.06 SOL.

If you have less than 1 SOL in your account, we recommend sticking with **Standard** tier.

{% hint style="danger" %}
Godly mode can be very expensive and you should choose it only if you know exactly what you are doing.
{% endhint %}

{% embed url="<https://youtu.be/MebQheTCq4Y>" %}

Track OdinBot's speed in real-time:

[**https://speed.odinbot.io/**](https://speed.odinbot.io/)

Speed comparison of OdinBot with other mainstream bots:

{% embed url="<https://www.odinbot.io/the-50-trades-challenge-how-odinbot-outpaced-every-competitor/>" %}

Follow this link to learn how to view the fees of your trades:

{% content-ref url="/pages/WDC1MpbBK9llgXN1jsJE" %}
[How to Look at Your Fees](/tracking-academy/how-to-look-at-your-fees.md)
{% endcontent-ref %}

{% content-ref url="/pages/aBX2gVO7Edp5vxhCJJpf" %}
[6. Frequently Asked Questions](/faqs/6.-frequently-asked-questions.md)
{% endcontent-ref %}


---

# 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.odinbot.io/faqs/6.-frequently-asked-questions/whats-the-difference-in-speed-tiers-and-which-one-to-choose.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.
