> For the complete documentation index, see [llms.txt](https://cook-protocol.gitbook.io/english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cook-protocol.gitbook.io/english/resources/faq.md).

# Q\&A

## What is Cook?

Cook is a multi-chain DeFi Index platform built.

## Why do I need to use Cook?

Cook is an open, transparent, and secure platform, providing participants with a variety of ways to select and create various indexes on the platform which makes getting into DeFi easy for anyone.

## How does the Cook work?

Index creators can set up smart contracts and configure parameters like strategies and management fees. Selectors can put cryptocurrencies into a smart contract to receive a corresponding amount of ckTokens that represent partial ownership of the index.

## Is Cook safe?

Cook is very safe. Index creators only have trading access but do not have any index withdrawal access. In addition, the Cook team uses high standards for coding and regularly utilizes third party audits to ensure code quality.

## What is a ckToken?

A ckToken is an LP token that represents the ownership percentage of a index. ckTokens can be redeemed for the underlying assets or traded at any time.

## What is the difference between a COOK token and a ckToken?

A COOK token is a governance token used to propose and vote to make changes to the Cook Protocol, while a ckToken represents ownership of a specific index.

## Who controls the Cook Protocol?

Cook is managed by a decentralized community of COOK token holders and their delegates, who propose and vote on upgrades to the protocol.

## How does Governance work?

A party with at least 1% of COOK total supply can submit a governance proposal for changes to be made on the platform. At least 5% of the COOK total supply is required to vote to decide whether to pass the proposal. Passed proposals will get auto-executed within 2 days after voting.

## How do I get involved in Cook Governance?

You just need to possess COOK tokens and then you can cast votes on proposals. You can also delegate your votes.


---

# 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://cook-protocol.gitbook.io/english/resources/faq.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.
