# Pools

The core function of the platform will be Solanium Pools. On Solanium Pools, anyone with a Solana wallet can create a pool to distribute a SPL token. We will provide an easy to use UI, where users can set-up their pool with just a few clicks. The UI will also have the option to create the SPL token for the user, if the user did not deploy a SPL token yet.

The team will still manage the front-end, and has the possibility to filter and feature certain pools, but anyone can create a pool on the Solana blockchain and create an own UI to interact with it.

Every pool has a fixed percentage of fees that go to the xSLIM token holders and to the [**Governance Treasury**](/the-solanium-platform/governance.md)**.** Public pools will first be opened to xSLIM holders, who get an allocation based on their holding, before opening up to the general public. Pool creators will be incentived to prioritize xSLIM holders.

> Example: Pool X raises 10000 USDC, selling 1000 DEMO tokens. 2% of 10000 USDC will be distributed to xSLIM holders and 2% of 1000 DEMO will be put in the [Governance Treasury](/the-solanium-platform/governance.md).


---

# 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://docs.solanium.io/the-solanium-platform/pools.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.
