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

# Fees and Funds Allocation

### Fee

Creators are crucial to the long-term success of Hybrid NFTs collections. So, on Scattering Launchpad, creators will be incentivized in the long term. \
\
This ensures that creators are motivated to operate the collection with a long-term vision, allowing to build a sustainable PlayerPumpPlayer ecosystem with traders instead of a short-term PvP game.

<table data-full-width="false"><thead><tr><th align="center">Fees or Funds Allocation</th><th align="center">Total</th><th align="center">Split</th></tr></thead><tbody><tr><td align="center">Token Creation Fee</td><td align="center">0.001 ETH on EVM</td><td align="center">100% Scattering</td></tr><tr><td align="center">Swap Fee on Bonding Curve</td><td align="center">1% on buying/selling</td><td align="center">40% Scattering<br>60% Collection Creator</td></tr><tr><td align="center">Raised Funds</td><td align="center">～12.5ETH</td><td align="center">10% Creators<br>5% Scattering<br>85% for LP on DEX</td></tr><tr><td align="center">DEX LP</td><td align="center">1% pool on DEX</td><td align="center">95% Creators<br>5% Scattering</td></tr></tbody></table>


---

# 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.scattering.io/launchpad/fees-and-funds-allocation.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.
