> For the complete documentation index, see [llms.txt](https://docs.fxhash.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fxhash.xyz/knowledge-base/policies-and-guidelines/code-of-conduct/collectors-code-of-conduct.md).

# Collector's Code of Conduct

### Advantaged Buying

Advantaged buyers are considered those who have tools they have built themselves, or purchased from others, that give them an algorithmic advantage and automated buying capabilities from primary markets or secondary markets. This is colloquially referred to as **botting** and like in many communities, is considered taboo.

At fxhash, there is inbuilt **anti-botting** mechanisms included in the contracts to combat this behaviour. Small scale botting is allowed but is highly discouraged.

{% hint style="danger" %}
Collectors that are caught botting will be outed where possible, have their verification removed (with their chances of re-verification drastically reduced) and in extreme cases, a server-wide announcement made about their activities if we deem it a risk to our collectors.
{% endhint %}

### Market Manipulation

Attempts at market manipulation are taken extremely seriously and will not be accepted. Due to the nature of the blockchain, and methods and tools developed by the team, it is possible for us to thread together transactions (even across marketplaces) in order to create a strong, evidence based, case against a user.

{% hint style="danger" %}
Users which do try to manipulate the market will be made aware to the community, moderate and lose their reputation.
{% endhint %}


---

# 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.fxhash.xyz/knowledge-base/policies-and-guidelines/code-of-conduct/collectors-code-of-conduct.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.
