# Participant Management

### Introduction

In the Phi Protocol, we use EthSign to manage artists and verifiers participating in the Cred system. This document explains the participation criteria and management process.

{% embed url="<https://sign.global>" %}

### Overview of Participation Criteria

The criteria for participating in Cred are primarily determined by the Cred Creator. However, Phi Protocol also maintains a list of trusted participants.

<figure><img src="/files/2v1AZ5V1GRcFy4QBCToH" alt=""><figcaption></figcaption></figure>

#### Verifier Participation Criteria

There are two modes of participation for verifiers:

1. **PHI\_TRUSTED + Custom**
   * Verifiers trusted by Phi Protocol (authenticated via EthSign)
   * Verifiers custom-added by the Cred Creator
2. **Custom Only**
   * Only verifiers specified by the Cred Creator

#### Artist Participation Criteria

There are three modes of participation for artists:

1. **OPEN**
   * Anyone can participate
2. **PHI\_TRUSTED + Custom**
   * Artists trusted by Phi Protocol (authenticated via EthSign, with badge)
   * Artists custom-added by the Cred Creator
3. **Custom Only**
   * Only artists specified by the Cred Creator

### Participant Management Process

#### Custom Allowlist

* Set by the Cred Creator and can be confirmed in the metadata
* Specifies addresses that can participate as verifiers or artists
* Can be updated by the Cred Creator at any time

#### Trusted Participants

* Trusted status conferred by "Sign by Phi"
* Managed in a blockchain-verifiable form using EthSign

### Role of EthSign

EthSign is used particularly for managing the "PHI\_TRUSTED" status:

1. **Enhanced Security**: Utilizes blockchain technology to ensure tamper-resistance and integrity
2. **Transparency and Auditability**: Stores trusted status in a publicly verifiable form
3. **Reliability**: Includes a third-party verification process, enhancing trustworthiness
4. **Automation and Efficiency**: Automates the authentication process, minimizing the risk of errors

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

### Conclusion

Phi Protocol achieves a flexible and secure participant management system by combining EthSign with its own custom lists. This approach ensures the overall reliability and transparency of the system while maintaining the freedom of Cred Creators.


---

# 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/participant-management.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.
