# Fee Structure

At Glow, transparency is our priority. When you launch or trade tokens on our platform, the fees are clearly divided into three categories: **Custom Token Taxes**, **Glow Platform Fees**, and **Meteora Protocol Fees**.

Here is a breakdown of how they work and where the funds go.

**1. Custom Token Taxes**&#x20;

This is the core feature of Glow. The token creator has the freedom to define a specific **Tax** percentage during token creation.

* **What is this for?** This tax is entirely designed to power the token's unique **Tokenomics**.
* **Where does it go?** The tax revenue is automatically routed on-chain to the wallet(s) designated by the creator. It is typically used for project marketing, team funding, community rewards, or buying back tokens. Glow does not take a cut from the custom token taxes.

**2. Glow Platform Fees**&#x20;

Glow charges a flat **0.6% platform fee** on all trades. This fee applies to the token's entire lifecycle—whether it is trading on the **Internal Market (Bonding Curve)** or has graduated to the **Meteora DEX**.

* **What is this for?** This revenue is reinvested back into the Glow ecosystem.
* **Where does it go?** It funds continuous platform development, smart contract security audits, and marketing campaigns to bring more traders and volume to the platform

**3. Meteora Protocol Fees  (Powered by Top-Tier Infra)**

To ensure maximum security and seamless graduation, Glow’s internal bonding curve is built directly on **Meteora's infrastructure**. Therefore, Meteora’s standard protocol fee applies.

* **What is this for?** This is Meteora’s standard protocol fee for providing enterprise-grade AMM infrastructure.
* **Where does it go?** This fee is collected exclusively by the Meteora protocol

&#x20;**Summary of Your Trading Journey:**

Because our internal and external markets are both powered by Meteora, the fee structure remains consistent and transparent from start to finish:

* **Phase 1: On the Bonding Curve (Internal Market)**\
  Token Tax + 0.6% Glow Fee + Meteora Protocol Fee
* **Phase 2: After Graduation (Meteora DEX)**\
  Token Tax + 0.6% Glow Fee + Meteora Protocol Fee

**The bonding curve**&#x20;

<table data-full-width="false"><thead><tr><th>Tax</th><th>Protocol fee</th><th width="187">Meteora fee</th></tr></thead><tbody><tr><td>1%</td><td>0.6%</td><td>0.36%</td></tr><tr><td>3%</td><td>0.6%</td><td>0.72%</td></tr><tr><td>5%</td><td>0.6%</td><td>1.12%</td></tr><tr><td>10%</td><td>0.6%</td><td>2.012%</td></tr></tbody></table>

**Graduated**

<table data-full-width="true"><thead><tr><th width="281">Tax</th><th width="281.199951171875">Protocol fee</th><th>Meteora fee</th></tr></thead><tbody><tr><td>1%</td><td>0.6%</td><td>0.36%</td></tr><tr><td>3%</td><td>0.6%</td><td>0.72%</td></tr><tr><td>5%</td><td>0.6%</td><td>1.12%</td></tr><tr><td>10%</td><td>0.6%</td><td>2.012%</td></tr></tbody></table>


---

# 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://glowfun.gitbook.io/glowdotfun/introduction/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.
