# Delve

## Delve

Delve is the central "dungeoning" experience in the **Crusaders of Crypto** game.

Delve has 4 modes within it:

![](/files/-MgLPZ5R7Taw95enNVYN)

1. Normal
   1. The easiest setting for the dungeon. Players new to the roguelike genre or **Crusaders of Crypto** in general, should get a feel for the game here! (Dying is a common occurence in Roguelikes, so be prepared!)
2. Hard
   1. The same as the normal experience, except that dungeons are approximately 5 times bigger, and all enemies have innate buffs that increase their damage, etc.
3. Expert
   1. The same as the normal experience, except that dungeons are approximately 10 times bigger, and all enemies have innate buffs that increase their damage by a significant amount, etc.
4. Event
   1. These are custom configured dungeons by the **Crusaders of Crypto Team,** and are paired with BNB prize rewards and a leaderboard ranking (among other things!). Be on the lookout in the discord and telegram announcement channels for when Events go live!

Once a player has selected the mode they wish to take part in, simply click **DELVE,** and start dungeoning!


---

# 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://docs.crusadersofcrypto.com/tutorial/delve.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.
