# The Tavern

### What's in the Tavern?

The Tavern is an in-game marketplace where players are able to purchase items using DSC. There are a various range of items that are needed for you to boost and feed your turtles to keep your turtles healthy and motivated. More items will be added to the tavern as time passes. For now, the main item that will be available for purchase are Deep Sea chests.&#x20;

![Image of Deep Sea Chest](/files/md582llNK2YR4AkBmx7h)

### Deep Sea Chest

These chests are salvaged from under the sea, and contents in the chests are unknown until you open them! When players purchases a chest and opens it, the items will be revealed and will be stored in the player's inventory. The chest may contain the following types of items:

* Nourishing Food - These items are used to feed newborn turtles. Newborns have to consume certain amount of nourishing food before reaching 'Full Grown' Phase.
* Booster Food - These items are used to feed full grown turtles. Players can boost full grown turtles' motivation gauge, and when the gauge is filled, it will give the turtle a slight chance of obtaining additional reward when diving.
* Sacred Feather - This item is highly sought after and is an item necessary to have when players want to [breed ](/clash-of-turtles/game-features/turtle-sanctuary.md)turtles.

|   Tavern Item  |  Price  |
| :------------: | :-----: |
| Deep Sea Chest | 500 DSC |

{% hint style="info" %}
Price of items are just for reference and may change as we balance the game.
{% endhint %}


---

# 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://clashof-turtles.gitbook.io/clash-of-turtles/game-features/the-tavern.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.
