> 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/personalized-insurance-demands/underwriting-a-demand-guide.md).

# Underwriting a Demand - Guide

## **Step 1: Browse Available Open Demands**&#x20;

Visit the "Browse Demands" page, which can be found under the "Underwrite" tab on the DEIN platform. Here, you can explore the Demands that are currently Open and available for Underwriting.

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

## **Step 2: Choose a Demand and Accept Terms and Conditions**&#x20;

Select the Demand that interests you the most, an87d be sure to carefully read and accept the terms and conditions associated with that Demand. This step is crucial before proceeding.

<figure><img src="/files/0GtotMrbumFKWnzGF4Pk" alt=""><figcaption></figcaption></figure>

## **Step 3: Determine Your Deposit Amount**&#x20;

Decide on the amount of funds you want to Underwrite the Demand with. Make your selection based on your available resources and the Demand's requirements and conditions. The more Collateral you provide, the more Premium share you'll get.

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

## **Step 4: That's It!**&#x20;

Once you've completed these steps, you're all set. If you've successfully filled the entire Demand with your Collateral, you can claim your rewards immediately. If the Demand is not completely filled, you'll need to wait until it reaches its Required Collateral before rewards can be claimed.

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

See the demand rewards guide to proceed further:

{% content-ref url="/pages/d1ibrVcm8yIeJQ6Yz0Z0" %}
[Demand rewards - Guide](/onboarding-guides/personalized-insurance-demands/demand-rewards-guide.md)
{% endcontent-ref %}

<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.dein.fi/onboarding-guides/personalized-insurance-demands/underwriting-a-demand-guide.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.
