# ↳ Partners

You are running a project on Solana and have a Discord server for your community that you want to have permissions based on what assets they hold in their wallets? Great! Grape Access can help you with that.

If you are interested in setting up Grape Access on your Discord server, use [<mark style="color:purple;">**this form**</mark>](https://docs.google.com/forms/d/e/1FAIpQLSdbvX18mai6WSpiaLwOcyTxG-WXBS_DqHSR0Zmetz_kdVn--A/viewform) to prepare everything. If you have any questions, don't hesitate to join our [<mark style="color:purple;">**Discord**</mark>](https://discord.gg/grapedao) and ask away.

## FAQ

### Is Grape Access safe?

Yes! Grape takes security and privacy very seriously and Grape Access ***can only read the user's wallets*** and their assets. Grape Access verifies that they are in control of their wallet by signing a message using their wallet locally. Their private keys are never shared with Grape and Grape only compares their signature against their public key.

### What token types do you support?

[<mark style="color:purple;">**Grape Access**</mark>](/grape-network/development-resources/grape-access.md) does support the following token types:

* SPL-Tokens
* NFT's with metadata on Metaplex
* Raydium Staked LP tokens


---

# 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.grapes.network/grape-network/quick-start-and-faq/partners.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.
