> 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/trade-smarter.md).

# Trade Smarter

To succeed in Volume Terminal campaigns, you should not just trade frequently, but trade efficiently. High-volume trading can quickly generate significant fee and slippage costs if executed poorly.

Here are the key methods to optimize your trading execution and maximize your reward margins.

***

### 1. Optimize Spread & Round-Trips

Accumulating high trading volume requires managing inventory risk and market spread friction.

* **Round-Trip Risk Control**: To build volume while minimizing exposure to price volatility (delta risk), utilize round-trip trades. This keeps your capital exposure neutral and prevents market price drops from eroding your campaign rewards.
* **Spread Control**: The **spread** is the difference between the bid and ask prices. If you execute market orders, you pay the spread. To minimize this cost:
  * **Monitor Market Liquidity**: Instead of trading during quiet hours, monitor the order book and time your activity when trading volume is highest. More active traders in the market naturally tightens the spread and deepens order book depth, lowering your execution costs.
  * **Capture the Spread**: If you place limit orders to buy at the bid and sell at the ask (Maker orders), you earn the spread rather than paying it, making your round-trip trades significantly cheaper and more efficient.

```
Wide Spread (Illiquid Market - High Friction):
[Bid: $99.50] |------------------------| [Ask: $100.50] <-- 1.00% spread (Avoid trading here)

Tight Spread (Liquid Market - Low Friction):
[Bid: $99.99] |---------| [Ask: $100.00]  <-- 0.01% spread (Optimal for executing volume)
```

***

### 2. Maker vs. Taker Execution

Understanding your execution type is critical to managing exchange fees:

#### Maker Orders (Add Liquidity)

Maker orders are limit orders placed on the book that do not execute immediately.

* **Fees**: Centralized exchanges charge significantly lower fees for Maker orders (often 0.00% to 0.04%, or even negative rebates/kickbacks for VIP accounts).
* **Strategy**: Use "Post-Only" limit orders to ensure your orders are always posted to the order book first, guaranteeing you are treated as a Maker.

#### Taker Orders (Remove Liquidity)

Taker orders are market orders or limit orders that cross the spread and execute immediately against existing orders on the book.

* **Fees**: Taker fees are higher (often 0.04% to 0.08% or more).
* **Strategy**: Use Taker execution sparingly when you need immediate entry/exit due to fast market movements, but prioritize Maker orders to protect your campaign margins.

***

### 3. Trade with Consistency

The Volume Terminal team is always monitoring who participates in all campaigns and is consistent across epochs. Stay active and you will unlocks rewards!&#x20;

***

### 4. Leverage Exchange Fee Discounts

Reduce your exchange transaction fees by leveraging native incentives:

* **Native Token Discounts**: Hold the exchange's native token (e.g., BNB on Binance, BGB on Bitget, KCS on KuCoin) to pay fees at a discount (often 20% to 25% off).
* **Use Sub-Accounts with Shared VIP**: Ensure your campaign sub-account inherits the VIP tier of your main account so you enjoy institutional fee rates from your very first trade.
* **Volume Terminal Referral Benefits**: If you sign up for an exchange using Volume Terminal's referral links during API setup, you may qualify for exclusive sign-up bonuses, fee rebates, or kickbacks.


---

# 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/trade-smarter.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.
