# Mining Pools

**Creating a Pool**

Any miner can create a mining pool, and deploy SOL in groups. The fee is taken from members' mining rewards.

**Pool Creator Earnings**

The pool creator earns 1% of all mining rewards from miners in their mining pool such as SOL and POT.

**Access control**

Mining pools can be Open (anyone can join immediately) or Closed (new members are pending until the leader approves them). Pending members cannot earn rewards until approved.

**Reward flow**

When a mining pool member wins a round, their POT rewards are processed through the mining pool:

* Pool fee = rewards × fee rate 1%
* Member pool = rewards − pool fee (split by contribution)


---

# 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://potmine.gitbook.io/solwheel-docs/mining-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.
