# Fee Schedule

Each transaction submitted through bloXroute Trader API requires a tip. Transaction that failed to pass the validation check will be rejected.

{% hint style="info" %}
Our tip-receiving address is: `TR11xTtFBrwSJPAD6zBn2cn2CXaTxbN5Rr`
{% endhint %}

You can refer to the [Quick Start](broken://pages/f5kiklMtgOg4FRwfmKSt) page for code examples of adding tip instructions.

### Fee Schedule

<table><thead><tr><th width="250">Account Tier</th><th>Minimum Tip Required per Transaction</th></tr></thead><tbody><tr><td>Ultra</td><td>≥ 0.5 TRX</td></tr><tr><td>Enterprise Elite</td><td>≥ 0.5 TRX</td></tr><tr><td>Enterprise</td><td>≥ 1 TRX</td></tr><tr><td>Professional</td><td>≥ 2 TRX</td></tr><tr><td>Introductory</td><td>≥ 2 TRX</td></tr></tbody></table>


---

# 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.bloxroute.com/tron-network/tron-trader-api/fee-schedule.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.
