# Strategies

## Compound Daily.

Compounding your available rewards once per day is the best way to increase your earning power on Dappy. Compounding daily will ensure that you continue to earn rewards at the maximum rate.

## 6:1 (Highly Recommended)

The 6:1 pattern is a popular strategy that allows investors to gradually take profits while still benefiting from the power of compound interest. In this strategy, you would compound your available rewards six times per week and withdraw your available rewards once.

For example, a looping 6:1 strategy might look like this:

| Weekday   | Action   |
| --------- | -------- |
| Monday    | Compound |
| Tuesday   | Compound |
| Wednesday | Compound |
| Thursday  | Compound |
| Friday    | Compound |
| Saturday  | Compound |
| Sunday    | Withdraw |

## 3:1

The 3:1 pattern is a more aggressive alternative to the 6:1 idea that works well in the short-term but underperforms in the long run. By making more frequent withdrawals, investors are able to break even more quickly.

For example, a looping 3:1 strategy might look like this:

| Weekday   | Action   |
| --------- | -------- |
| Monday    | Compound |
| Tuesday   | Compound |
| Wednesday | Compound |
| Thursday  | Withdraw |
| Friday    | Compound |
| Saturday  | Compound |
| Sunday    | Compound |
| Monday    | Withdraw |

## Daily Withdrawals (Not Recommended)

Withdrawing your available rewards every day causes undue strain on the pool balance and is not recommended. Withdrawing daily will cause your rewards rate to rapidly drop, resulting in significantly lower rewards and a much longer time to break even.

## Hoarding (Not Recommended)

The hoarding strategy is when you invest once and take no further action for an extended period of time. This approach has been known to work well on other protocols but it will not work here. Hoarding will cause your rewards rate to drop at the same pace as if you were withdrawing daily, resulting again in significantly lower rewards and a much longer time to break even.


---

# 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://dappy.gitbook.io/docs/using-dappy/strategies.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.
