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

# Trading Guilds

## Overview

Trading Guilds will be a crucial component of Filament - a guild is a collective of users from a particular community. These guilds can participate in trading competitions as communitites and win rewards.

We initially started with NFT collections as the index of users who are aligned to a particular ecosystem but as we developed further on the concept we have learnt that there are multiple other avenues such as stakers, power users of a certain complimenting application, and ecosystem contributors (developers, ambassadors etc).

Check out the current trading guilds [here](https://guilds.filament.finance/).

***

**Key Pointers for Trading Guilds:**

* Trading guilds are collectives of individual users, the individuals earn CREDITS when they trade on the Filament testnet and the cumulative credits of the guild members represent the score of the respective guild.
* The winning guild (the guild with the most CREDITS at the end of the competition) will share a huge pool of additional CREDITS among the guild members based on the individual CREDITS to the collective CREDITS ratio.
* At the start of the testnet, there will be multiple guilds. Out of all guilds, only the top 10 guilds will be retained during the capped launch - this is to incentivise the most active guilds.
* After the testnet, the guilds can open up slots for all members and new members can join. A percentage of the total fee earned through the trading activity of the guild members will be translated into incentives for the top 5 guilds. This incentivises the top guilds and its members for their activity on the platform.
* And of course, each guild gets the visibility and ability to demonstrate its dominance through the platform - a great way to get the community activated for a common goal


---

# 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.filament.finance/community/trading-guilds.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.
