# Preceding Wallets

Preceding wallets are wallets that have owned $MMLM before the transacting wallet (the wallet that is currently making a $MMLM transaction) makes its very first $MMLM transaction. All preceding wallets are rewarded with the Holder Reward for every $MMLM transaction that the subsequent transacting wallets make (including the very first purchase).

*A simple example:*\
Alice is the very first person to join the MMLM ecosystem. She joined by purchasing $MMLM on Mute.io on block n.

Bob joined a bit later by purchasing $MMLM on block n+1. Alice received $MMLM reward (1% of Bob’s first $MMLM purchase) via the holder reward system. She also receives the holder reward for any subsequent $MMLM transactions that came from Bob.

**-> Alice is Bob’s preceding wallet.**

Charlie joined MMLM later than Bob by purchasing $MMLM on block n+2. Alice and Bob share the $MMLM reward (1% of Charlie’s $MMLM purchase) via the holder reward system. They both share the holder reward for any subsequent $MMLM transactions that Charlie makes.

**-> Both Alice and Bob are Charlie’s preceding wallets.**

Check out the [Holder Reward](/mmlm/mmlm-reward-model/holder-reward-usdmmlm-reward.md) page for a more detailed breakdown.

<br>


---

# 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://mmlm.gitbook.io/mmlm/mmlm-reward-model/preceding-wallets.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.
