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

# First Steps

**First Steps Step-by-Step Guide to Getting Started in Miner Dynasty**

Getting Started with Tasks and Earning Silver Tokens When you join Miner Dynasty, you can complete initial tasks to earn Silver Tokens, an essential resource in the game's economy. Silver Tokens are obtained through deposits and are used for advertising and trading resources.

Visit the Shop In the main menu, go to the Shop. Here, you can purchase your first resources, which are essential for upgrading your mines. Start with the gold mine, and as you progress, you’ll unlock more valuable mines, including emerald, ruby, and diamond mines.

Start with the Gold Mine The Gold Mine is your entry point. By acquiring and upgrading it, you will increase your gold output. With each upgrade, the mine becomes more efficient, increasing your Mining Power, which determines ore production.

Progress and Upgrade Your Mines After strengthening the gold mine, you can invest in the emerald, ruby, and diamond mines. Each mine has a specific initial upgrade cost:

**Gold Mine**: Initial upgrade cost - 30 units of gold.

**Emerald Mine**: Initial upgrade cost - 230 units of gold.

**Ruby Mine**: Initial upgrade cost - 2,276 units of gold + 46 emeralds.

**Diamond Mine**: Initial upgrade cost - 22,757 units of gold + 120 emeralds + 220 rubies.

**Progressive Cost Increases from Level 50 For mines above level 50, upgrade costs increase gradually. Gold, emerald, and ruby mines have a 1.2x cost increase per level, while the diamond mine increases by 1.3x per level, reflecting its rarity and value.**

Gold Token Utility Diamond mining also offers Gold Tokens, which can be exchanged for real-world currency. By leveling up your mines, you open the path to real earnings.

This beginner’s guide is designed to help you start strong in Miner Dynasty, progress efficiently, and make the most of your resource generation opportunities.


---

# 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://miner-dynasty-1.gitbook.io/miner-dynasty/mining/quickstart.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.
