> For the complete documentation index, see [llms.txt](https://nfts-101.kyzzen.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfts-101.kyzzen.io/evaluating-nft-projects/key-factors/team.md).

# Team

The second aspect that should be readily available (whether on a project’s website or Discord) should be details of the team members behind the project:

* How big is the team?&#x20;
* Do they have enough people to manage all aspects of the project successfully?&#x20;
* Do team members have relevant experience in their respective positions?&#x20;

The typical roles of team members on an NFT project are:

* Artist - Full-time or freelancer? Any reputation?
* Developers - Are there enough (typically minimum of 2-3)? Do they have prior experience that are relevant to what they are proposing to build? Are they full-time? The importance of these questions can depend significantly on how big a focus the project has on utility and how grand their roadmap/vision is.&#x20;
* Marketing - Are there specific people fully dedicated to marketing initiatives and Twitter management? What are their key marketing strategies and how effective have they been so far?
* Community Managers and Moderators - Are there active community managers or moderators in Discord? Are they welcoming and helpful? Are they engaging in meaningful discussions or simply hyping up the project aggressively 100% of the time?
* Oftentimes there is a main project manager too, but very often they are also playing one of the other roles.

Another consideration that many people have is whether the team members are doxxed publicly. This can be a significant booster for confidence in the project, especially if the team members are qualified and reputable.

This is not to say that projects with undoxxed founders and team members should be immediately written off, but there is indeed increased risk. In these cases, it may be prudent to wait for the team to have delivered some items on the roadmap first.&#x20;

Oftentimes, founders and key team members may be privately doxxed too by a third-party doxxing service such as [Alpha-Verifi](https://www.alpha-verifi.com/), which may provide some comfort.&#x20;


---

# 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://nfts-101.kyzzen.io/evaluating-nft-projects/key-factors/team.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.
