# Economy

## ⓥ vibecoin

The main servers currency that is exchangeable between players. Use it for items, [community tasks](/survival/community-tasks.md), and try and reach the 10K cap! Each new player stats with a balance of **ⓥ 50** vibecoin.

### Making money

The best way to make vibecoin is by selling tapping all sources; the [auction house](/survival/auction-house.md), the [server sell shop](/survival/server-sell-shop.md), [completing quests](/survival/questing.md), selling items to player's shops at the [market](/survival/market.md), winning [chat games](/general/rich-chat/chat-games.md), [voting](/general/misc./voting.md), and by making your own shop and selling in-demand items.

### Vibecoin loss on death

When you die you will lose **35%** of your current balance. High [VIP tiers ](/general/ranks.md#vip-tiers-1-6)can lower the loss down to **20%**. Currently, if you have no vibecoin you will not lose anything and keep inventory remains active

### Commands

* **`/bal [name]`**\
  See your or another players vibecoin balance<br>
* **`/pay <name> <amount>`**\
  Send vibecoin<br>
* **`/sales`**\
  View your recent chest shop (market) sale history


---

# 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://wiki.vibecentral.xyz/survival/economy.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.
