> For the complete documentation index, see [llms.txt](https://docs.thevolumeterminal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thevolumeterminal.com/trading-guides/reward-efficiency.md).

# Reward Efficiency

A successful trader in volume campaigns focuses on **Reward Efficiency -** the ratio between the expected reward payout and the trading costs incurred to generate the required volume.

The goal of reward efficiency is to optimize your execution so that your estimated rewards exceed your trading friction.

***

### The Reward Efficiency Equation

Before and during a campaign, you should compute your projected efficiency:

$$\text{Reward Efficiency Ratio} = \frac{\text{Expected Reward Payout (USD)}}{\text{Total Trading Costs (USD)}}$$

* **Ratio > 1.0**: Your trading campaign participation is tracking to be profitable (rewards exceed costs).
* **Ratio < 1.0**: You are spending more on transaction fees and slippage than you are earning in rewards.

***

### Step 1: Calculate Your Trading Costs

Your total costs consist of execution fees and market slippage:

#### 1. Execution Fees

$$E = \text{Trading Volume} \times \text{Fee Rate}$$

* If you trade $100,000 in volume with a Taker fee of 0.06%, your execution cost is $60.
* If you trade the same $100,000 using Maker orders with a VIP fee of 0.02%, your execution cost drops to $20.

#### 2. Slippage / Spread Cost

$$S = \text{Volume} \times \text{Average Spread Crossed}$$

* If you execute market orders on a book with a 0.05% spread, you lose approximately $50 for every $100,000 traded due to crossing the bid-ask spread.
* By utilizing post-only limit orders, you avoid crossing the spread entirely, reducing slippage to near-zero.

$$\text{Total Trading Costs} = E + S$$

***

### Step 2: Estimate Your Reward Payout

Your expected payout depends on the campaign distribution model:

#### Proportional Campaigns

Calculate your share of the pool: $$\text{Projected Reward} = \left( \frac{\text{Your Volume}}{\text{Total Campaign Volume}} \right) \times \text{Prize Pool}$$

* *Tip*: Monitor the total campaign volume on the dashboard. If the total volume is growing rapidly, your proportional share will dilute unless you increase your volume.

#### Ranked (Leaderboard) Campaigns

Look at the reward bracket for your targeted rank.

* *Tip*: Calculate the **marginal cost** of moving up a bracket. If moving from Rank 11 (Tiers split) to Rank 10 (higher fixed tier) requires generating an extra $50,000 in volume (costing $30 in fees) but increases your expected reward by $150, the push is reward-efficient. If it increases your reward by only $20, it is not efficient.

***

### Optimization Rules

> \[!TIP] **Maximize Efficiency, Don't Just Max Out Volume**
>
> * **Prefer Maker Orders**: Limit order execution is the single most effective way to lower trading costs.
> * **Monitor Competitor Velocity**: In ranked campaigns, keep an eye on the volume velocity of competitors directly above and below you. If the competition for a specific rank becomes too intense (a "bidding war"), it is often more efficient to defend your current tier rather than overpaying in fees to chase a higher one.

***

### Risk Disclaimer

> \[!WARNING] **No Guaranteed Profit** Participating in trading rewards campaigns involves market risks. Trading fees, asset price volatility, order execution slippage, funding rates, and changing leaderboard competition can all result in net losses. Volume Terminal never guarantees profitable outcomes. Always trade within your risk limits and audit your execution costs continuously.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.thevolumeterminal.com/trading-guides/reward-efficiency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
