> 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/adjusting-and-transferring-equity.md).

# Adjusting and Transferring Equity

### Use Cases for Transfer Equity Proposal

* **Wallet Compromised:** If a Member's wallet is compromised, Admins can transfer ownership to a new wallet. Members whose wallets are compromised can share their new wallet with Admins. Admins can then add a new Member to the Group using the Add Member Proposal and then Transfer Equity to the new Member.&#x20;
* **Trading Equity Stakes:** Members may want to trade their Equity Stake with a new Member. They can do this privately off of the Lore platform and inform Admins of the arrangement they have made. Admins can add a new Member to the Group using the Add Member Proposal and then Transfer Equity to the new Member. Trading Equity privately and using the Transfer Equity Proposal is a way to avoid having to create liquidity to Exit a Member and have a new Member join.

**Other Adjustments With The Redistribution Proposal:**

* **Equity Redistribution:** Groups can import members and manually calculate their ownership mid-cycle. This is useful for importing external group members or accounting for contributions made off of Lore.
* **Manual Adjustments:** Need to fix an error or reflect someone's contributions? You can adjust ownership shares without any payouts.&#x20;

{% @arcade/embed flowId="gZAcwUVEizbHOjDrMtlS" url="<https://app.arcade.software/share/gZAcwUVEizbHOjDrMtlS>" %}

{% hint style="success" %}

### Remember:

* All these actions use your ownership stake to determine amounts.
* Exiting is always an option, and you'll get your fair share.
  {% 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/adjusting-and-transferring-equity.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.
