> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kek.pro/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Treat Solana and Robinhood Chain as separate protocol paths.
> Write for people using the KEK.PRO app.
> Treat displayed fees, limits, and availability as environment-specific unless labeled as protocol constants.

# Fees

> Read trade fees, external deductions, protocol allocation, and one-time charges correctly.

KEK.PRO fees depend on the chain, venue, and lifecycle. Network gas is always
separate.

<figure className="kek-figure kek-figure--reference" data-mark="LAYER" aria-labelledby="fee-layer-title">
  <div className="kek-figure__header">
    <span id="fee-layer-title">Fee anatomy / denominator map</span>
    <small>Never mix the layers</small>
  </div>

  <div className="kek-figure__body">
    <div className="kek-flow kek-flow--four">
      <div className="kek-flow__node is-live"><span>01 / Trade</span><strong>Notional</strong><small>The base amount used to calculate the venue's gross fee.</small></div>
      <div className="kek-flow__node"><span>02 / Venue</span><strong>Gross trade fee</strong><small>The full recurring fee before any external deduction.</small></div>
      <div className="kek-flow__node"><span>03 / External</span><strong>Protocol cut</strong><small>A deduction from the gross venue fee, when configured.</small></div>
      <div className="kek-flow__node"><span>04 / KEK.PRO</span><strong>Allocation</strong><small>The collected amount distributed among protocol destinations.</small></div>
    </div>
  </div>

  <figcaption className="kek-figure__caption">Gas, launch charges, lifecycle deductions, and position-sale fees use separate denominators.</figcaption>
</figure>

## Fee layers

| Layer                      | Denominator                              |
| -------------------------- | ---------------------------------------- |
| Gross trade fee            | Trade notional                           |
| External venue deduction   | Gross venue fee                          |
| Protocol allocation        | Fees collected after external deductions |
| Launch or lifecycle charge | One transaction or reserve balance       |
| Secondary-market fee       | Position sale price                      |

A `20%` fee-rights allocation does not mean a `20%` trade fee. It means `20%`
of the amount available to that allocation layer.

## Read the quote

* Use the active venue's gross fee.
* Keep external deductions separate.
* Label every allocation with its denominator.
* Keep network gas and one-time charges outside the recurring trade fee.

<Note>
  Rates and allocations can be configured. Use the live quote for execution and
  the active position state for payout.
</Note>
