# Mining Structure

{% hint style="info" %}
Not&#x65;**:** The mining structure serves as a robust community-building feature within the project, allowing you to collaborate with your team and leverage the potential of these indicators for opportunities.
{% endhint %}

## Mining Structure

The mining structure comprises four distinct parts as follows:

<figure><img src="/files/mPTc1t0daKL3SjUkjU0M" alt=""><figcaption></figcaption></figure>

With: x = Base rate \* Mining Power\* Active Boosters \* Team bonus

Formula Details:

<table><thead><tr><th width="184">Rate</th><th width="455">Describe</th><th>Details</th></tr></thead><tbody><tr><td>Base rate</td><td><strong>Base rate = 0.0005</strong></td><td><a href="https://docs.superwal.io/spl-mining/base-rate">view</a></td></tr><tr><td>Mining Power</td><td><strong>Mining Power = 50ln(0.0025x + 1) + Beta + 1</strong><br><em>With: x = Total points</em> </td><td><a href="https://docs.superwal.io/spl-mining/superup-rewards">view</a></td></tr><tr><td>Active Boosters</td><td><strong>Active Boosts = ( 1 + Community Circle Rate)</strong></td><td><a href="https://docs.superwal.io/spl-mining/boosters-rewards">view</a></td></tr><tr><td>Team bonus </td><td><strong>Team Bonus = ( User type + Veridied mining team * b%)</strong><br><em>With: b = 25%</em></td><td><a href="https://docs.superwal.io/spl-mining/member-rewards">view</a></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://docs.superwal.io/spl-mining/mining-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.
