# Is ChainArQ Safe?

Every interaction with ChainArQ’s smart contracts is trustless, meaning that no one aside from the wallet owner can manually interfere with the transaction.&#x20;

Every step of a transaction occurs on the blockchain and can be viewed through the Swap History panel provided on our swap and can also be reviewed before being accepted by the user.&#x20;

We employ a policy of **Exact Amount Approval** when users interact with our smart contracts, meaning that you will only be exposed to our code for the duration of a single swap.&#x20;

in the future we will also have a user-driven rating mechanism so that dishonest projects will be flagged to deter others from interacting with them.


---

# 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://gitbook.chainarq.com/faq/is-chainarq-safe.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.
