# Fee Structure

NexaDex maintains a transparent 0.1% Trading Fee on all executed notional volume. While standard DEX swaps in the ecosystem often vary between 0.15% and 0.30%, NexaDex’s flat rate provides institutional-grade predictability.

* Real-Yield Distribution: 100% of the 0.1% fee is directed into the Single-Asset Liquidity Vault (SLV). This capitalizes the vault and provides a "Real Yield" to Liquidity Providers (LPs) derived entirely from organic trading activity.
* Hybrid Order Book Rebates (Phase 2): As we integrate the Central Limit Order Book (CLOB), NexaDex will introduce a "Maker-Taker" model. Market makers who provide passive liquidity to tighten the spread will receive Maker Rebates, further deepening liquidity for retail "Takers."

### Non-Trading Costs and Protocol Revenue

To maintain systemic health and the Insurance Fund, NexaDex utilizes specialized non-trading fees.

* Liquidation Penalties: In 2026’s high-volatility "Meme Seasons," liquidations are handled by an automated on-chain engine. A penalty is assessed on the remaining margin of a liquidated position to capitalize the Insurance Fund, shielding LPs from bad debt.
* Dynamic Funding Rates: To anchor the perp price to the spot index, longs pay shorts (or vice versa) every hour. These are peer-to-peer transfers; NexaDex takes 0% of funding, ensuring all cost-of-carry goes directly to balancing the market.
* Keeper & Priority Fees: On Solana, transaction priority is key. NexaDex pass-through costs include a minimal "Priority Fee" (tips to validators like Jito) to ensure your trade lands in the next block. These are typically <$0.01, a fraction of the $50+ gas fees seen on legacy L1s.

### The Solana Advantage: Cost Comparison

The migration to Solana isn't just about speed; it's about the Profitability Gap for the end user.

| **Fee Type**    | **Ethereum L1 (Legacy)** | **Solana (NexaDex)** | **User Benefit**          |
| --------------- | ------------------------ | -------------------- | ------------------------- |
| Gas Fee         | $25.00 - $150.00         | <$0.001              | 99.9% Savings             |
| Execution Delay | 15s - 5 min              | <150ms               | Near-zero Slippage        |
| Priority Fee    | High (MEV-heavy)         | Low (Jito-Tip)       | MEV-Resistance            |
| Max Leverage    | 10x (Risk Buffer)        | Up to 100x           | Higher Capital Efficiency |

#### Cross-Chain Fee Strategy

While Solana serves as the primary high-speed execution hub, NexaDex utilizes 2026-standard intent-based bridging. This allows users to deposit collateral from Ethereum or BNB Chain and trade on our Solana engine with the same ultra-low fees, abstracting the complexity of cross-chain gas.


---

# 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://nexadex.gitbook.io/nexadex-docs/trading-mechanics/fee-structure.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.
