# Buyback Requests

Admins can efficiently manage buyback requests through the **'Buyback'** tab available on the home page. This section is divided into two tabs: **'Pending'** and **'Complete'**.

#### 1. Pending Buyback Requests

* The **'Pending'** section lists all buyback requests that require admin action.
* Admins can click on any list item to view detailed information about the buyback request.

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

* After reviewing the request, the admin can choose to either:
  * **Approve the Request:**
    * The admin must connect a wallet with sufficient funds to process the payout.
    * Once the wallet is connected and the funds are approved, the buyback request is completed.
  * **Reject the Request:**
    * If the request is rejected, the admin must provide a reason for the rejection.
    * The rejection reason will be communicated to the investor via email.

#### Completed Buyback Requests

* The **'Complete'** tab displays a list of all buyback requests that have been either approved or rejected.
* This section provides a clear overview of past actions, ensuring transparency and easy tracking of completed buyback transactions.

This structured approach to buyback management ensures smooth operations and maintains clear communication with investors.

***

View how to configure buyback settings - [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/manage-token-lifecycle/buyback-requests.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.
