> For the complete documentation index, see [llms.txt](https://docs.fractalvisions.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fractalvisions.io/fveco/role-guide.md).

# Role Guide

* **Visionary**\
  This member is only able to see into the Discord and can observe the chat but they are not able to send messages. You must have a Farcaster account for basic entry.
* **Vision Warrior**\
  This role allows members to speak in the main chat. You must have 0.001 ETH in your wallet.
* **Guild Warrior**\
  You must perform at least one transaction on our marketplace smart contract to acquire this role.
* **Web3 Social**\
  Follow us on Warpcast or X to acquire this role.
* **$VISION**\
  Hold $VISION token.
* **$FVXX**\
  Get rewards with Fractal Visions governance token.
* **Creator**\
  Projects that complete any form of the onboarding process are granted the role of a Creator. This may include earning rewards from the **Fractal Visions Public Goods Fund**.

  Participating in Discord chats, engaging on Twitter, earning roles within FV governance, hosting events, creating educational content. Creators have access to the bounties section and the ability to create proposals for collective Members to review and consider.

  Creators have full access to the discord, including the ability to view their own dedicated chat. They are the overseers of server who specialize as ambassadors of the ecosystem.

  These members are contributing stewards of public goods within our ecosystem who align with the **Fractal Visions Ecosystem Core Values**.


---

# 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.fractalvisions.io/fveco/role-guide.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.
