# FiveM Asset Escrow System

{% hint style="info" %}
Here we list the possible errors you might encounter while using this system. Read through them carefully to identify your issue and fix it quickly.
{% endhint %}

FiveM Escrow is the resource protection system offered to all creators on the platform. It encrypts most purchased assets, giving them strong security. This method prevents any kind of dump or known bypass, ensuring your exclusive Xandir Scripts assets stay protected.

***

## Failed to verify protected resource

This error usually means some files didn’t transfer correctly to the server. Check that all encrypted files are included, especially `.fxap`. Tools like [FileZilla](https://filezilla-project.org/) may skip them, try using [WinSCP](https://winscp.net/eng/index.php) instead.

***

## You lack the required entitlement to use

The server is running with a FiveM license key not linked to the purchase of this resource, which means it was bought under another account. The issue may also appear if the asset was installed without restarting the server, so restart and check again.

***

## Syntax error \</1> or similiar

This type of error can appear for a few reasons. The most common one is running an artifact older than `+4960`. Make sure you are using that version or a newer one. You can download the latest [Linux](https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/) or [Windows](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/) artifacts from the official site. If everything is already updated, try reinstalling the script.


---

# 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://xandir.gitbook.io/xandir-scripts/information/fivem-asset-escrow-system.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.
