> For the complete documentation index, see [llms.txt](https://accessifi.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://accessifi.gitbook.io/docs/explore-the-marketplace/detailed-information-page.md).

# Detailed Information Page

The **Detailed Information Page** allows you to see the specific parameters of a given SAFT NFT, including its price, token allocation from the initial amount to the amount still claimable.  In addition, this page allows you to process due diligence by reviewing the project's website and a brief description and you may also **Make an Offer** or **Buy Now** as well as **Cancel the Listing** if you are the 0wner of the SAFT NFT.

![](/files/tpyuFaevOPbPC5e8iRNc)

1. **SAFT NFT Listing Name** with the **Token Ticker**, **Creator**, or Institution that minted the SAFT NFT and the current **Owner** of the SAFT NFT.
2. **SAFT NFT** Price set by the seller
3. **Average Token Price** is set by taking the SAFT NFT Price and dividing it by the number of tokens in the SAFT NFT.
4. **Price Expiration** is the duration of the listing period.
5. **Token Spot Price** refers the current live price of that token in the SAFT NFT aggregated from Uniswap.  ETH, BNB, USDT will initially be the primary tokens used for purchasing SAFT NFT on Accessifi.
6. This field allows one to **Buy Now** or place an **Offer**, if you are the creator of the SAFT NFT this field would allow you to **Sell** or **Cancel the Listing** at any time.&#x20;
7. The **Website** lists the project teams' website which represents the tokens in the SAFT NFT.
8. A brief **Description** of the token and or the utility of the token or project basis.&#x20;
9. **Amount** is broken down into three sections including the **Initial Amount** defined by the creator of the SAFT NFT, the amount that has already been **Claimed** from the SAFT NFT, and the **Token Amount Left** to be vested and "+🗝" shows the amount that is **Claimable** at any given time.&#x20;
10. This field shows the **Vesting Model** in this case, Staged and shows the method and schedule for which the tokens will be distributed.&#x20;
11. The **Activity** allows one to see all the transactions for the SAFT NFT from its creation, listing, sales, tokens claimed, etc.&#x20;


---

# 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://accessifi.gitbook.io/docs/explore-the-marketplace/detailed-information-page.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.
