# Fee System

## Trading Fees

### Fee Rate

* **Standard Fee**: 1% (100 basis points) on all trades
* **Applied to**: Both buying and selling transactions
* **Deduction**: Fees are deducted from HYPE sent or received

### Fee Distribution

Fees from the 1% are split 50/50:

* **50% to token creator**
* **50% to protocol**
* **Real-time collection**: Fees collected with each trade

## Fee Claiming

Anyone can call `claimFees(token)` to distribute accumulated fees. The caller does not receive any share—only the protocol and the token creator/dev receive the 50/50 split.
