# Adding a Policy Book

## What is a Policy Book?

It's a contract that any DEIN user can create. It contains the Collateral and necessary information, mainly about all Policies bought for this pool and the insured contract.

## Who can set up a Policy Book?

Anyone can set up a Policy Book easily on the app. Once the user has specified the network, contract type, and the insured address, they can create a new pool by depositing 100 USDT or more. All users will be able to see the pool that has been created.

Although anyone can create a Policy Book, not all Policy Books are eligible to receive DEIN rewards for providing coverage to the pool. Only Whitelisted pools are eligible to receive DEIN rewards. This is done to prevent exploits of the protocol. Currently, whitelisting is done by the Bridge Mutual team, and later on, it will be done by the DEIN DAO. &#x20;

*Whitelisted pools have a small blue icon with a tick mark next to their name.* <img src="/files/whCdbgoZx2B23zSdAAZz" alt="" data-size="line">

## **Where can I set up a Policy Book?**

{% content-ref url="/pages/1lOcKKeV4jm3068inDV6" %}
[Adding a Project](/onboarding-guides/adding-a-project.md)
{% endcontent-ref %}

## What types of Policy Books can I add?

{% content-ref url="/pages/puWsgykAj3hGMQKFCoaN" %}
[Policy Terms](/get-insured/policy-terms.md)
{% endcontent-ref %}

## What chains does DEIN support?

DEIN is omni-chain. It supports almost every chain in existence. You only need a chain of your choice, and the corresponding contract address - DEIN will do the rest and find all available networks your project exists on.

## How does DEIN finds my project?&#x20;

We utilize the contract address and network information submitted by the user through the "Add Project" form to access the CoinGecko API database, allowing us to retrieve project addresses across various blockchain networks.


---

# 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.dein.fi/underwrite/coverage-pools.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.
