> 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/demand-rewards-guide.md).

# Demand rewards - Guide

The invested demands dashboard contains all the necessary information and models that will allow you to effectively manage your investments.

## **Step 1: Access the Invested Demand Dashboard**&#x20;

To manage your invested demands and associated rewards, navigate to the Invested Demand Dashboard within your DEIN account.

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

## **Step 2: Claim Your Rewards**&#x20;

On the Invested Demand Dashboard, locate the "Receive" button, located at the top-right corner of the page. Use this button to claim the rewards you've earned from your invested demands.

<figure><img src="/files/5M08unoC9NBP4PE5klmE" alt="" width="372"><figcaption></figcaption></figure>

## **Step 3: Withdraw Your Deposited Funds**&#x20;

If you wish to withdraw the funds you initially deposited into the demands, follow these steps:

* Request a withdraw.

<figure><img src="/files/1fwYnHuaUj0qdd1q2x4T" alt=""><figcaption></figcaption></figure>

* Wait for a 4-day withdraw period to pass.
* After the 4-day period, you will have a 48-hour window to complete the withdraw.

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

{% hint style="info" %}
**Important Withdraw Details**

* The 4-day withdraw period applies specifically to successful demands.
* For demands that have not been realized, you can withdraw your deposited funds instantly.
  {% endhint %}


---

# 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/demand-rewards-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.
