Add wallet screening overview page - #429
Conversation
|
| Every address is screened against four sources in parallel: | ||
|
|
||
| - **TRM Labs** | ||
| - **Chainalysis** | ||
| - **ZeroShadow** | ||
| - **Relay's internal blocklist** |
There was a problem hiding this comment.
Conflicting screening-provider disclosures
This page presents TRM Labs, Chainalysis, ZeroShadow, and the internal blocklist as the sources used for every address, but the existing Compliance page identifies HackBounty, Chainalysis, and the internal blocklist for the same transaction-screening function. Partners therefore cannot determine which providers actually participate in production screening. Confirm the authoritative provider set and make both pages consistent, or explicitly explain why the lists cover distinct workflows.
Artifacts
Provider-list validation source
- The authored Node script reads the requested Git revisions and compares the named public screening providers, with the takeaway that it detects the provider-list contradiction.
Provider-list validation before the Wallet Screening page
- Executed output for `b4cf2b4^` shows Compliance naming Chainalysis, HackBounty, and the internal blocklist while Wallet Screening did not yet exist, with the takeaway that there was no second list before this PR.
Provider-list validation after the Wallet Screening page was added
- Executed output for `b4cf2b4` shows the unchanged Compliance list and the new TRM Labs, Chainalysis, ZeroShadow, and internal-blocklist Wallet Screening list, ending with `contradictionConfirmed: true`.
Documentation rendering attempt blocked by schema validation
- Mintlify local-preview output shows it could not serve the documentation because `/deposit-addresses/v2/get/responses/200` fails OpenAPI validation for a missing `$ref`, with the takeaway that UI rendering and video capture were blocked outside these two pages.
Adds a Wallet Screening page under Safety & Security, documenting which flows are screened, the four screening sources, what happens on a match, and how partners can request evidence of a screen. Content reviewed internally before publication. Placed in the sidebar directly after Compliance.