# Tip and Tipping Addresses

## Requirements

All transactions submitted through the **bloXroute Trader API** must include a **system transfer instruction** to one of the official **bloXroute tipping addresses**.

* The **minimum required tip** is **0.001 SOL** (1,000,000 lamports) per transaction.
* **Higher tip amounts may improve your transaction’s inclusion speed.**

{% hint style="info" %}
Trader API **does** support using address lookup tables (ALTs) in your tip instruction, however, we recommend avoiding this as they can possibly introduce additional lookup overhead that may impact transaction landing performance.
{% endhint %}

## Tipping Addresses

Below are the publicly available **bloXroute tip-receiving addresses**.

{% hint style="info" %}
To reduce account write-lock contention and maximize performance, we recommend **rotating among these addresses** when submitting your transactions.&#x20;
{% endhint %}

<table><thead><tr><th data-type="number">Address #</th><th width="505.58984375">Address</th></tr></thead><tbody><tr><td>1</td><td><strong><code>3UQUKjhMKaY2S6bjcQD6yHB7utcZt5bfarRCmctpRtUd</code></strong></td></tr><tr><td>2</td><td><strong><code>FogxVNs6Mm2w9rnGL1vkARSwJxvLE8mujTv3LK8RnUhF</code></strong></td></tr><tr><td>3</td><td><strong><code>bLx7MvxGaKdKL7mEbpk9tC79z6MnBSJoJkuaEAPu6Nd</code></strong></td></tr><tr><td>4</td><td><strong><code>bLx7XBqSg3LUPVf1bRgCnkJmgVZR8QEgDJBPqcRLHvp</code></strong></td></tr><tr><td>5</td><td><strong><code>bLx8KeZxinPwy6kkUgyzMLeqb2ARNsWjADG1dhSsVba</code></strong></td></tr><tr><td>6</td><td><strong><code>bLxADBknoNj8WAGw2W6GBYeq848Xx6ajhaymV1YvrHm</code></strong></td></tr><tr><td>7</td><td><strong><code>bLxAc88vRBwvcUQJEgcxNfBLvHPikY4csNsUmPeWea2</code></strong></td></tr><tr><td>8</td><td><strong><code>bLxQ88oCiTsL8Xj4YWekKi1hjrgmbE3J3FFZ2xZHR3h</code></strong></td></tr><tr><td>9</td><td><strong><code>bLxS7NoLuynNRJ4mCnEE2YbtwJFttYsEyp2ME7rp2yt</code></strong></td></tr><tr><td>10</td><td><strong><code>bLxW6mCov7VEbrKc3S9tcBRcfSzRnLCbNp3Dfn3SJG5</code></strong></td></tr><tr><td>11</td><td><strong><code>bLxXSGXs4mYPTC5okZXed1qzvjNwNJ48QJ82hT2V7w7</code></strong></td></tr><tr><td>12</td><td><strong><code>bLxYi3vojbbB7hVzVDVTdBLVPhp7GJ3ZB3BwdK5sFXi</code></strong></td></tr><tr><td>13</td><td><strong><code>bLxhLPgBXtUpX4b1bH3HatuMGMSKT9GnwtuCGiMSAqe</code></strong></td></tr><tr><td>14</td><td><strong><code>bLxpY1mniuFW4PgkNA4JiNxoeKHFszryi6tNgyZAiAA</code></strong></td></tr><tr><td>15</td><td><strong><code>bLxuETxd2tgWxBALNwPzAfHhsik4BzD3nrEBCiPNZQD</code></strong></td></tr><tr><td>16</td><td><strong><code>bLxuL2gK5FW7xfahvwLrxLyW76vcCpNsKQY2CmnE6kV</code></strong></td></tr><tr><td>17</td><td><strong><code>bLxv4Hnub7nDJWHs8s17o9bGU65Bnx6Yqp2fqtMgHmm</code></strong></td></tr></tbody></table>

## Private Tipping Wallets

Please reach out through our support channels if you require private tipping wallets.


---

# 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/solana/trader-api/introduction/tip-and-tipping-addresses.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.
