> For the complete documentation index, see [llms.txt](https://doperaider.gitbook.io/doperaider/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doperaider.gitbook.io/doperaider/earning-and-strategy.md).

# Earning and Strategy

DopeRaider is risk to earn. Profit comes from making better decisions than the market, not from clicking one guaranteed button.

{% hint style="warning" %}
There is no guaranteed earning path. Fees, market movement, raids, busts, failed timing, and poor route choices can all turn a good idea into a loss.
{% endhint %}

## Main Earning Paths

| Path                | How It Earns                                      | Main Risk                                               |
| ------------------- | ------------------------------------------------- | ------------------------------------------------------- |
| Production          | Turn inputs into WEED or DIRT and sell output.    | Input cost, capacity, collection timing, raid exposure. |
| Trading             | Buy low in one district and sell high in another. | Busts, travel fees, price movement, raids.              |
| Raiding             | Win product, stake, and Respect from targets.     | Fees, failed raids, protection, retaliation.            |
| Boss Status         | Earn market tax as district boss.                 | Respect competition and visibility.                     |
| Referrals           | Earn from eligible referred-player activity.      | Depends on active referred players.                     |
| Events and Missions | Complete objectives for rewards.                  | Time and opportunity cost.                              |

## Strategy 1: The Producer Route

Best for players who like controlled planning.

1. Find cheap SEEDS or EXPLOITS.
2. Return to home district.
3. Start a production job that fits capacity.
4. Use Grow Power or Mining Power only when you can use the full window.
5. Collect, then sell into a stronger district.

Key idea: production is predictable, but your exit is not.

## Strategy 2: The Trader Run

Best for players who like price reading.

1. Compare district markets.
2. Calculate total route cost.
3. Buy only what you can move and sell safely.
4. Use Bust Protection on larger moves.
5. Sell before the route gets crowded.

Key idea: the visible spread is not your profit. Your profit is what remains after risk.

## Strategy 3: The Raider Window

Best for aggressive players.

1. Enter a district with active trade traffic.
2. Look for targets carrying product.
3. Avoid protected players.
4. Use Raid Tie Breaker when planning multiple hits where ties can decide the outcome.
5. Keep capacity open to receive loot.
6. Protect yourself after a win.

Key idea: raiding is expensive when random and powerful when timed.

## Strategy 4: Boss Tax Play

Best for long-term players.

1. Build Respect in your home district.
2. Defend your position.
3. Encourage market activity in your district.
4. Keep playing enough to stay ahead of challengers.

Key idea: boss status turns reputation into economic leverage.

## Strategy 5: The Crew Economy

Best for coordinated groups.

* producers feed inventory
* traders move product
* raiders create pressure
* scouts watch markets and player movement
* high-Respect players fight for boss positions

DopeRaider rewards solo skill, but crews can manufacture information advantage.

## What Good Players Track

* input price
* output price
* carry capacity
* production timers
* travel exits
* protection expiry
* raid traffic
* boss tax
* Respect movement
* mission progress

The street pays attention back.


---

# 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://doperaider.gitbook.io/doperaider/earning-and-strategy.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.
