> For the complete documentation index, see [llms.txt](https://rehber.sedef.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rehber.sedef.me/gunluk-hayat/para-ve-market.md).

# Para ve Market

Mahalle'nin kendi ekonomisi var. Para kazanır, harcar, kendi dükkânını kurarsın. Yeni komşu olarak cebinde **500₺** ile başlarsın.

## Para işlemleri

| Komut                  | Ne yapar                           |
| ---------------------- | ---------------------------------- |
| `/bal`                 | Paranı gösterir                    |
| `/baltop`              | En zengin komşuları listeler       |
| `/pay <isim> <miktar>` | Birine para gönderir               |
| `/worth`               | Elindeki eşyanın değerini gösterir |

## Kendi dükkânını kur

Kendi eşyalarını satmak çok kolay, hiç config'e falan girmiyorsun:

1. Bir **sandık** koy
2. Satmak istediğin **eşyayı eline** al
3. Sandığa **sağ tıkla**
4. Sohbete **fiyatı yaz** (örnek: `25`)
5. Bitti! Sandığın üstünde tabela çıkar, herkes senden alabilir

{% hint style="success" %}
Böylece meydanda ya da evinin önünde kendi çarşı dükkânını açmış olursun. Mahalle çarşısı bu dükkânlardan oluşuyor.
{% endhint %}

## Alım dükkânı (sen satın alırsın)

Dükkânı, eşya **satın aldığın** moda da çevirebilirsin. Kurduğun tabelaya tıklayıp modu değiştir.

## Dükkân komutları

| Komut                  | Ne yapar                                      |
| ---------------------- | --------------------------------------------- |
| `/qs find <eşya>`      | Yakınlarda o eşyayı satan dükkânları bulur    |
| `/qs price <fiyat>`    | Baktığın kendi dükkânının fiyatını değiştirir |
| `/qs staff add <isim>` | Dükkânına yardımcı ekler                      |

## Mahalle Bakkalı

Meydanda sunucunun kendi dükkânları var — buna **Mahalle Bakkalı** diyoruz. Temel eşyaları buradan **sınırsız** alıp satabilirsin. Stok hiç bitmez.

{% hint style="warning" %}
Bakkaldan ucuza alıp pahalıya satarak para basmaya çalışma — fiyatlar buna göre ayarlı, zaten kâr etmezsin. Dürüst ticaret her zaman kazandırır.
{% endhint %}


---

# 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://rehber.sedef.me/gunluk-hayat/para-ve-market.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.
