> For the complete documentation index, see [llms.txt](https://nocaps-organization.gitbook.io/nocap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nocaps-organization.gitbook.io/nocap/faq/frequently-asked-questions.md).

# Frequently Asked Questions

*<mark style="color:green;">The content shared in this documentation page about the NOCAP.icu project, is meant to inform people about the NOCAP.icu project and is in not meant as a financial or investment advice. This documentation is purely meant to be a service to the audience to guide them on using the services.</mark>*

On this page we have gathered the most frequently asked questions into a FAQ.

## Safety and Security

<details>

<summary>One of your admins contacted me on TG and/or Discord, is this the normal procedure?</summary>

No, this is not the normal procedure. Our admins have been told to never DM first with community members. Most likely this admin is a scammer. On TG and/or Discord you can use the /admins string to find the usernames of our admins. When checking names, please take good notice of symbols that can be double used:\
\
The small l can be replaced with the capital I to let it look the same for instance, and vice versa of course.

If an 'admin' contacted you by DM, this is most likely a scammer. If you get contacted by DM, do not provide any info and do not click on any link given.&#x20;

If you by any chance get directed to a website where you are asked to fill in your seed phrase or secret key, leave that website immediately as this website is trying to scam you.\
\
The $NOCAP team and our websites will NEVER ask for your seed phrase or private key!

</details>

<details>

<summary>How can I protect my crypto assets?</summary>

The first way of protecting your assets is by keeping your seed phrase(s) and private key(s) safed securely offline in a place that only you know of. Never store them on your computer or online, always either written down on a paper or on a steel seed phrase and store these on a safe place.

The second way of protecting your assets is by buying a hardware ledger to store your assets. This method is something you need to dive into and learn how to do this best, but then you have your assets as safe as possible. The hardware ledger acts as a protection layer between your assets and the blockchain. You can only use your assets after you connected the ledger and used the password you generated for it.

</details>

<details>

<summary>Do you use airdrops to incentivise community members?</summary>

**No, we do NOt use airdrops.** The only rewards you can get in our protocol is though staking of either $NOCAP tokens or NO CAPPERS NFT's. If you are contacted to claim an airdrop, you are contacted by a scammer trying to act as one of the team members.

</details>

## Staking

## NFTs


---

# 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://nocaps-organization.gitbook.io/nocap/faq/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.
