> For the complete documentation index, see [llms.txt](https://docs.bawsaq.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bawsaq.org/more/community.md).

# Community

## Find people

* The exchange and its links: [bawsaq.org](https://www.bawsaq.org)
* Fight nights happen when someone announces one. Make a [private room](/playing/private-rooms.md), post the code an hour ahead, and people come.

## Things you can do from the outside

* **Post your rounds.** Every settlement is on-chain. Screenshot the round-over screen, link the transaction, post it.
* **Post your WASTED moments.** They travel further than wins.
* **Halo shots.** You, your badge, and that company's shop on Brand Street or its tower. Tag the coin's holders.
* **Host a fight night** in a private room. Six people at once makes the arena feel alive.
* **Run a lore hunt.** First to post a full Tab checklist wins something.
* **Put a bounty on someone** by hand: announce it, pay the winner from your wallet. The kill feed and the round transaction are the proof.
* **Adopt a company.** One thread a week on one of the 47: its lore, its shop, its live price.
* **Keep a league table.** The all-time leaderboard is under P. Post the top ten every Sunday.

## Report a problem

Send the round time in UTC, your wallet address, the room you were in, and what you expected to happen. If money is involved, include the transaction link from the explorer. Deposits and claims are all on-chain, so every case can be checked.


---

# 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://docs.bawsaq.org/more/community.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.
