> For the complete documentation index, see [llms.txt](https://docs.apacx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apacx.io/powercard/powercard/compliance-and-risk-management-framework.md).

# Compliance & Risk Management Framework

### Licensed Partners & Global Network Compliance

All PowerCard-issued cards are provisioned in partnership with licensed financial institutions, with full integration into the global Visa and Mastercard networks. Issuing partners hold the necessary financial licenses and clearing capabilities to ensure that card issuance, merchant settlement, and transaction processing comply with international and local financial regulations. The system supports multi-currency clearing, enabling seamless cross-border transactions in a fully compliant environment.

### User Identity Verification & Enterprise-Assisted KYC

Before card activation, users are required to complete a basic KYC (Know Your Customer) process to verify their identity and meet Anti-Money Laundering (AML) and Counter-Terrorist Financing (CFT) requirements. For enterprise partners, PowerCard offers an “enterprise-assisted KYC” option—allowing businesses to collect user identification data and upload it via API or platform tools. PowerCard’s compliance engine then performs automated verification and archiving, streamlining the onboarding process while ensuring regulatory adherence.

### **Risk Controls & Transaction Monitoring**

PowerCard enables enterprises to configure risk rules based on geography, token type, user profile, and more. Spending limits and geographic restrictions can be applied to mitigate the risk of abnormal fund flows or regulatory exposure. A real-time transaction monitoring engine is embedded to detect suspicious behaviors, high-frequency spending, and unusual volumes. It supports dynamic actions such as card freezing/unfreezing, risk alerts, and automated incident flags. Additionally, enterprises can customize card-level policies—including merchant whitelisting, category-based usage restrictions (e.g., travel-only or e-commerce-only), and time-based spending limits—to further enhance operational security.

<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.apacx.io/powercard/powercard/compliance-and-risk-management-framework.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.
