> For the complete documentation index, see [llms.txt](https://wiki.minervasmp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.minervasmp.com/smp-information/money.md).

# ☆ Money

Money is an important part of life on Minerva SMP! Earning and using in-game currency lets players trade, build, and participate in the community. There are many ways to make money, and plenty of ways to spend it — whether you’re saving for a big project, trading with friends, or collecting rare items.

#### **Ways to Earn Money ♡**

☆ **Jobs**\
ㅤ⤷ Take on jobs to earn money while doing activities you already enjoy, like mining, farming, or fighting mobs. Higher levels and multiple jobs can increase your earnings and help you grow faster.

☆ **Chest Shops**\
ㅤ⤷ Set up chest shops to sell items to other players! This is a great way to turn resources you gather into steady income.

☆ **Market GUI**\
ㅤ⤷ Use the `/shop` or `/sell hamd <quantity>` to buy and sell items easily. The market is perfect for trading with other players without leaving your base.

☆ **Trading with Players**\
ㅤ⤷ Directly trade in-game items with other players. Negotiating deals can be a fun and interactive way to earn money and find rare items.

☆ **Events**\
ㅤ⤷ Participate in server events! Many events reward players with money, items, or special prizes. Keep an eye on announcements so you don’t miss out.

#### **Ways to Use Money ♡**

☆ **Buy Items and Resources**\
ㅤ⤷ Purchase essential supplies, rare items, or decorative blocks from the market or chest shops.

☆ **Upgrade Builds**\
ㅤ⤷ Use your money to expand and improve your bases, farms, or community projects.

☆ **Team Contributions**\
ㅤ⤷ Deposit money into your team bank to help your team grow and fund shared projects.

☆ **Trading & Collecting**\
ㅤ⤷ Buy and sell rare items with other players to complete collections or invest in resources for future projects.

#### **Money Tips ♡**

♡ **Diversify your income** - Try multiple methods to maximize earnings, like combining jobs with chest shops or market sales.\
♡ **Save for big projects** - Large builds or team upgrades may require more money, so plan ahead.\
♡ **Use the market wisely** - Check item prices before buying or selling to get the best deals.\
♡ **Participate in events** - Events can provide rare items and big payouts you can’t earn anywhere else.\
♡ **Team up for profit** - Working with other players or contributing to team projects can be mutually beneficial.\
♡ **Be smart with trades** - Always confirm deals with other players and avoid scams.


---

# 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.minervasmp.com/smp-information/money.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.
