This document introduces the Gas Fee strategy configuration and usage methods in Sol Trade SDK.
## Basic Usage
### 1. Overview
This module supports users to configure strategies for SwqosType under different TradeType (buy/sell).
- Normal strategy: One SwqosType sends one transaction, specifying cu_limit, cu_price, and tip.
- High-low fee strategy: One SwqosType sends two transactions simultaneously, one with low tip and high priority fee, another with high tip and low priority fee.
Each (SwqosType, TradeType) combination can only configure one strategy. Subsequent strategy configurations will override previous ones.