> For the complete documentation index, see [llms.txt](https://docs.lore.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lore.xyz/getting-started/understanding-equity-events.md).

# Understanding Equity Events

{% hint style="info" %}
**Understanding Equity: Your slice of the pie.**\
\
Think of your Group like a delicious pizza. Each member owns a slice, and the bigger the slice, the bigger their ownership share.
{% endhint %}

**Member Equity:**

* When you contribute to the Group Vault during Group Deposits, you earn a slice based on your contribution and the Vault's value.
* Track your slice size (equity percentage) in the Member tab!
* Payouts or new members affect your slice size - it all gets recalculated to keep things fair.

**Two Ways to View Your Slice:**

* **Equity (%):** How much of the Vault you own compared to others (e.g., 20%).
* **Equity Value:** The value of your slice in ETH based on the total Vault value (e.g., 5 ETH).

**How We Calculate Your Slice:**

* It's like a recipe! We consider your contributions through Group Deposits, payouts, and the Vault's overall value. These are Equity Events that Lore tracks automatically, replacing what would have been a very complicated excel sheet.
* See a step-by-step example here!

{% hint style="info" %}
**Example: Alice Receives A Payout:**\
\
After Alice's payout, the equity distribution is then as follows:

* Alice: 33.3% \* 30 ETH + 0 ETH = 10 ETH; payout 10 ETH -> 0%
* Bob: 33.3% \* 30 ETH + 0 ETH = 10 ETH -> 40%&#x20;
* Charlie: 33.3% \* 30 ETH + 0 ETH = 10 ETH -> 40%&#x20;
* David: 0% \* 30 ETH + 5 ETH = 5 ETH -> 20%
  {% endhint %}

**Equity Changes Over Time:**

* Imagine the pizza grows in value - everyone's slice gets bigger! (Yay!)
* New members join? The pizza expands, and everyone gets a slightly smaller slice (but still delicious!). Although each slice is a bit smaller, everyone still owns a part of the Vault and benefits from its growth
* Members leave? Their slice goes back to the group, and everyone else's slice gets a little bigger.

This system ensures that **new members can join the Group as it grows** **while** **maintaining fairness** for existing members. Equity Events are at the heart of the Co-Ownership Framework. Everyone's ownership reflects their contribution, and as the Vault grows, everyone's slice grows as well.

{% hint style="success" %}
**Remember:**

* Equity ensures everyone gets a fair share based on their contributions.
* It changes dynamically to reflect the Vault's activity.
* We have the recipe down to a science, so you can focus on enjoying the Group pie!
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lore.xyz/getting-started/understanding-equity-events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
