> For the complete documentation index, see [llms.txt](https://gitbook.opensocial.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.opensocial.co/ecosystem.md).

# Ecosystem

### BreadnButter

[BreadnButter](https://www.breadnbutter.fun/) is the go-to Web3 social app on BNB Chain. Users can post crispy content, react with smooth comments, and create vibrant and engaging topic-based Communities. Communities and social connections on BreadnButter are wholly owned by users thanks to OpenSocial's decentralized social graph. BreadnButter incentivizes user engagement through its native token $BUTTER. Users earn Points and rewards by actively participating in Communities.

### Deek Network

[Deek](https://www.deek.network/) is a decentralized collaboration platform enabling users to participate in bounties, leverage their knowledge and network, providing valuable information in response to "Wishes" in exchange for on-chain rewards and the establishment of a social reputation layer.

### SoMon

[SoMon](https://www.social.monster/), short for Social Monsters, is the first decentralized social app building on the foundation of OpenSocial Protocol. It is a Web3 topic-based forum where users can create their own communities, called "Tribes", and discuss with like-minded people. [SoMon](https://www.social.monster/) features various mechanisms rewarding creators, contributors and community builders.

###


---

# 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://gitbook.opensocial.co/ecosystem.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.
