> For the complete documentation index, see [llms.txt](https://docs.primeprotocol.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primeprotocol.xyz/other-information/frequently-asked-questions.md).

# Frequently Asked Questions

<details>

<summary>What is Prime Protocol?</summary>

Prime Protocol is a cross-chain prime brokerage that allows users to borrow against the value of their entire portfolio of assets across numerous chains. Prime provides access to instant liquidity by eliminating the need to bridge or swap your assets across chains.

</details>

<details>

<summary>What is the Prime Pioneer NFT?</summary>

The Prime Pioneer NFT commemorates active and valuable participation in Prime Protocol’s testnet. Holders of the NFT are granted an exclusive role in our Discord. The Prime Pioneer NFT is non-transferrable and can no longer be obtained.

</details>

<details>

<summary>Why do some transactions take longer than others to process on Prime?</summary>

Prime Protocol is a cross-chain platform, with support for many different blockchains. Some blockchains naturally have a longer time to reach finality for transactions, meaning that transactions on those chains will take longer to process. We introduced Universal Access to allow users to initiate transactions on any supported chain on the platform while paying gas fees using any other chain supported on Prime to help alleviate some of these finality issues and help save our users time and money for their transactions.

</details>

<details>

<summary>Does Prime have a token?</summary>

Prime Protocol does not currently have a token. Any tokens you may see that claim to be associated with the protocol are scams.

</details>

<details>

<summary>Where can I view Prime's audits?</summary>

All audit data for Prime's contracts will be published when mainnet is live. Prime Protocol has undergone multiple audits from Ackee Blockchain and Veridise.

</details>


---

# 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.primeprotocol.xyz/other-information/frequently-asked-questions.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.
