> For the complete documentation index, see [llms.txt](https://docs.loopad.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loopad.fun/product/fees-and-earnings.md).

# Fees & Creator Earnings

## The only fee: 1% per swap

There are no launch fees, no listing fees, no hidden taxes on transfers. The single fee in the system is **1% on swaps** through a token's pool, split as the creator configured at launch (see [Buyback & Burn](/product/buyback-and-burn.md)).

## LP fees: 60% creator / 40% protocol

The non-buyback share of the fee accrues to the locked liquidity position. When collected, it splits automatically:

* **60% → the creator's fee wallet**
* **40% → the protocol treasury**

Both sides are paid in kind — the quote asset (ETH/USDG/stock) **and** the token — in the same transaction.

## Claiming

* Every token page shows **"Creator fees claimable"** with the exact amounts, refreshed live.
* Collection is **permissionless**: anyone can press the button, and the payout always goes to the registered creator wallet and treasury — pressing it for someone else just pays their fees out.
* There is no deadline and no expiry; fees accrue until collected.

## Fee wallet

By default the creator wallet is the launcher address. At launch you may set a different `feeRecipient`; afterwards, the current fee wallet (and only it) can redirect itself — useful for moving earnings to a multisig.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.loopad.fun/product/fees-and-earnings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
