> For the complete documentation index, see [llms.txt](https://aincrad-legacy.gitbook.io/aincrad-legacy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aincrad-legacy.gitbook.io/aincrad-legacy-docs/economy-and-social/buff-stalls.md).

# Buff Stalls

A **Buff Stall** is a special shop available only to the [Supporter](/aincrad-legacy-docs/combat-roles/support.md) role. Instead of selling items, it sells **buffs** - letting a Supporter empower the whole community and earn Col, even while away.

## How it works

* Supporters learn a dedicated **Buff Stall** skill.
* Casting it sets up a buff shop near you, named after your character.
* The shop is **stocked automatically** with the buffs you are able to provide, based on the skills you have learned - you do not fill it manually.
* Like other [stalls](/aincrad-legacy-docs/economy-and-social/stalls.md), it is **persistent** and keeps running while you are offline. You can have one at a time.

## Buying from a Buff Stall

When another player buys a buff from your stall, the buff is **applied to them instantly**. They pay Col, which goes to you (minus tax), exactly like a normal purchase.

* Each buff has a limited **stock**. When a buff sells out, that slot is gone.
* When the stall's stock is fully depleted, it closes - just recast it to set up a fresh one.

## Why it is great

The Buff Stall is the Supporter role's signature contribution to the wider community:

* **Help everyone**, not just your party - any player can buy your buffs.
* **Earn Col passively** while offline.
* It gives Supporters a meaningful presence in town and a reason for other players to seek them out.

> Buff Stalls are a Supporter-only feature. If you want to run one, choose or switch to the Supporter role - see [Choosing Your Role](/aincrad-legacy-docs/getting-started/choosing-your-role.md).


---

# 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://aincrad-legacy.gitbook.io/aincrad-legacy-docs/economy-and-social/buff-stalls.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.
