> For the complete documentation index, see [llms.txt](https://docs.piku.co/piku/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.piku.co/piku/pikudao/governance/security.md).

# Security

**Multisig Council:** During the journey towards increased decentralization, PikuDAO's governance decisions will be implemented by multisig owners, who represent a diverse group of stakeholders in the project. These multisig owners bear the responsibility of safeguarding the integrity and value of the Piku project. As PikuDAO progresses towards greater autonomy and refines its governance model, the multisig framework may either be automated by smart contracts or its owners may be changed through a community vote.

Until such changes take place, multisig execution will serve as a critical safety net, ensuring the secure growth of the Piku initiative and guarding against potential malicious attempts. The multisig executors are not the decision-makers of PikuDAO, they are merely on-chain enactors of the decisions made by the community.&#x20;

Current Multisig Council Members are:

* *Coming soon*

**Timelock (48 Hours):** DAOs often implement a timelock measure on governance decisions, which introduces a mandatory waiting period between when a proposal is approved and when it's executed. This safety mechanism allows the community time to review and react to decisions, enhancing the security and integrity of the governance process. PikuDAO governance will impose a 48-hour time lock period after the proposals approved. After this period, on-chain implementation will start.<br>

\ <br>


---

# 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.piku.co/piku/pikudao/governance/security.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.
