# User Groups

Phi Protocol has 5 key types of users:&#x20;

1. Cred Creator
2. Curator
3. Verifier
4. Artist
5. Minter

<figure><img src="/files/C0KNLpjdkjM4nkpMwdC1" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vqwsmNhVoVJmdswUayDt" alt=""><figcaption></figcaption></figure>

### Cred Creator

Credential Creators can suggest/create an Onchain credential by indexing blockchain data.

### Curator

Curators show support for specific credentials by buying or selling **Shares**. Purchasing **Shares** helps the protocol understand which credentials are in higher demand. This is defined by the bonding curve for each Credential along with how early the Curator bought their share.\
\
Curators also earn a portion of mint fees for the credentials they share.&#x20;

### Verifier&#x20;

Verifier's help create the logical criteria to verify that the Minter is eligible to claim a credential by querying the user's onchain data. Verifier's achieve this by creating the backend validation logic and hosting this for Phi Protocol.\
\
Verifier's also earn a portion of mint fees for the credential they help verify.

### Artist

Artists help create credential content which can be minted by Minters who want to collect the credentials. Multiple artists and artworks can be created for an onchain credential, which allows various styles of art to be collected.

Artist's also earn a portion of mint fees for the credential they help verify.

### Minter

NFT Collecter focus on meeting eligibility requirements to collect Credentials. Collectors mint Credential NFT's and pay a small fee in the process.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.phi.box/explore-phi/phi-protocol/user-groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
