> For the complete documentation index, see [llms.txt](https://docs.premia.blue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premia.blue/resources/legal/aml-kyc-policies.md).

# AML/KYC Policies

## Compliance and Risk Management: Screening High-Risk Wallets

Premia employs [Elliptic's Holistic Screening](https://www.elliptic.co/solutions/holistic) for compliance and risk management. This technology enables efficient, automated screening of customer activity across multiple blockchains. It identifies high-risk wallets, which are subsequently excluded from the Premia platform. The screening is powered by Elliptic's Nexus engine, capable of tracing crypto-asset flows across all assets and blockchains. This ensures Premia's alignment with global financial crime regulations.

## Premia's Compliance FAQ: Address Screening Guide

***

**Q: How does Premia screen for high-risk wallets?**\
We utilize Elliptic's Holistic Screening technology for compliance and risk management. This tech automatically screens customer activity across multiple blockchains and identifies high-risk wallets, which are then excluded from the Premia platform.

***

**Q: What criteria are used to block wallets?**\
Wallets associated with illegal activities such as sanctions, terrorism financing, hacked or stolen funds, ransomware, human trafficking, and child sexual abuse material (CSAM) are blocked.

***

**Q: Why is Premia implementing this screening?**\
Premia's policy aims to prevent individuals engaged in illegal activities from using our platform. We are committed to maintaining a secure, transparent, and compliant trading environment.

***

**Q: What should I do if my wallet is blocked?**\
If your wallet is blocked and you believe this is an error, contact our compliance team for further review.

***

**Q: Does Premia control Elliptic's determinations?**\
No, we do not control Elliptic or their independent risk assessments. Their determinations are not reported to law enforcement.

***

**Q: Are there any changes to data collection and privacy practices?**\
No, our data collection and [privacy](/resources/legal/privacy-policy.md) practices remain unchanged. We continue to log wallet addresses interacting with the Premia platform, but no additional data is collected. For more details, refer to our [Terms of Service](/resources/legal/terms-of-service.md).<br>


---

# 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.premia.blue/resources/legal/aml-kyc-policies.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.
