# FAQs

### Enhancing Security and Compliance: ERC-1594 Token Standard Variation for Controlled Project Token Transactions and Returns

Project Tokens and Project Return Tokens are generated employing a variation of the ERC-1594 token standard in order to attain transfer restrictions. The standard provides an on-chain function to determine whether a transfer will succeed and return details indicating the reason if the transfer is not valid; thus, decreasing the probability of wasted transaction costs.&#x20;

Transaction restrictions are necessary from a regulatory and security perspective to ensure only the addresses which have completed the KYC process obtain returns from invested projects. Project and Project Return Tokens are issued on a per-project, per-investment basis to verified Modus community members (Modus token stakers) that have completed the required KYC processes and cannot be transferred or sold to others to prevent misuse.

Articles in this section:

{% content-ref url="/pages/VrXrLP4HjoJfEcGRgKKa" %}
[Issuance Process](/modus-docs/overview/project-return-tokens/issuance-process.md)
{% endcontent-ref %}

{% content-ref url="/pages/Z5joREu4fkCUc8ATC1Xn" %}
[Post-project Staking](/modus-docs/overview/project-return-tokens/post-project-staking.md)
{% endcontent-ref %}


---

# 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://modus-3.gitbook.io/modus-docs/overview/faqs.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.
