# Accreditation Management

### <mark style="color:green;">Accreditation Process for Investors:</mark>

1. <mark style="color:green;">**Review Criteria:**</mark>
   * <mark style="color:green;">Investors will review the accreditation criteria defined by the admin for their respective country.</mark>
2. <mark style="color:green;">**Upload Documents:**</mark>
   * <mark style="color:green;">Investors must upload relevant documents (e.g., financial statements, certifications) to prove their eligibility.</mark>

***

### Accreditation Management for Admin:

Admins can manage accreditation requests by clicking on the **‘Accreditation’** tab on the dashboard. The Accreditation tab is divided into three sections: **Pending**, **Completed**, and **Rejected**.

#### 1. Pending Tab

In the **Pending** tab, admins can view all accreditation requests that are awaiting action. For each individual request, admins can:

* **View Details:** Access the investor's details along with the configured accreditation criteria for their country.

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

* **Approve:** If the submitted documents meet the accreditation criteria, the admin can approve the request. Once approved, the investor will be eligible to invest in any tokens of the store that require accredited investors from their country.
* **Reject:** If the request does not meet the requirements, the admin must provide a reason for rejection. The rejection reason will be communicated to the investor.
* **Request Additional Documents:** If the admin requires more documentation to make a decision, they can request additional documents. The investor will be notified of this request and can upload the necessary documents for further review.

#### 2. Completed Tab

The **Completed** tab lists all approved accreditation requests. This section serves as a record of investors who have successfully completed the accreditation process.

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

#### 3. Rejected Tab

The **Rejected** tab contains all rejected accreditation requests. If a request is rejected, the investor will have the option to submit a new accreditation request by providing updated or additional information.

***

See how accreditation criteria is configure [Investor & Buyback Settings](/how-to/public-chain/create-a-token/investor-and-buyback-settings.md)


---

# 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.spydra.app/how-to/public-chain/token-store/accreditation-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.
