> For the complete documentation index, see [llms.txt](https://forsakentales.gitbook.io/fl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forsakentales.gitbook.io/fl/server-features/market-board.md).

# Market Board

***

<figure><img src="/files/1U7oNEE9Vz3Itmm9zTdZ" alt=""><figcaption></figcaption></figure>

***

<figure><img src="/files/l7t6GWP0z6UVcrLvAKM7" alt=""><figcaption></figcaption></figure>

## 💡About the System

The **Market Board** is a modern, streamlined player-to-player trading system designed for fast and safe transactions. Instead of bargaining in chat or relying on vending spots, players can **list eligible equipment for a fixed buyout price** and other players can purchase it instantly. All deliveries (items and zeny) are handled through the **in-game mail system**, making trades clean, trackable, and convenient.

### ✔️Benefits of the Market Board

• **Faster Trading, Less Waiting**

No negotiations, no bid wars, no “pm offer” delays—buyers get what they want instantly.

• **Cleaner Economy**

Account listing limits reduce spam and prevent a few players from dominating the board with hundreds of listings.

• **Safer Transactions**

Mail-based delivery prevents scams and removes trade-window risk. It also preserves the exact equipment instance (refine/cards/enchantment/options) reliably.

• **Better Item Visibility**

The Market Board offers a centralized place where players can browse what’s available without hunting down vendors or relying on global chat.

***

<figure><img src="/files/oCUAY3RFFkU0NQGsEAvz" alt=""><figcaption></figcaption></figure>


---

# 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://forsakentales.gitbook.io/fl/server-features/market-board.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.
