> For the complete documentation index, see [llms.txt](https://skyren-foundation.gitbook.io/skyren-technical-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skyren-foundation.gitbook.io/skyren-technical-white-paper/skyren-dao/liquidation-events.md).

# Liquidation Events

<figure><img src="/files/hnN9La4FpgCqLkO6EryM" alt=""><figcaption></figcaption></figure>

## Skyren DAO: Understanding Community-Led Liquidation

### 1. Ownership Structure and Asset Control

The ownership structure of the Skyren DAO is designed to ensure full community control:

* **100% Community Ownership**: All DAO assets are collectively owned by SKYRN token holders.
* **Foundation's Role**: The Skyren Foundation acts solely as an executor of community decisions, with no direct ownership of DAO assets.
* **Foundation's Rights**: The Foundation is entitled only to funds generated by DAO activities as specified in the Skyren tokenomics.

#### Key Points:

* DAO assets belong entirely to the SKYRN token holders.
* The Foundation has no ownership stake in the DAO passed stage one of initial funding
* Foundation's financial rights are limited to activity-generated funds and initial funding as per tokenomics.

### 2. Liquidation Timeline and Process

The DAO has established specific rules governing the liquidation process to ensure stability and thoughtful decision-making:

#### Initial Grace Period:

* No liquidation events can occur within the first six months after the DAO goes live.

#### Post-Grace Period Rules:

* After six months, the community can initiate a liquidation process.
* Full (100%) liquidation is possible but restricted to once every three months.

#### Liquidation Process:

1. Community members propose a liquidation vote.
2. A voting period is initiated (duration to be specified in DAO guidelines).
3. If passed, the liquidation process begins, following predefined smart contract protocols.

### 3. Rationale Behind Liquidation Rules

These rules are carefully designed to protect the DAO and its members:

* **Preventing Impulsive Decisions**: The six-month grace period and three-month intervals between potential liquidations discourage hasty reactions to short-term market volatility.
* **Navigating Market Conditions**: These timeframes allow the DAO to potentially recover from temporary downturns or adverse market conditions.
* **Encouraging Thoughtful Governance**: By limiting liquidation opportunities, the rules promote more strategic and long-term thinking among DAO members.

#### Benefits of These Rules:

* Protects against panic-driven decisions.
* Gives the DAO time to adapt to changing market conditions.
* Encourages members to engage in thorough discussions before considering liquidation.

### 4. Long-Term Implications of DAO Liquidation

Understanding the broader impact of liquidation is crucial for all community members:

**DAO's Central Role:**

* The DAO is the backbone of the Skyren project, managing key assets and decision-making.

#### Potential Consequences of Liquidation:

* **Project Sustainability**: A full liquidation could significantly impact the project's ability to continue operations.
* **Ecosystem Impact**: It may affect partnerships, ongoing developments, and the overall Skyren ecosystem.
* **Token Value**: The SKYRN token value could be severely impacted by a DAO liquidation.

#### Community Responsibility:

* Members are encouraged to consider long-term project viability when voting on liquidation proposals.
* Thorough discussion and analysis should precede any liquidation vote.

{% hint style="danger" %}
It is crucial for SKYRN token holders to understand and acknowledge the following:

1. A community-led liquidation of the Skyren DAO would likely result in:
   * <mark style="color:red;">The failure of the Skyren project to achieve its goals</mark>
   * <mark style="color:red;">Potential cessation of all project operations</mark>
2. Token holders must carefully consider these significant consequences before initiating or participating in any DAO liquidation event.

This understanding is fundamental to maintaining the project's integrity and long-term viability. We strongly encourage all SKYRN holders to thoroughly evaluate the implications of their actions within the DAO governance structure.
{% endhint %}

### Conclusion: The Importance of Informed Decision-Making

The Skyren DAO's liquidation process is designed to balance community control with project stability:

* **Community Empowerment**: SKYRN holders have ultimate control over DAO assets.
* **Protective Measures**: The timeline and voting rules protect against impulsive decisions.
* **Long-Term Thinking**: Members are encouraged to consider the broader implications of liquidation.

By understanding these procedures and their rationale, community members can make informed decisions that align with both their individual interests and the long-term success of the Skyren project. Remember, while the option for liquidation exists, it should be approached with careful consideration and used as a last resort after exploring all other alternatives for addressing challenges or concerns within the DAO.


---

# 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://skyren-foundation.gitbook.io/skyren-technical-white-paper/skyren-dao/liquidation-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.
