# Fees & tiers

Same features for everyone. What changes with your tier is the **trading fee** and **execution priority**. Move more volume → pay less.

## The four tiers

| Tier        | Fee per swap | 30-day volume | Perks                                                       |
| ----------- | ------------ | ------------- | ----------------------------------------------------------- |
| **Bronze**  | **1.00%**    | Under $10k    | Standard execution, all trading features                    |
| **Silver**  | **0.75%**    | $10k – $50k   | Priority queue, reduced slippage threshold, community badge |
| **Gold**    | **0.50%**    | $50k – $250k  | VIP queue, boosted referral payout, direct support          |
| **Diamond** | **0.25%**    | $250k+        | Top execution priority, custom limits, account manager      |

Tiers update **every 24 hours** based on your trailing 30-day volume. No manual upgrade, no application. Trade more, the tier moves up. Trade less, it eases back down.

## What the fee applies to

Every swap pays the trading fee — same model for:

* Manual buy/sell
* Limit order fills
* DCA fills
* Autotrading entries and exits
* Copy-trading copies
* Bridge swaps (on the swap legs of the bridge)

The fee is calculated on the **notional value of the swap** and deducted at execution time. You see the exact amount in the pre-confirmation quote.

## What the fee does NOT include

* **On-chain gas** — paid to the network (Solana validators or BSC). The bot estimates it; you pay it. Goes to the chain, not to us.
* **DEX fees / aggregator fees** — when applicable, are baked into the route quote.
* **Leader performance fees** — for [copy trading](/social-trading/copy-trading.md), the leader's cut is separate and applies only on closed profitable trades.
* **Network bridge fees** — for [bridge](/trading/bridge.md), the third-party bridge fee is shown separately.

## How tiers are calculated

* **Volume** = total USD notional of your swaps (buys + sells) over the last 30 days.
* **Excluded**: failed swaps, gas-only operations, withdrawals.
* **Included**: all manual trades, autotrading, copy trading, limit orders that filled, DCA fills.
* **Recalculation cadence**: every 24 hours.
* **Tier badge**: visible in `/balance` and on every quote screen.

## Worked example

You're at **Silver** (0.75%). You buy $1,000 of a token.

* **Trading fee**: $1,000 × 0.75% = **$7.50**
* **On-chain gas (BSC)**: \~$0.30 (varies)
* **Net amount swapped**: \~$992.20

You see all three lines in the pre-confirmation quote.

## Tier perks beyond fees

The fee is the headline, but each tier also unlocks:

* **Silver+** — priority slot in the execution queue (matters during high-traffic moments like meme launches).
* **Gold+** — boosted referral payout (your L1 referrals earn you proportionally more on each fill they generate).
* **Diamond** — bespoke trading limits, dedicated account manager access for any operational issue.

## FAQ

**How fast does my tier update?**\
Recalculated every 24 hours. If you cross a threshold in the morning, you're on the new tier by next day's first quote.

**What if I stop trading?**\
Your 30-day window is rolling. Volume from 31 days ago drops out. Tier eases down accordingly. There's no "demotion penalty" — just a recalculation.

**Do referral payouts and leader performance fees count toward my volume?**\
No. Volume is **your own swap activity**. Income from referrals or being copied doesn't move your tier.

**Can I see exactly where I am inside a tier?**\
Yes — `/balance` shows your 30-day volume and the gap to the next tier.

**Does the fee change for big tokens vs. memecoins?**\
No. The fee is a flat percentage of notional, regardless of token. The bot doesn't pick winners by token category.

## What to read next

* [Referral program](/earnings/referral-program.md) — earn from your network's trading volume
* [Become a leader](/social-trading/become-a-leader.md) — earn from being copied
* [Multi-chain swap](/trading/multichain-swap.md) — where the fee is most visible


---

# 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.ayebot.io/earnings/fees-and-tiers.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.
