> For the complete documentation index, see [llms.txt](https://docs.magna.so/admins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magna.so/admins/product-guides/admin-app-views/view-a-single-allocation-for-a-stakeholder.md).

# View A Single Allocation For A Stakeholder

An **allocation** within Magna represents a grant of tokens to a stakeholder with an associated vesting or unlock schedule. Below is a screenshot of the **Allocation Detail Page**. You can understand more about Stakeholder's allocation view [**in this video**](https://www.loom.com/share/16366b184c314f48886dc8964c5e1324?sid=d5114691-32fe-4178-959c-f2bd80b60686).

<figure><img src="/files/8u9gkXi9KbJy7eYJkOXz" alt=""><figcaption><p>Screenshot above: Allocation detail page showing the details of a particular allocation for 50,000 MCOIN to Lucy Hale with an unlock schedule starting 10/30/2022, with 25% unlocking at year 1 followed by monthly vesting for 4 subsequent years. </p></figcaption></figure>

The allocation detail page shows the key information of an allocation:

* **Status:** Below are a list of status options that will appear.
  * Up To Date: All tokens that are supposed to have been received have been received. There is no action required.
  * Claim Available: There are tokens available to be claimed from the vesting contract. A “Claim” button will also be present on the page that guides stakeholders through claiming their tokens from the vesting contract.
  * Pending Airdrop: These are tokens that have vested or unlocked but have yet to be airdropped by the project.&#x20;
  * Cancelled: If an allocation has been cancelled by the project. No further tokens are expected to be claimable or airdropped in the future.
* **Category:** Used to group and organize allocations together in the app.
* **Stakeholder:** The stakeholder associated with this allocation.
* **Allocation Summary:** An overview of the total tokens allocated, unlocked, funded, and received by the recipient.
* **Allocation Timeline:** A timeline view that showed the dates of individual unlocks.
* **Unlock Dates:** A tabular view of the individual unlocks.
* **Unlock Terms:** A description of the unlock schedule terms for the allocation in question.
* **Wallet:** The receiving wallet associated with the allocation.


---

# 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://docs.magna.so/admins/product-guides/admin-app-views/view-a-single-allocation-for-a-stakeholder.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.
