> For the complete documentation index, see [llms.txt](https://whitepaper.scove.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.scove.io/marketplace/security.md).

# Security

There are many threats in the world of NFT and blockchain today.

One of them is the **SCAM** (a fraudulent or deceptive act or transaction, with the aim of scamming you).&#x20;

This can be done by malicious people pretending to be official members of a project team. Or by promising to save you transaction fees by doing a P2P (Peer-to-Peer) transaction without a trusted intermediary (a Market Place like Scove.io is a trusted intermediary) and end up never sending you the money or the NFT due once you have made your upload.

{% hint style="danger" %}
Scove will NEVER ask you to send NFTs or other items via discord.
{% endhint %}

Also, one of the techniques used by hackers is "**phishing**", which consists of sending you a malicious link asking you to log in or send your login and password in order to retrieve information, money and NFT.

{% hint style="danger" %}
Scove will NEVER ask you for your login information on discord or any other means!
{% endhint %}

**How will we protect you from this?**

The safety of our users is our priority! Here are our recommendations and tools to protect you:

1. Do not trade without a trusted third party --> **Choose a marketplace such as Scove.io which guarantees the sale of your NFT** and ensures that you receive the money from your sale
2. We have set up an "**Anti-phishing code**", you can set it up from your profile, **do not share it with anyone**:&#x20;

![](/files/GNPMRCoqRzNlHmn3NbkU)

{% hint style="danger" %}
**If you receive a message from a bot discord "Scove" without your Anti-phishing code appearing, it is a SCAM! Delete the conversation immediately and do not click on any links!**
{% endhint %}


---

# 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://whitepaper.scove.io/marketplace/security.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.
