> For the complete documentation index, see [llms.txt](https://wiki.craftyourtown.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.craftyourtown.com/how-to-play/content/enchant-upgrading-and-traders.md).

# Enchant Upgrading & Traders

### What are the Traders?

The traders are 6 NPCs in the server spawn that sell enchantment books for certain drops and experience levels.

The available trades are selected randomly from a preset pool and change daily at **10pm UTC**.

The cost of the enchantment books increases throughout the day with each sale. Be early to get the best deals.

Each available trade has a global stock amount, as well as limits on how many books each player can buy (per item).

{% hint style="info" %}
You **do not** need to be in the jobs to get the drops - they drop from doing the actions
{% endhint %}

### Where are the traders?

They are located around the server spawn but can be accessed quickly using the warp commands.

* /warp Miner
* /warp Fisher
* /warp Digger
* /warp Lumberjack
* /warp Farmer
* /warp Hunter

### What drops do they require?

**Ancient Coin** - Drops from all job actions

**Experience Levels** - Regular XP levels

**Glistening Pearl** - Obtained from fishing

**Mystic Branch** - Obtained from woodcutting

**Luminous Stone** - Obtained from mining

**Golden Seeds** - Obtained from farming

**Captured Soul** - Obtained from hunting

**Enriched Soil** - Obtained from digging

{% hint style="warning" %}
The rates at which the drops drop are not public
{% endhint %}

### What do they each sell?

#### Miner Trader

* Efficiency V-VIII
* Unbreaking III-V
* Impaling V-VII
* Blast Protection IV-VI
* Projectile Protection IV-VI
* Spawner Pickaxe

#### Digger Trader

* Efficiency V-VIII
* Unbreaking III-V
* Smite V-VII
* Fortune III-V
* Depth Strider III-V

#### Farmer Trader

* Efficiency V-VIII
* Unbreaking III-V
* Feather Falling IV-VI
* Sweeping Edge III-V
* Bane of Arthropods V-VII
* Biome Changer

#### Fisher Trader

* Efficiency V-VIII
* Unbreaking III-V
* Loyalty III-V
* Luck of the Sea III-V
* Lure III-V

#### Lumberjack Trader

* Efficiency V-VIII
* Unbreaking III-V
* Knockback II-IV
* Fire Protection IV-VI
* Fire Aspect II-IV

#### Hunter Trader

* Unbreaking III-V
* Protection IV-VI
* Looting III-V
* Sharpness V-VII
* Power V-VII
* Spawner Pickaxe
* Golden Lasso


---

# 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://wiki.craftyourtown.com/how-to-play/content/enchant-upgrading-and-traders.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.
