> For the complete documentation index, see [llms.txt](https://docs.dein.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dein.fi/onboarding-guides/underwriting-a-policy-book.md).

# Underwriting a Policy Book

## **STEP 1:** **Select a Policy Book**&#x20;

Navigate to the Policy Books page under the Underwrite tab. Here, you will find a list of available Policy Books. Each Policy Book represents a specific Project. Choose the one you want to Underwrite.

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

## STEP 2: **Accept the Terms and Conditions**&#x20;

Before proceeding, carefully review and accept the terms and conditions associated with the selected Policy Book. It's crucial to understand the terms and commitments involved in Underwriting.

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

## **STEP 3: Provide the Amount and Select the Staking Duration**

Specify the amount you want to underwrite for the chosen Policy Book. Additionally, select the lock-up duration that suits your preferences.\
Before you can deposit your funds, you might need to set up an [USDT allowance](/dein-system/allowance.md). It's a simple process though so don't worry, just press the "Allow" button!

{% hint style="info" %}
Keep in mind that only whitelisted pools offer DEIN Rewards. [You can learn more about whitelisted pools here](https://app.gitbook.com/o/-McJ-iuqO9ZipPOlcbI6/s/3q3w8sHRweEMFlACufqe/~/changes/1/underwrite/underwriting/rewards-for-liquidity-providers#how-do-i-earn-yield-in-dein).
{% endhint %}

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

## **STEP 4: Deposit Your Funds and Start Earning Rewards**

To begin underwriting, deposit your USDT into the selected policy book. Once your funds are deposited, you will start earning rewards. These rewards can be managed and tracked on your dashboard, making it easy to monitor your positions and rewards over time.

<figure><img src="/files/7vKdcmtopcuCwAzq1lEk" alt=""><figcaption></figcaption></figure>

### **To learn about withdrawing your funds please read this article:**

{% content-ref url="/pages/M7Gp8Y1G3IkMAZ6WZ851" %}
[Withdrawing funds](/underwrite/underwriting/withdrawing-funds.md)
{% endcontent-ref %}


---

# 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.dein.fi/onboarding-guides/underwriting-a-policy-book.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.
