# Detailed Plugin Management Flow

Your CryptoLegacy contract uses the Diamond Standard pattern, enabling easy addition of functionalities and integration with various protocols - such as NFT support, fixed-amount distribution, asset swapping via Uniswap, lending via Aave, or staking/unstaking in Lido during distribution.

* **Owner Plugin Management:**
  * During the Normal period, as the contract owner, you can add, remove, or replace plugins at any time.
  * Plugins being added or replaced are verified through a Plugin Registry managed by the DAO Multisig, consisting of the core team, partnered protocols, and leading security firms. Plugins are added only after several independent security audits.
  * To add, remove, or replace plugins, send a transaction to your CryptoLegacy contract.
  * You lose these rights during the distribution period.
* **Beneficiary Plugin Management:**
  * You can add a plugin granting beneficiaries the right to manage plugins during the distribution period.
  * This is useful for keeping protocol integrations up-to-date.
  * By default, there’s a 2-of-3 approval threshold, meaning two out of three Beneficiaries must approve a plugin addition.
  * You can adjust this threshold via transaction.
  * DAO will never approve plugins that alter distribution rules.


---

# 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.cryptolegacy.app/detailed-plugin-management-flow.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.
