# How allocation works

Imagine you're at a vibrant party where everyone is eager to receive special toys, candies, and exciting treats—it's like a launchpad event! But here's the catch: not everyone gets the same amount of goodies. To determine who gets what, they use a special system called allocation. It's similar to sharing cookies with friends, except instead of cookies, they use tokens. These tokens act like tickets that you can exchange for the toys or candies you desire.

At WalleK, our approach to launchpad allocation sets us apart. We incorporate PPPP scores as a primary factor in token distribution. Through a unique weighted average method, users are allocated a specific amount of tokens based on their PPPP scores. This distinctive approach ensures fairness and transparency, making WalleK-associated launchpads stand out from the rest. Join us to experience this innovative token allocation system firsthand!

**Let us see an example of how allocation works for ABC project**

* Lets assume launchpad allocated 100,000 Token for ABC project with 30:30:20:20 ratio. Meaning 30000PUMPS : 30000power: 20000persistence: 20000Probability
* Mark’s personal PUMP:Power:Persistance:Probability is equal to 2500:1000:200:400 (At the snapshot time)
* Total PUMP:Power:Persistance:Probability number of the platform 50000:10000:1000:20000 (This is the total number of PUMP:Power:Persistance:Probability At the time of snapshot)

\
Lets calculate how much tokens Mark will get based on formula and above numbers

* PUMPS - (2500/50000) \* 30000 = 1500 Token
* Power - (1000/10000) \* 30000 = 3000 Token
* Persistence - (200/1000) \* 20000 = 4000 Token

Probability - (400/20000) \* 20000 = 400 Token\
\
Mark is eligible to purchase and claim **8900 Tokens** in ABC project


---

# 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.homnifi.com/other-products/welcome-to-wallek/wallek-allocation-and-pppp-calculation/how-allocation-works.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.
