> For the complete documentation index, see [llms.txt](https://docs-wallet.loopring.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-wallet.loopring.io/earn/dual-investment/beginners-guide.md).

# Beginner's Guide

### 1. Go through the terms and condition

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

### 2. Select Beginner's mode and select the token you want to subscribe

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

### 3. Select an option

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

### 4. Select a Target Price and a Settlement Date

The **Target Price** is the token price you wish to achieve. **Settlement Date** is the set date where the order is automatically processed. The order will be executed if it reached the **Target Price or beyond,** else incentives are given if the **Target Price** is not met on the **Settlement Date.**

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

### 5. Input the amount you wish to invest. These assets will then be locked until the Settlement Date is reached.

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

### 6. Check the possible outcomes of your order.

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

### 7. Once submitted, the order will be processed.

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

### 8. Your order should now be visible on your Investments page.

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

{% hint style="success" %}
Congratulations! You have now subscribed with the Dual Investment feature!
{% 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-wallet.loopring.io/earn/dual-investment/beginners-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.
