> For the complete documentation index, see [llms.txt](https://docs.spydra.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spydra.app/open-rwa-paper/orwa-compliance-framework/anti-money-laundering-aml.md).

# Anti-Money Laundering (AML)

* **Transaction Monitoring:** ORWA employs sophisticated AML tools that monitor transactions for unusual patterns or activities that may indicate money laundering. These tools, often provided by leading compliance technology providers, analyze transaction sizes, frequency, and the origin/destination of funds to detect red flags.
* **Risk-Based Approach:** The platform adopts a risk-based approach to AML, where users are categorized into different risk levels based on factors such as geographic location, transaction behavior, and asset types. Higher-risk users undergo more stringent monitoring and controls.
* **Reporting and Compliance:** ORWA ensures that all suspicious activities are promptly reported to the relevant authorities as required by law. This includes generating Suspicious Activity Reports (SARs) and collaborating with regulatory bodies to ensure full compliance with AML regulations.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfAGU3L6dBcIuQasviAe4hE8HRLBfppK3k0BymSwtD-VFKR7A2ubd_appqJXksd5gcm1fSgWocNmemeSnw3N8JvPKMiXB8s2xRJ47qcNA82xEyy5OrsyESmvq5wrGoVaZuEzA9TetntHefqG2g2Os4KgyjT?key=X0KGVO6VB-9KQHcDir1YuA" alt=""><figcaption></figcaption></figure>


---

# 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://docs.spydra.app/open-rwa-paper/orwa-compliance-framework/anti-money-laundering-aml.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.
