# Staking: Fee Discounts

## How It Works

Stake $AVNT here: <https://foundation.avantisfi.com/staking>

Staking fee discounts reward active traders who also stake AVNT tokens. Your discount tier is determined by two factors:

1. **AVNT Staked** — The amount of AVNT tokens you've staked.
2. **30-Day Trading Volume** — Your rolling 30-day trading volume (Fixed Fee or Zero-Fee Plus)

Both requirements must be met to unlock a tier. AVNT staking unlocks your eligibility, and trading volume activates your discount.

### Discount Tiers

<table><thead><tr><th width="65.39453125">Tier</th><th>$AVNT Staked</th><th>30D Fixed-Fee Vol</th><th>30D Zero-Fee Vol</th><th>Fixed-Fee Discount</th><th>Zero-Fee Discount</th></tr></thead><tbody><tr><td>1</td><td>500</td><td>$150,000</td><td>$500,000</td><td>5%</td><td>2.5%</td></tr><tr><td>2</td><td>2,500</td><td>$500,000</td><td>$2,000,000</td><td>10%</td><td>5%</td></tr><tr><td>3</td><td>10,000</td><td>$1,500,000</td><td>$6,000,000</td><td>15%</td><td>10%</td></tr><tr><td>4</td><td>50,000</td><td>$5,000,000</td><td>$20,000,000</td><td>20%</td><td>20%</td></tr><tr><td>5</td><td>250,000</td><td>$30,000,000</td><td>$100,000,000</td><td>30%</td><td>25%</td></tr></tbody></table>

### Understanding Your Tier

Your tier is calculated as the **minimum** of your AVNT tier and your volume tier:

```
Your Tier = MIN(AVNT Tier, Volume Tier)
```

**Example 1:** You stake 59,000 AVNT (Tier 4 eligible) but only have $1M in 30D volume (Tier 2 volume). Your effective tier is **Tier 2**.

**Example 2:** You have $30M in 30D volume (Tier 5 volume) but only stake 3,000 AVNT (Tier 2 eligible). Your effective tier is **Tier 2**.

**This means staking AVNT unlocks your maximum possible tier, but you need the trading volume to activate it.**

### Volume Requirements

You can meet the volume requirement through **either** trading mode:

* **Fixed Fee Volume:** Standard trading with upfront fees
* **Zero-Fee Perps (ZFP) Volume:** Trading at 75x+ leverage with profit-sharing

You only need to meet **one** of the volume thresholds, not both. The system takes whichever is higher.

### Lifetime fee discounts&#x20;

Users can view their lifetime fee savings from staking here: <https://www.avantisfi.com/portfolio>&#x20;

**Under stats and insights**

<figure><img src="/files/MOb3ZDIyO59jMheavj77" alt=""><figcaption></figcaption></figure>

### Rolling 30-Day Window

Your trading volume is calculated over a rolling 30-day period. This means:

* Volume from trades older than 30 days automatically drops off
* Your tier updates in real-time as volume changes
* Consistent trading maintains your tier

### Grace Period

If your volume drops below your current tier's requirement, you have a **15-day grace period** before downgrading. This gives you time to increase your trading activity without immediately losing your discount.

* Grace period: 15 days.
* During grace: You keep your current tier's discounts.
* After grace: You move to your newly calculated tier.
* Upgrades are instant (no waiting period).

### Stacking with Referral Discounts

Staking discounts **stack** with referral discounts. If you have both:

```
Total Discount = Staking Discount + Referral Discount
```

**Example:** 20% staking discount + 5% referral discount = 25% total discount on fees.t

### Maximizing Your Discounts

1. **Stake enough AVNT** to unlock your target tier
2. **Trade consistently** to maintain volume requirements
3. **Use a referral code** for additional stacking discounts
4. **Monitor your 30D volume** to avoid unexpected downgrades


---

# 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.avantisfi.com/avnt-token/staking-fee-discounts.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.
